|
| 1 | +## v0.2.1 |
| 2 | + |
| 3 | +2025-05-01 |
| 4 | +<!-- Release notes generated using configuration in .github/release.yml at v0.2.1 --> |
| 5 | + |
| 6 | +## What's Changed |
| 7 | + |
| 8 | +### 💥 Breaking Changes |
| 9 | + |
| 10 | +* [BREAKING] Remove higher level model imports by @CompRhys in https://github.com/Radical-AI/torch-sim/pull/179 |
| 11 | + |
| 12 | +### 🛠 Enhancements |
| 13 | + |
| 14 | +* Add per atom energies and stresses for batched LJ by @abhijeetgangan in https://github.com/Radical-AI/torch-sim/pull/144 |
| 15 | +* throw error if autobatcher type is wrong by @orionarcher in https://github.com/Radical-AI/torch-sim/pull/167 |
| 16 | + |
| 17 | +### 🐛 Bug Fixes |
| 18 | + |
| 19 | +* Fix column->row cell vector mismatch in integrators by @CompRhys in https://github.com/Radical-AI/torch-sim/pull/175 |
| 20 | +* Mattersim fix tensors on wrong device (CPU->GPU) by @orionarcher in https://github.com/Radical-AI/torch-sim/pull/154 |
| 21 | +* fix `npt_langevin` by @jla-gardner in https://github.com/Radical-AI/torch-sim/pull/153 |
| 22 | +* Make sure to move data to CPU before calling vesin by @Luthaf in https://github.com/Radical-AI/torch-sim/pull/156 |
| 23 | +* Fix virial calculations in `optimizers` and `integrators` by @janosh in https://github.com/Radical-AI/torch-sim/pull/163 |
| 24 | +* Pad memory estimation by @orionarcher in https://github.com/Radical-AI/torch-sim/pull/160 |
| 25 | +* Refactor sevennet model by @YutackPark in https://github.com/Radical-AI/torch-sim/pull/172 |
| 26 | +* `io` optional dependencies in `pyproject.toml` by @curtischong in https://github.com/Radical-AI/torch-sim/pull/185 |
| 27 | + |
| 28 | +### 📖 Documentation |
| 29 | + |
| 30 | +* (tiny) add graph-pes to README by @jla-gardner in https://github.com/Radical-AI/torch-sim/pull/149 |
| 31 | +* Better module fig by @janosh in https://github.com/Radical-AI/torch-sim/pull/168 |
| 32 | + |
| 33 | +### 🚀 Performance |
| 34 | + |
| 35 | +* More efficient Orb `state_to_atoms_graph` calculation by @AdeeshKolluru in https://github.com/Radical-AI/torch-sim/pull/165 |
| 36 | + |
| 37 | +### 🚧 CI |
| 38 | + |
| 39 | +* Refactor `test_math.py` and `test_transforms.py` by @janosh in https://github.com/Radical-AI/torch-sim/pull/151 |
| 40 | + |
| 41 | +### 🏥 Package Health |
| 42 | + |
| 43 | +* Try out hatchling for build vs setuptools by @CompRhys in https://github.com/Radical-AI/torch-sim/pull/177 |
| 44 | + |
| 45 | +### 🏷️ Type Hints |
| 46 | + |
| 47 | +* Add `torch_sim/typing.py` by @janosh in https://github.com/Radical-AI/torch-sim/pull/157 |
| 48 | + |
| 49 | +### 📦 Dependencies |
| 50 | + |
| 51 | +* Bump `mace-torch` to v0.3.12 by @janosh in https://github.com/Radical-AI/torch-sim/pull/170 |
| 52 | +* Update metatrain dependency by @Luthaf in https://github.com/Radical-AI/torch-sim/pull/186 |
| 53 | + |
| 54 | +## New Contributors |
| 55 | + |
| 56 | +* @Luthaf made their first contribution in https://github.com/Radical-AI/torch-sim/pull/156 |
| 57 | +* @YutackPark made their first contribution in https://github.com/Radical-AI/torch-sim/pull/172 |
| 58 | +* @curtischong made their first contribution in https://github.com/Radical-AI/torch-sim/pull/185 |
| 59 | + |
| 60 | +**Full Changelog**: https://github.com/Radical-AI/torch-sim/compare/v0.2.0...v0.2.1 |
| 61 | + |
1 | 62 | ## v0.2.0
|
2 | 63 |
|
3 | 64 | ### Bug Fixes 🐛
|
|
0 commit comments