Skip to content

Equinox v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Aug 21:35
· 629 commits to main since this release
6058475
  • Refactor: the serialisation format for eqx.experimental.{BatchNorm,SpectralNorm,StateIndex} under eqx.tree_{de,}serialise_leaves has been tweaked slightly to avoid an edge-case crash. [This is the reason for the minor version bump to 0.6.0, as this is technically a (very minor) compatibility break.]
  • Refactor: changed from jax.tree_map to jax.tree_util.tree_map to remove all the deprecation warnings JAX has started giving.
  • Feature: added eqx.nn.Lambda (for use with eqx.nn.Sequential)
  • Feature: added eqx.default_{de,}serialise_filter_spec (for use `eqx.tree_{de,}serialise_leaves).
  • Bugfix: fixed BatchNorm crashing under jax.grad.
  • Documentation: lots of tidy-ups and improvements.

Autogenerated release notes as follows:

What's Changed

New Contributors

Full Changelog: v0.5.6...v0.6.0