- Lazy inspection of field types, which should prevent some (hypothetical) circular import errors. - Deprecate shape / datatype annotation API.
1.5.1
Patched `jdc.jit` to support arguments without annotations.
1.5.0
Experimental: adds `jdc.jit`.
This is the same `jax.jit`, but has tweaks for improved typing and autopopulates `static_argnums`/`static_argnames` based on types annotated with `jdc.Static[]`.
1.4.4
Performance improvements + forward reference resolution for builtins.
1.4.3
Error suppression for `get_type_hints()`. Fixes issues with chex in Python 3.10.