rocm_jax/docs/deprecation.md
Peter Hawkins aafe8870ae Document that JAX follows the NEP-29 deprecation policy.
Remove the "experimental" disclaimer from the concurrency documentation.
2021-04-21 11:12:41 -04:00

528 B

Python and NumPy version support policy

JAX follows NumPy's NEP-29 deprecation policy. JAX supports at least:

  • All minor versions of Python released 42 months prior to the project, and at minimum the two latest minor versions.

  • All minor versions of numpy released in the 24 months prior to the project, and at minimum the last three minor versions.

JAX may support older versions of Python and NumPy, but support for older versions may be dropped at any time.