Finish 0.4.19 jax and jaxlib release

PiperOrigin-RevId: 574983871
This commit is contained in:
Yash Katariya 2023-10-19 13:27:16 -07:00 committed by jax authors
parent bb30d3ee9f
commit 613369fc22
3 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,11 @@ Best viewed [here](https://jax.readthedocs.io/en/latest/changelog.html).
Remember to align the itemized text with the first line of an item within a list.
-->
# jax 0.4.19
# jax 0.4.20
# jaxlib 0.4.20
# jax 0.4.19 (Oct 19, 2023)
* New Features
* Added {obj}`jax.typing.DTypeLike`, which can be used to annotate objects that
@ -23,7 +27,7 @@ Remember to align the itemized text with the first line of an item within a list
versions when determining if the installed version of these libraries is at
least as new as the versions against which JAX was built.
# jaxlib 0.4.19
# jaxlib 0.4.19 (Oct 19, 2023)
* Changes
* jaxlib will now always prefer pip-installed NVIDIA CUDA libraries

View File

@ -21,7 +21,7 @@ import os
import pathlib
import subprocess
_version = "0.4.19"
_version = "0.4.20"
# The following line is overwritten by build scripts in distributions &
# releases. Do not modify this manually, or jax/jaxlib build will fail.
_release_version: str | None = None

View File

@ -24,7 +24,7 @@ project_name = 'jax'
_current_jaxlib_version = '0.4.19'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.18'
_latest_jaxlib_version_on_pypi = '0.4.19'
_available_cuda11_cudnn_versions = ['86']
_default_cuda11_cudnn_version = '86'
_default_cuda12_cudnn_version = '89'