mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Update versions and changelog for jax 0.4.14 release
This commit is contained in:
parent
88a60b808c
commit
011fc88c03
10
CHANGELOG.md
10
CHANGELOG.md
@ -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.14
|
||||
## jax 0.4.15
|
||||
|
||||
## jaxlib 0.4.15
|
||||
|
||||
## jax 0.4.14 (July 27, 2023)
|
||||
|
||||
* Changes
|
||||
* `jax.jit` takes `donate_argnames` as an argument. It's semantics are similar
|
||||
@ -22,7 +26,7 @@ Remember to align the itemized text with the first line of an item within a list
|
||||
with more robust endpoint behavior ({jax-issue}`#16779`). This means that the
|
||||
sequence of values returned for a given `key` will change between JAX v0.4.13
|
||||
and v0.4.14 for `gamma` and related samplers (including {func}`jax.random.ball`,
|
||||
{func}`jax.random.beta`, {func}`jax.random.chisquare`, {func}`jax.random.dirichlet`,
|
||||
{func}`jax.random.beta`, {func}`jax.random.chisquare`, {func}`jax.random.dirichlet`,
|
||||
{func}`jax.random.generalized_normal`, {func}`jax.random.loggamma`, {func}`jax.random.t`).
|
||||
|
||||
* Deletions
|
||||
@ -79,7 +83,7 @@ Remember to align the itemized text with the first line of an item within a list
|
||||
certain shape constraints, if the serialization version is at least 7.
|
||||
See https://github.com/google/jax/blob/main/jax/experimental/jax2tf/README.md#errors-in-presence-of-shape-polymorphism.
|
||||
|
||||
## jaxlib 0.4.14
|
||||
## jaxlib 0.4.14 (July 27, 2023)
|
||||
|
||||
* Deprecations
|
||||
* Python 3.8 support has been dropped as per
|
||||
|
@ -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.14"
|
||||
__version__ = "0.4.15"
|
||||
_minimum_jaxlib_version = "0.4.11"
|
||||
|
||||
def _version_as_tuple(version_str):
|
||||
|
2
setup.py
2
setup.py
@ -21,7 +21,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
_current_jaxlib_version = '0.4.14'
|
||||
# The following should be updated with each new jaxlib release.
|
||||
_latest_jaxlib_version_on_pypi = '0.4.13'
|
||||
_latest_jaxlib_version_on_pypi = '0.4.14'
|
||||
_available_cuda11_cudnn_versions = ['86']
|
||||
_default_cuda11_cudnn_version = '86'
|
||||
_default_cuda12_cudnn_version = '89'
|
||||
|
Loading…
x
Reference in New Issue
Block a user