10 Commits

Author SHA1 Message Date
Michael Hudgins
d4d1518c3d Update references to the GitHub url in JAX codebase to reflect move from google/jax to jax-ml/jax
PiperOrigin-RevId: 676843138
2024-09-20 07:52:33 -07:00
Jake VanderPlas
26f2f97805 Document why 'import name as name' is used 2022-12-14 15:07:04 -08:00
Peter Hawkins
ba557d5e1b Change JAX's copyright attribution from "Google LLC" to "The JAX Authors.".
See https://opensource.google/documentation/reference/releasing/contributions#copyright for more details.

PiperOrigin-RevId: 476167538
2022-09-22 12:27:19 -07:00
Jake VanderPlas
5782210174 CI: fix flake8 ignore declarations 2022-04-21 13:44:12 -07:00
Jake VanderPlas
245581411e Add PEP484-compatible export for jax and its subpackages 2021-09-13 14:08:48 -07:00
Peter Hawkins
6acb46516e Move most of the implementation of jax.scipy into jax._src.scipy. 2020-10-16 17:04:25 -04:00
Jake Vanderplas
bc51e9c7f6
deflake jax/scipy/* and add to setup.cfg (#3316) 2020-06-04 14:38:41 -07:00
Jake Vanderplas
5dfff9eaab
Cleanup: move _wraps into jax.numpy._utils. (#2987)
Why? This prevents circular imports within the numpy submodule.
2020-05-06 15:17:55 -07:00
Jin Dong
60d856ab9f remove from __future__ code 2020-04-09 18:16:47 -04:00
Tuan Nguyen
4c30c0285c
Implement scipy.stats.logistic (#1993) 2020-01-30 20:19:01 -05:00