[Rollback] Remove py3.8 support from jax as per https://jax.readthedocs.io/en/latest/deprecation.html

PiperOrigin-RevId: 528907173
This commit is contained in:
Yash Katariya 2023-05-02 15:37:31 -07:00 committed by jax authors
parent 6506ee2a40
commit 356cac014c

View File

@ -12,8 +12,6 @@ Remember to align the itemized text with the first line of an item within a list
* The flags experimental_cpp_jit, experimental_cpp_pjit and
experimental_cpp_pmap have been removed.
They are now always on.
* Python 3.8 support has been dropped as per
https://jax.readthedocs.io/en/latest/deprecation.html
* Deprecations
* `jax.experimental.gda_serialization` is deprecated and has been renamed to
@ -30,10 +28,6 @@ Remember to align the itemized text with the first line of an item within a list
## jaxlib 0.4.9
* Changes
* Python 3.8 support has been dropped as per
https://jax.readthedocs.io/en/latest/deprecation.html
## jax 0.4.8 (March 29, 2023)
* Breaking changes