Peter Hawkins
|
7b53c2f39d
|
Add jax.errors.JaxRuntimeError as a public alias for the XlaRuntimeError class.
Deprecate jax.lib.xla_client.XlaRuntimeError, which is not a public API.
PiperOrigin-RevId: 679163106
|
2024-09-26 08:39:30 -07:00 |
|
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
|
7634708743
|
[key reuse] define KeyReuseError in jax.errors
|
2024-03-08 10:59:06 -08:00 |
|
Patrick Kidger
|
5e276d0935
|
Tracebacks no longer have JAX-internal frames prepended by default
|
2023-08-03 11:38:38 -07:00 |
|
Jake VanderPlas
|
f1e603e4b3
|
errors: create TracerBoolConversionError for more targeted debugging tips
|
2023-06-21 01:41:45 -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 |
|
Peter Hawkins
|
4e21922055
|
Use imports relative to the jax package consistently, rather than . -relative imports.
This is more consistent, since currently we use a mix of both styles. It may also help pytype yield more accurate types.
PiperOrigin-RevId: 412057514
|
2021-11-24 07:48:29 -08:00 |
|
Jake VanderPlas
|
245581411e
|
Add PEP484-compatible export for jax and its subpackages
|
2021-09-13 14:08:48 -07:00 |
|
Lena Martens
|
19ee7b22e1
|
Expose UnexpectedTracerError and add docs.
|
2021-07-27 23:23:28 +01:00 |
|
Jake VanderPlas
|
0796bfe6e7
|
errors: add NonConcreteBooleanIndexError & debugging tips
|
2021-03-23 11:23:20 -07:00 |
|
Jake VanderPlas
|
12c84e7a50
|
Add jax.errors submodule & error troubleshooting docs
|
2021-03-03 12:39:12 -08:00 |
|