Skip to content

Commit

Permalink
Update jax version number for jax release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 404262742
  • Loading branch information
yashk2810 authored and jax authors committed Oct 19, 2021
1 parent 185d7a9 commit a7c9b6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.

## jaxlib 0.1.74 (Unreleased)

## jax 0.2.23 (Unreleased)
## jax 0.2.25 (Unreleased)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.2.22...main).
commits](https://github.com/google/jax/compare/jax-v0.2.24...main).

## jax 0.2.24 (Oct 19, 2021)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.2.22...jax-v0.2.24).

* New features:
* `jax.random.choice` and `jax.random.permutation` now support
Expand Down
2 changes: 1 addition & 1 deletion jax/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2.23"
__version__ = "0.2.24"
_minimum_jaxlib_version = "0.1.69"

0 comments on commit a7c9b6d

Please sign in to comment.