E3nn

Latest version: v0.5.6

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

Scan your dependencies

Page 5 of 6

0.2.3

Added
- Add argument `basis` into `math.soft_one_hot_linspace` that can take values `gaussian`, `cosine` and `fourier`
- `io.SphericalTensor.sum_of_diracs`
- Optional arguments `function(..., device=None, dtype=None)` for many functions
- `e3nn.nn.models.gate_points_2102` using node attributes along the length embedding to feed the radial network
- `Irreps.slices()`
- Module `Extract` (and `ExtractIr`) to extract subsets of irreps tensors
- Recursive TorchScript compiler `e3nn.util.jit`
- TorchScript support for `TensorProduct` and subclasses, `NormActivation`, `Gate`, `FullyConnectedNet`, and `gate_points_2101.Network`

Changed
- rename `io.SphericalTensor.from_geometry_adjusted` into `io.SphericalTensor.with_peaks_at`
- in `ReducedTensorProducts`, `ElementwiseTensorProduct` and `FullTensorProduct`: rename `irreps_out` argument into `set_ir_out` to not confuse it with `o3.Irreps`

Removed
- `io.SphericalTensor.from_geometry_global_rescale`
- `e3nn.math.reduce.reduce_tensor` in favor of `e3nn.o3.ReducedTensorProducts`
- swish, use `torch.nn.functional.silu` instead
- `"cartesian_vectors"` for equivariance testing — since the 0.2.2 Euler angle convention change, L=1 irreps are equivalent
Fixed
- `io.SphericalTensor.from_samples_on_s2` manage batch dimension
- Modules that generate code now clean up their temporary files
- `NormActivation` now works on GPU

0.2.2

[ChangeLog](https://github.com/e3nn/e3nn/blob/main/ChangeLog.md)

0.2.1

- `CustomWeightedTensorProduct` is now [`TensorProduct`](https://docs.e3nn.org/en/latest/api/o3/o3_tp.html#e3nn.o3.tensor_product.TensorProduct) and its method `.right()` replaces `Kernel`.
- `Rs` lists are replaced by the more powerful [Irreps](https://docs.e3nn.org/en/latest/api/o3/o3_irreps.html#e3nn_core.o3.irreps.Irreps) object.
- Rotations functions from `o3` have been completed by [quaternion and axis-angle support](https://docs.e3nn.org/en/latest/api/o3/o3_rotation.html).
- Spherical harmonics are implemented as tensor products [`Y^{l+1} = Y^l \otimes (x,y,z)`](https://docs.e3nn.org/en/latest/api/o3/o3_sh.html#e3nn_core.o3.cartesian_spherical_harmonics.spherical_harmonics) and are faster.
- Code examples are documented [here](https://docs.e3nn.org/en/latest/examples/examples.html)

0.2.0beta.0

0.1.1

Release following this one will use `e3nn_core`

0.1.0

Updated LICENSE and README.

Page 5 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.