Skip to content

Commit

Permalink
Update versions and changelog post 0.4.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
skye committed Jun 8, 2023
1 parent d8571cf commit 4b80103
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.12
## jax 0.4.13

## jaxlib 0.4.13

## jax 0.4.12 (June 8, 2023)

* Changes
* Added {class}`scipy.spatial.transform.Rotation` and {class}`scipy.spatial.transform.Slerp`
@@ -25,7 +29,7 @@ Remember to align the itemized text with the first line of an item within a list
* `jax.sharding.OpShardingSharding` has been removed since it has been 3
months since it was deprecated.

## jaxlib 0.4.12
## jaxlib 0.4.12 (June 8, 2023)

* Changes
* Includes PTX/SASS for Hopper (SM version 9.0+) GPUs. Previous
2 changes: 1 addition & 1 deletion jax/version.py
Original file line number Diff line number Diff line change
@@ -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.12"
__version__ = "0.4.13"
_minimum_jaxlib_version = "0.4.11"

def _version_as_tuple(version_str):
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@

_current_jaxlib_version = '0.4.12'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.11'
_latest_jaxlib_version_on_pypi = '0.4.12'
_available_cuda11_cudnn_versions = ['82', '86']
_default_cuda11_cudnn_version = '86'
_default_cuda12_cudnn_version = '88'

0 comments on commit 4b80103

Please sign in to comment.