Bump version and changelog after jax 0.4.5 release

This commit is contained in:
Skye Wanderman-Milne 2023-03-02 16:08:34 -08:00
parent a002643a4a
commit ed2c5717c5
2 changed files with 6 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.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

View File

@ -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):