Inox

Latest version: v0.6.3

Safety actively analyzes 688027 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 6

0.3.2

Autogenerated release notes as follows:

What's Changed
* Version 0.3.2: SpectralNorm and more! by patrick-kidger in https://github.com/patrick-kidger/equinox/pull/55


**Full Changelog**: https://github.com/patrick-kidger/equinox/compare/v0.3.1...v0.3.2

0.3.1

Autogenerated release notes as follows:

What's Changed
* Fix function names when logging compilation progress by marcelroed in https://github.com/patrick-kidger/equinox/pull/52

New Contributors
* marcelroed made their first contribution in https://github.com/patrick-kidger/equinox/pull/52

**Full Changelog**: https://github.com/patrick-kidger/equinox/compare/v0.3.0...v0.3.1

0.3.0

Three main things in this release.

1. `equinox.experimental.BatchNorm`. Hurrah, that's nice to have.
2. Very interesting from a technical point of view: stateful operations. In this case, `equinox.experimental.{get_state, set_state, StateIndex}`. These are the technology used to update the statistics of `BatchNorm` without requiring the user to faff around outputting the model themselves. They work by wrapping `jax.experimental.host_callback.call` to save and load external state on demand. Which is pretty magic, so these should really be used sparingly...
3. Removed several old pieces of deprecated functionality: `equinox.jitf` and so on.

---

Autogenerated release notes as follows:

What's Changed
* Score based example by patrick-kidger in https://github.com/patrick-kidger/equinox/pull/42
* minor doc fixes by patrick-kidger in https://github.com/patrick-kidger/equinox/pull/43
* Version 0.3.0 -- BatchNorm and stateful by patrick-kidger in https://github.com/patrick-kidger/equinox/pull/50


**Full Changelog**: https://github.com/patrick-kidger/equinox/compare/v0.2.2...v0.3.0

0.2.2

Added several new layers:
- LayerNorm
- MultiheadAttention
- ConvTranspose, ConvTranspose1d, ConvTranspose2d, ConvTranspose3d
- Embedding

(Thanks to andyehrenberg for implementing much of this, and to lucidrains for reviewing the implementation of attention.)

Autogenerated release notes as follows:

What's Changed
* ConvTranspose layers, MultiheadAttention, lookup embeddings, LayerNorm by andyehrenberg in https://github.com/patrick-kidger/equinox/pull/34
* Tidied; simplified; generalised ConvTranspose implementation. by patrick-kidger in https://github.com/patrick-kidger/equinox/pull/40
* Attention, Transposed Convolutions, Embeddings, LayerNorm by patrick-kidger in https://github.com/patrick-kidger/equinox/pull/38


**Full Changelog**: https://github.com/patrick-kidger/equinox/compare/v0.2.1...v0.2.2

0.2.1

Autogenerated release notes as follows:

What's Changed
* Added automated releases. by patrick-kidger in https://github.com/patrick-kidger/equinox/pull/39
* Added pretty-printing for Modules by patrick-kidger in https://github.com/patrick-kidger/equinox/pull/41


**Full Changelog**: https://github.com/patrick-kidger/equinox/compare/v0.2.0...v0.2.1

0.2.0

First release using GitHub releases. We'll be using this to serve as a changelog.

This bumps the minor version `0.1.6 -> 0.2.0` so this is a breaking release. (Admittedly for something pretty minor. See the autogenerated changelog below.)

What's Changed
* Fixed `filter_grad(has_aux=True)` returning arguments in the wrong order. by patrick-kidger in https://github.com/patrick-kidger/equinox/pull/36

**Full Changelog**: https://github.com/patrick-kidger/equinox/compare/v0.1.6...v0.2.0

Page 6 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.