Skip to content

Equinox v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 09:55
· 700 commits to main since this release

A new minor release as there's a few minor breaking changes:

  • Some of the projections in MultiheadAttention no longer have a bias by default (#60)
  • equinox.experimental.{get_state,set_state,BatchNorm} now raises RuntimeErrors for many things; this is to match a change in how jax.experimental.host_callback raises errors in jaxlib>=0.3.5. (#63)

Besides this, a couple of more exciting (?) things:

  • equinox.tree_pformat (which is used when printing equinox.Modules) now pretty-prints results much more neatly. (#62)
  • equinox.experimental.{get_state,BatchNorm,SpectralNorm} are now substantially faster when run in inference mode. (#61)

Both of which sound pretty minor but both of which were technically really interesting to implement ;)


The pull requests in this release were:

Full Changelog: v0.3.2...v0.4.0