Jake VanderPlas
|
6f3f0d5e57
|
build: write appropriate version strings to build artifacts
|
2023-09-07 08:45:48 -07:00 |
|
Peter Hawkins
|
975dae34a4
|
Deprecate jax.numpy.trapz.
Expose the current implementation of jax.numpy.trapz as jax.scipy.integrate.trapezoid instead.
Fixes https://github.com/google/jax/issues/17244
|
2023-08-25 09:04:13 -06:00 |
|
Peter Hawkins
|
7c871916f7
|
Deprecate jax.numpy.in1d.
Issue https://github.com/google/jax/issues/17244
|
2023-08-23 17:36:14 -06:00 |
|
Jake VanderPlas
|
f8a4afd1f6
|
Fix mypy error on Python 3.9
|
2023-08-16 13:27:11 -07:00 |
|
Jake VanderPlas
|
227eec159a
|
Ignore numpy deprecation warning
|
2023-08-14 10:08:57 -07:00 |
|
Jake VanderPlas
|
4bb54d32d8
|
mypy: suppress annotation-unchecked notes
|
2023-07-17 11:18:48 -07:00 |
|
Jake VanderPlas
|
9d1f3b4dd2
|
pre-commit: update mypy to most recent version
|
2023-07-12 10:41:51 -07:00 |
|
Yash Katariya
|
677b0d9d3f
|
Ignore JAX_USE_PJRT_C_API_ON_TPU=false user warning raised.
PiperOrigin-RevId: 542570578
|
2023-06-22 08:42:15 -07:00 |
|
Skye Wanderman-Milne
|
d77bfbe5c8
|
Ignore ml_dtypes.float8_e4m3b11 warning until new jaxlib is released
|
2023-06-06 11:34:01 -07:00 |
|
Jake VanderPlas
|
13f7291ff6
|
Remove obsolete warning suppression from pyproject.toml
|
2023-05-03 13:16:41 -07:00 |
|
Jake VanderPlas
|
9cfe77d5e1
|
Remove use of deprecated make_sharded_device_array
|
2023-05-03 10:11:29 -07:00 |
|
Jake VanderPlas
|
5310562250
|
mypy: type-check ml_dtypes
|
2023-04-17 11:35:59 -07:00 |
|
Jake VanderPlas
|
4f0edc08a3
|
[typing] ignore zstandard in mypy
|
2023-04-17 11:22:08 -07:00 |
|
Saurav Maheshkar
|
cfd8762d4a
|
feat: move configurations to pyproject
|
2023-04-15 02:39:39 +01:00 |
|
Jake VanderPlas
|
f282c251d4
|
Add minimal pyproject.toml specifying build system
Replaces #15274, Fixes #15256
PiperOrigin-RevId: 520367622
|
2023-03-29 10:08:30 -07:00 |
|