Update jax version and CHANGELOG for 0.2.22 release

This commit is contained in:
Skye Wanderman-Milne 2021-10-12 18:21:11 -07:00
parent 66a4a9ff3f
commit 962c496b25
2 changed files with 7 additions and 3 deletions

View File

@ -8,11 +8,15 @@ Remember to align the itemized text with the first line of an item within a list
PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
-->
## jax 0.2.23 (Unreleased)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.2.22...main).
## jaxlib 0.1.73 (Unreleased)
## jax 0.2.22 (Unreleased)
## jax 0.2.22 (Oct 12, 2021)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.2.21...main).
commits](https://github.com/google/jax/compare/jax-v0.2.21...jax-v0.2.22).
* Breaking Changes
* Static arguments to `jax.pmap` must now be hashable.

View File

@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.2.21"
__version__ = "0.2.22"
_minimum_jaxlib_version = "0.1.69"