PiperOrigin-RevId: 528488319
This commit is contained in:
Yash Katariya 2023-05-01 09:15:05 -07:00 committed by jax authors
parent ba11b9dcba
commit e51d12cdef

View File

@ -12,6 +12,8 @@ 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
@ -28,6 +30,10 @@ 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