Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update CHANGELOG.md #70

Merged
merged 15 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing changes
  • Loading branch information
mariogeiger committed Jan 16, 2025
commit b0b287d9d3aaef0fd28e9a917b9766e8304f670e
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

### Breaking Changes

- Minimal python version is now 3.10 in all packages.
- `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.
- `cuet.TensorProduct` and `cuet.EquivariantTensorProduct` are no more variadic functions. They now require a list of `torch.Tensor` as input.
- `cuex.IrrepsArray` is an alias for `cuex.RepArray`.
@@ -18,6 +19,12 @@
### Fixed

- Add support for empty batch dimension in `cuet` (`cuequivariance_torch`).
- Move `README.md` and `LICENSE` into the source distribution.
- Fix `cue.SegmentedTensorProduct.flop_cost` for the special case of 1 operand.

### Improved

- No more special case for degree 0 in `cuet.SymmetricTensorProduct`.

## 0.1.0 (2024-11-18)