Skip to content

Commit 160d20a

Browse files
committed
Merge branch 'mariogeiger-patch-1' of github.com:NVIDIA/cuEquivariance into mariogeiger-patch-1
2 parents 0d3a1ba + bbe7a34 commit 160d20a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44

55
- Minimal python version is now 3.10 in all packages.
66
- `cuet.TensorProduct` and `cuet.EquivariantTensorProduct` now require inputs to be of shape `(batch_size, dim)` or `(1, dim)`. Inputs of dimension `(dim,)` are no more allowed.
7-
- `cuet.TensorProduct` and `cuet.EquivariantTensorProduct` are no more variadic functions. They now require a list of `torch.Tensor` as input.
87
- `cuex.IrrepsArray` is an alias for `cuex.RepArray`.
98
- `cuex.RepArray.irreps` and `cuex.RepArray.segments` are not functions anymore. They are now properties.
109
- `cuex.IrrepsArray.is_simple` is replaced by `cuex.RepArray.is_irreps_array`.
1110
- The function `cuet.spherical_harmonics` is replaced by the Torch Module `cuet.SphericalHarmonics`. This was done to allow the use of `torch.jit.script` and `torch.compile`.
1211

1312
### Added
1413

15-
- Add an experimental support for `torch.jit.script` and `torch.compile`. Known issue: the export in c++ is not working.
14+
- Add an experimental support for `torch.compile`. Known issue: the export in c++ is not working.
1615
- Add `cue.IrrepsAndLayout`: A simple class that inherits from `cue.Rep` and contains a `cue.Irreps` and a `cue.IrrepsLayout`.
1716
- Add `cuex.RepArray` for representing an array of any kind of representations (not only irreps like before with `cuex.IrrepsArray`).
1817

0 commit comments

Comments
 (0)