mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Update versions and changelog post 0.4.15 release
This commit is contained in:
parent
603c879fa0
commit
f71ba0a2e7
@ -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.15
|
||||
## jax 0.4.16
|
||||
|
||||
## jaxlib 0.4.16
|
||||
|
||||
## jax 0.4.15 (Aug 30 2023)
|
||||
|
||||
* Changes
|
||||
* Added {class}`jax.numpy.ufunc`, as well as {func}`jax.numpy.frompyfunc`, which can convert
|
||||
@ -66,7 +70,7 @@ Remember to align the itemized text with the first line of an item within a list
|
||||
removed. This utility did nothing useful in recent JAX releases and calls
|
||||
to it can be safely removed.
|
||||
|
||||
## jaxlib 0.4.15
|
||||
## jaxlib 0.4.15 (Aug 30 2023)
|
||||
|
||||
* Changes:
|
||||
* Sparse CSR matrix multiplications via the experimental jax sparse APIs
|
||||
|
@ -18,7 +18,7 @@
|
||||
import os
|
||||
import datetime
|
||||
|
||||
_version = "0.4.15"
|
||||
_version = "0.4.16"
|
||||
|
||||
if os.environ.get('JAX_RELEASE') or os.environ.get('JAXLIB_RELEASE'):
|
||||
__version__ = _version
|
||||
|
2
setup.py
2
setup.py
@ -21,7 +21,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
_current_jaxlib_version = '0.4.15'
|
||||
# The following should be updated with each new jaxlib release.
|
||||
_latest_jaxlib_version_on_pypi = '0.4.14'
|
||||
_latest_jaxlib_version_on_pypi = '0.4.15'
|
||||
_available_cuda11_cudnn_versions = ['86']
|
||||
_default_cuda11_cudnn_version = '86'
|
||||
_default_cuda12_cudnn_version = '89'
|
||||
|
Loading…
x
Reference in New Issue
Block a user