- BREAKING CHANGE:
eqx.field(converter=...)
now runs after__post_init__
instead of before. This dramatically simplifies some internals and improves compatibility with other libraries. (#969, #975) - Fixed warning when using
eqx.filter_closure_convert
with JAX 0.5.3. (#979, #981) - Reduced overhead of
eqx.filter_jit
. (Thanks @ZagButNotZig! #973, #980, #983) - Shiny new documentation!
New Contributors
- @ZagButNoZig made their first contribution in #980
Full Changelog: v0.11.12...v0.12.0