github patrick-kidger/jaxtyping v0.3.3
jaxtyping v0.3.3

12 hours ago

A collection of esoteric fixes, mostly due to versions of other libraries:

  • Fix for partially-stringified annotations resulting in spurious errors. (If we can't resolve them at decoration time then they just become an Any instead.)
  • Fix for Dtype[numpy.typing.ArrayLike, ...] not accepting bool/int/float in NumPy 2.3.3-ish.
  • Fix for Foo | Bar annotations with typeguard==2.13.3 producing false negatives. (Fixes #349.)
  • Fix for jaxtyping.ArrayLike not including jax._src.literals.LiteralArray under jax==0.7.2.

New Contributors

Full Changelog: v0.3.2...v0.3.3

Don't miss a new jaxtyping release

NewReleases is sending notifications on new releases.