Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

48 lines (31 loc) · 1.44 KB

Changelog

1.0.2 - 2024-04-05

  • Added e3x.ops.normalize_and_return_norm
  • Added option to include mapping as weighting in mapped functions
  • Added option to return vector norms to e3x.nn.basis
  • Added e3x.nn.ExponentialBasis (wraps e3x.nn.basis, injecting learnable gamma)
  • Added e3x.ops.inverse_softplus helper function
  • Added e3x.so3.delley_quadrature for computing Delley quadratures of S2

1.0.1 - 2024-01-17

  • Increased minimum required Python version to 3.9

1.0.0 - 2023-12-31

  • Initial release