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` and `eqx.tree_pprint`) now uses the new [Wadler-Lindig](https://github.com/patrick-kidger/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 https://github.com/patrick-kidger/equinox/pull/930
* struan-robertson made their first contribution in https://github.com/patrick-kidger/equinox/pull/941
* aseyboldt made their first contribution in https://github.com/patrick-kidger/equinox/pull/950
* TugdualKerjan made their first contribution in https://github.com/patrick-kidger/equinox/pull/947
**Full Changelog**: https://github.com/patrick-kidger/equinox/compare/v0.11.11...v0.11.12