Jax: jax-v0.3.5 Release

Release date:
April 7, 2022
Previous version:
jax-v0.3.4 (released March 18, 2022)
Magnitude:
9,147 Diff Delta
Contributors:
33 total committers
Data confidence:
Commits:

133 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored March 17, 2022
Authored March 18, 2022
Authored March 28, 2022
Authored March 27, 2022
Authored April 1, 2022
Authored April 6, 2022

Top Contributors in jax-v0.3.5

jakevdp
yashk2810
froystig
hawkinsp
tlu7
LenaMartens
reza-rahimi-144f
yotarok
mattjj
pschuh

Directory Browser for jax-v0.3.5

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Changes * added jax.random.loggamma & improved behavior of jax.random.beta and jax.random.dirichlet for small parameter values (#9906). * the private lax_numpy submodule is no longer exposed in the jax.numpy namespace (#10029). * added array creation routines jax.numpy.frombuffer, jax.numpy.fromfunction, and jax.numpy.fromstring (#10049). * DeviceArray.copy() now returns a DeviceArray rather than a np.ndarray (#10069) * added jax.scipy.linalg.rsf2csf * Deprecations: * jax.nn.normalize is being deprecated. Use jax.nn.standardize instead (#9899). * jax.tree_util.tree_multimap is deprecated. Use jax.tree_util.tree_map instead (#5746). * jax.experimental.sharded_jit is deprecated. Use pjit instead.