Skip to content

Commit 4d26167

Browse files
authored
v0.4.2 (#382)
1 parent 19787c1 commit 4d26167

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
<!-- markdownlint-disable -->
22
# Changelog
33

4+
## v0.4.2
5+
6+
Thank you to everyone who contributed to this release! This release includes important bug fixes and new features. @thomasloux, @orionarcher, @WillEngler, @RishikeshMagar, @nh-univie, @andrewrm98, @danielzuegner, and others made valuable contributions. 🚀
7+
8+
### 🎉 New Features
9+
* Add CSVR / V-Rescale thermostat and anisotropic C rescale barostat by @thomasloux in [#326](https://github.com/TorchSim/torch-sim/pull/326)
10+
* Support for electrostatics by @orionarcher in [#373](https://github.com/TorchSim/torch-sim/pull/373)
11+
* Add support for AMD GPUs (consumer/datacenter) by @andrewrm98 in [#347](https://github.com/TorchSim/torch-sim/pull/347)
12+
13+
### 🐛 Bug Fixes
14+
* Fix: add init_kwargs to ts.integrate by @danielzuegner in [#360](https://github.com/TorchSim/torch-sim/pull/360)
15+
* Fix PBC extraction to CPU fairchem model by @nh-univie in [#368](https://github.com/TorchSim/torch-sim/pull/368)
16+
* Handle tensor PBC input in FairChemV1Model by @WillEngler in [#372](https://github.com/TorchSim/torch-sim/pull/372)
17+
* Fix Comments Issue#309 by @RishikeshMagar in [#378](https://github.com/TorchSim/torch-sim/pull/378)
18+
* Fix fairchem-legacy tests by removing explicit Hugging Face login by @WillEngler in [#369](https://github.com/TorchSim/torch-sim/pull/369)
19+
20+
### 🛠 Enhancements
21+
* Consolidate model and model_name args in FairchemModel by @orionarcher in [#377](https://github.com/TorchSim/torch-sim/pull/377)
22+
23+
## New Contributors
24+
* @andrewrm98 made their first contribution in [#347](https://github.com/TorchSim/torch-sim/pull/347)
25+
* @danielzuegner made their first contribution in [#360](https://github.com/TorchSim/torch-sim/pull/360)
26+
* @RishikeshMagar made their first contribution in [#378](https://github.com/TorchSim/torch-sim/pull/378)
27+
428
## v0.4.1
529

630
Thank you to everyone who contributed to this release! This release includes important bug fixes, new features, and API improvements. @thomasloux, @curtischong, @CompRhys, @orionarcher, @WillEngler, @samanvya10, @hn-yu, @wendymak8, @chuin-wei, @pragnya17, and many others made valuable contributions. 🚀

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "torch-sim-atomistic"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "A pytorch toolkit for calculating material properties using MLIPs"
55
authors = [
66
{ name = "Abhijeet Gangan", email = "abhijeetgangan@g.ucla.edu" },

0 commit comments

Comments
 (0)