Skip to content

Commit 2ecce5b

Browse files
committed
update CHANGELOG
1 parent 4fae2c7 commit 2ecce5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ Most recent change on the top.
1515
- batched AOTI inference
1616
- per-edge-type cutoff can now lead to cost reduction in the LAMMPS ML-IAP interface
1717
- optional `--constant-fold` acceleration argument for `nequip-compile --mode aotinductor` that can provide small speed ups for PyTorch >= 2.8 (may fail with some models, please open issues if that such instances are encountered)
18+
- OpenEquivariance is now compatible with AOTInductor compilation for ASE inference with PyTorch >= 2.9
1819

1920
### Removed
2021
- [Breaking] `NequIPGNNEnergyModel` has been removed. Energy-only models can be constructed by using `NequIPGNNModel` with a new argument `do_derivatives=False`
2122

2223
### Changed
2324
- Simplified metrics manager wrappers now include maximum absolute error metrics
2425
- [Breaking] `ChemicalSpeciesToAtomTypeMapper` and `NequIPCalculator` API changed for safety and better UI with regards to atom types when using pretrained models
26+
- [Breaking] raise minimum PyTorch version for OpenEquivariance to PyTorch >= 2.7 (previously >= 2.4)
2527

2628
## [0.15.0]
2729

0 commit comments

Comments
 (0)