mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 04:46:06 +00:00
Update version numbers post-0.4.24 release
This commit is contained in:
parent
9a098e922a
commit
b93772fc24
@ -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.
|
Remember to align the itemized text with the first line of an item within a list.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## jax 0.4.24
|
## jax 0.4.25
|
||||||
|
|
||||||
|
## jaxlib 0.4.25
|
||||||
|
|
||||||
|
## jax 0.4.24 (Feb 6, 2024)
|
||||||
|
|
||||||
* Changes
|
* Changes
|
||||||
|
|
||||||
@ -111,7 +115,7 @@ Remember to align the itemized text with the first line of an item within a list
|
|||||||
and will emit a `FutureWarning`. Use `jax.vmap` for explicit batching.
|
and will emit a `FutureWarning`. Use `jax.vmap` for explicit batching.
|
||||||
* {func}`jax.lax.tie_in` is deprecated: it has been a no-op since JAX v0.2.0.
|
* {func}`jax.lax.tie_in` is deprecated: it has been a no-op since JAX v0.2.0.
|
||||||
|
|
||||||
## jaxlib 0.4.24
|
## jaxlib 0.4.24 (Feb 6, 2024)
|
||||||
|
|
||||||
* Changes
|
* Changes
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ import os
|
|||||||
import pathlib
|
import pathlib
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
_version = "0.4.24"
|
_version = "0.4.25"
|
||||||
# The following line is overwritten by build scripts in distributions &
|
# The following line is overwritten by build scripts in distributions &
|
||||||
# releases. Do not modify this manually, or jax/jaxlib build will fail.
|
# releases. Do not modify this manually, or jax/jaxlib build will fail.
|
||||||
_release_version: str | None = None
|
_release_version: str | None = None
|
||||||
|
2
setup.py
2
setup.py
@ -24,7 +24,7 @@ project_name = 'jax'
|
|||||||
|
|
||||||
_current_jaxlib_version = '0.4.24'
|
_current_jaxlib_version = '0.4.24'
|
||||||
# The following should be updated with each new jaxlib release.
|
# The following should be updated with each new jaxlib release.
|
||||||
_latest_jaxlib_version_on_pypi = '0.4.23'
|
_latest_jaxlib_version_on_pypi = '0.4.24'
|
||||||
_available_cuda11_cudnn_versions = ['86']
|
_available_cuda11_cudnn_versions = ['86']
|
||||||
_default_cuda11_cudnn_version = '86'
|
_default_cuda11_cudnn_version = '86'
|
||||||
_default_cuda12_cudnn_version = '89'
|
_default_cuda12_cudnn_version = '89'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user