Skip to content

Commit

Permalink
Merge pull request #17909 from skye:version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 570551640
  • Loading branch information
jax authors committed Oct 4, 2023
2 parents f319a2b + 82b5838 commit 816ebf2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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.17
# jax 0.4.18

# jaxlib 0.4.18

# jax 0.4.17 (Oct 3, 2023)

* New features
* Added new {func}`jax.numpy.bitwise_count` function, matching the API of the simlar
Expand All @@ -33,7 +37,7 @@ Remember to align the itemized text with the first line of an item within a list
Previously many of these were treated as `Any` by static type checkers like
`mypy` and `pytype`.

# jaxlib 0.4.17
# jaxlib 0.4.17 (Oct 3, 2023)

* Changes:
* Python 3.12 wheels were added in this release.
Expand Down
2 changes: 1 addition & 1 deletion jax/version.py
Expand Up @@ -21,7 +21,7 @@
import pathlib
import subprocess

_version = "0.4.17"
_version = "0.4.18"
# 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@

_current_jaxlib_version = '0.4.17'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.16'
_latest_jaxlib_version_on_pypi = '0.4.17'
_available_cuda11_cudnn_versions = ['86']
_default_cuda11_cudnn_version = '86'
_default_cuda12_cudnn_version = '89'
Expand Down

0 comments on commit 816ebf2

Please sign in to comment.