This is primarily a compatibility release.
- Fixes for compatibility with JAX 0.5.1 (#959, #960).
- Fixes for compatibility with pyright 1.1.394 (#956, #960).
eqx.nn.Linear(0, ...)
no longer crashes runs (propagating zero-size tensors). (Thanks @aseyboldt! #950)- Pretty-printing (
eqx.tree_pformat
andeqx.tree_pprint
) now uses the new Wadler-Lindig pretty-printing library. (#924) - Many doc improvements (Thanks @matthewfeickert @TugdualKerjan @struan-robertson @danielward27! #930, #937, #941, #950)
New Contributors
- @matthewfeickert made their first contribution in #930
- @struan-robertson made their first contribution in #941
- @aseyboldt made their first contribution in #950
- @TugdualKerjan made their first contribution in #947
Full Changelog: v0.11.11...v0.11.12