Skip to content

Commit

Permalink
Prepare 0.4.28 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinsp committed May 8, 2024
1 parent a145109 commit ea1b61b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,19 @@ Remember to align the itemized text with the first line of an item within a list
* The ``kind`` argument to {func}`jax.numpy.sort` and {func}`jax.numpy.argsort`
is now removed. Use `stable=True` or `stable=False` instead.

* Changes
* The minimum jaxlib version of this release is 0.4.27.

## jaxlib 0.4.28

* Bug fixes
* Fixed a warning `'+ptx84' is not a recognized feature for this target`
under CUDA 12.4.

* Changes
* The Windows build is now built with Clang instead of MSVC.


## jax 0.4.27 (May 7, 2024)

* New Functionality
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@

project_name = 'jax'

_current_jaxlib_version = '0.4.27'
_current_jaxlib_version = '0.4.28'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.27'
_default_cuda12_cudnn_version = '89'
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version]
_libtpu_version = '0.1.dev20240507'
_libtpu_version = '0.1.dev20240508'

def load_version_module(pkg_path):
spec = importlib.util.spec_from_file_location(
Expand Down

0 comments on commit ea1b61b

Please sign in to comment.