jaxtyping v0.2.21
- Fix for
__pycache__
filling up with lots of redundant entries. (#102, #103) - Compatibility with future versions of JAX (whatever version exists ~3 months from now), when JAX's way of detecting PRNGKeys (
jax.core.is_opaque_dtype
) will be deprecated and changed. (#98)
Full Changelog: v0.2.20...v0.2.21