Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ repos:
^example_inputs/data/|
^sevenn/pair_e3gnn/comm_brick.cpp|
^sevenn/pair_e3gnn/pair_d3.cu|
^sevenn/pair_e3gnn/pair_d3_for_ase.cu
^sevenn/pair_e3gnn/pair_d3_for_ase.cu|
^sevenn/pair_e3gnn/pair_d3_for_ts.cu
)
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## [0.12.2.dev]
### Added
- Support OpenEquivariance
- Add Batch D3 and SevenNetD3Model in Torch-Sim interface

### Changed
- **[Breaking]** Rename optional dependency group `mliap` into `mliap12` (reflecting its CUDA 12.x dependency).
Expand Down
Loading
Loading