You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The semi-private type jax._src.literals.TypedNdArray is now a subclass of np.ndarray, rather than a duck type of it.
jax.numpy.arange with step specified no longer generates the array
on host. The benefit is more efficient code, though this can lead to less
precise outputs for narrow-width floats (e.g. bfloat16). To recover the
previous behavior in this case, use jnp.array(np.arange(...)).