diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e561586..f82fecca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.5 +## jax 0.4.6 + +## jaxlib 0.4.6 + +## jax 0.4.5 (Mar 2, 2023) * Deprecations * `jax.sharding.OpShardingSharding` has been renamed to `jax.sharding.GSPMDSharding`. @@ -17,8 +21,6 @@ Remember to align the itemized text with the first line of an item within a list * `jax.Array.broadcast_in_dim`: use {func}`jax.lax.broadcast_in_dim` instead. * `jax.Array.split`: use {func}`jax.numpy.split` instead. -## jaxlib 0.4.5 - ## jax 0.4.4 (Feb 16, 2023) * Changes diff --git a/jax/version.py b/jax/version.py index 3cbad1060..f53a3ac5d 100644 --- a/jax/version.py +++ b/jax/version.py @@ -15,7 +15,7 @@ # This file is included as part of both jax and jaxlib. It is also # eval()-ed by setup.py, so it should not have any dependencies. -__version__ = "0.4.5" +__version__ = "0.4.6" _minimum_jaxlib_version = "0.4.4" def _version_as_tuple(version_str):