Update CHANGELOG.md

This commit is contained in:
Sharad Vikram 2022-08-02 22:28:52 -07:00 committed by GitHub
parent 657325f2a4
commit e1da5c7a36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
## jax 0.3.16 (Unreleased)
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.3.15...main).
* Changes
* Added {mod}`jax.debug` that includes utilities for runtime value debugging such at {func}`jax.debug.print` and {func}`jax.debug.breakpoint`.
* Added new documentation for [runtime value debugging](debugging/index)
* Deprecations
* {func}`jax.mask` {func}`jax.shapecheck` APIs have been removed.
See {jax-issue}`#11557`.