mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Bump version and changelog after jax 0.4.5 release
This commit is contained in:
parent
a002643a4a
commit
ed2c5717c5
@ -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.5
|
## jax 0.4.6
|
||||||
|
|
||||||
|
## jaxlib 0.4.6
|
||||||
|
|
||||||
|
## jax 0.4.5 (Mar 2, 2023)
|
||||||
|
|
||||||
* Deprecations
|
* Deprecations
|
||||||
* `jax.sharding.OpShardingSharding` has been renamed to `jax.sharding.GSPMDSharding`.
|
* `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.broadcast_in_dim`: use {func}`jax.lax.broadcast_in_dim` instead.
|
||||||
* `jax.Array.split`: use {func}`jax.numpy.split` instead.
|
* `jax.Array.split`: use {func}`jax.numpy.split` instead.
|
||||||
|
|
||||||
## jaxlib 0.4.5
|
|
||||||
|
|
||||||
## jax 0.4.4 (Feb 16, 2023)
|
## jax 0.4.4 (Feb 16, 2023)
|
||||||
|
|
||||||
* Changes
|
* Changes
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# This file is included as part of both jax and jaxlib. It is also
|
# 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.
|
# 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"
|
_minimum_jaxlib_version = "0.4.4"
|
||||||
|
|
||||||
def _version_as_tuple(version_str):
|
def _version_as_tuple(version_str):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user