|
1 | | -## v0.0.1 |
| 1 | +## v0.2.0 |
2 | 2 |
|
3 | | -Initial release. |
| 3 | +### Bug Fixes 🐛 |
| 4 | +* Fix integrate reporting kwarg to arg error, https://github.com/Radical-AI/torch-sim/issues/113 (raised by @hn-yu) |
| 5 | +* Allow runners to take large initial batches, https://github.com/Radical-AI/torch-sim/issues/128 (raised by @YutackPark) |
| 6 | +* Add Fairchem model support for PBC, https://github.com/Radical-AI/torch-sim/issues/111 (raised by @ryanliu30) |
| 7 | + |
| 8 | +### Enhancements 🛠 |
| 9 | +* **[breaking]** Rename `HotSwappingAutobatcher` to `InFlightAutobatcher` and `ChunkingAutoBatcher` to `BinningAutoBatcher`, https://github.com/Radical-AI/torch-sim/pull/143 @orionarcher |
| 10 | +* Support for Orbv3, https://github.com/Radical-AI/torch-sim/pull/140, @AdeeshKolluru |
| 11 | +* Support metatensor models, https://github.com/Radical-AI/torch-sim/pull/141, @frostedoyter @Luthaf |
| 12 | +* Support for graph-pes models, https://github.com/Radical-AI/torch-sim/pull/118 @jla-gardner |
| 13 | +* Support MatterSim and fix ASE cell convention issues, https://github.com/Radical-AI/torch-sim/pull/112 @CompRhys |
| 14 | +* Implement positions only FIRE optimization, https://github.com/Radical-AI/torch-sim/pull/139 @abhijeetgangan |
| 15 | +* Allow different temperatures in batches, https://github.com/Radical-AI/torch-sim/pull/123 @orionarcher |
| 16 | +* FairChem model updates: PBC handling, test on OMat24 e-trained model, https://github.com/Radical-AI/torch-sim/pull/126 @AdeeshKolluru |
| 17 | +* FairChem model from_data_list support, https://github.com/Radical-AI/torch-sim/pull/138 @ryanliu30 |
| 18 | +* New correlation function module, https://github.com/Radical-AI/torch-sim/pull/115 @stefanbringuier |
| 19 | + |
| 20 | +### Documentation 📖 |
| 21 | +* Imoved model documentation, https://github.com/Radical-AI/torch-sim/pull/121 @orionarcher |
| 22 | +* Plot of TorchSim module graph in docs, https://github.com/Radical-AI/torch-sim/pull/132 @janosh |
4 | 23 |
|
5 | | -[contributors]: <> (CONTRIBUTOR SECTION) |
6 | | -[abhijeetgangan]: https://github.com/abhijeetgangan |
7 | | -[orionarcher]: https://github.com/orionarcher |
8 | | -[janosh]: https://github.com/janosh |
9 | | -[AdeeshKolluru]: https://github.com/AdeeshKolluru |
10 | | -[CompRhys]: https://github.com/CompRhys |
| 24 | +### House-Keeping 🧹 |
| 25 | +* Only install HF for fairchem tests, https://github.com/Radical-AI/torch-sim/pull/134 @CompRhys |
| 26 | +* Don't download MBD in CI, https://github.com/Radical-AI/torch-sim/pull/135 @orionarcher |
| 27 | +* Tighten graph-pes test bounds, https://github.com/Radical-AI/torch-sim/pull/143 @orionarcher |
| 28 | + |
| 29 | +## v0.1.0 |
| 30 | + |
| 31 | +Initial release. |
0 commit comments