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

latest releases: v0.2.34, v0.2.33, v0.2.32...
16 months ago
  • Proper documentation! Not just markdown files on GitHub any more. Check out https://docs.kidger.site/jaxtyping.
  • Added jaxtyping.{PRNGKeyArray,Scalar,ScalarLike}
  • Can now nest, e.g.
    Image = Float[Array, "channels height width"]
    BatchImage = Float[Image, "batch"]
  • Now packaging in the modern way with pyproject.toml.
  • Dtypes can now match regexes (e.g. used in keys to match ^key<\w+>$),

Full Changelog: v0.2.15...v0.2.19

Don't miss a new jaxtyping release

NewReleases is sending notifications on new releases.