Skip to content

Commit 604ce73

Browse files
committed
prepare for minor release
1 parent 1b48aae commit 604ce73

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ Most recent change on the top.
88

99
## Unreleased
1010

11+
## [0.17.1]
12+
1113
### Added
1214
- `dataset` as a built-in `AtomicDataDict` graph/long field (`AtomicDataDict.DATASET_KEY`) and `nequip.data.transforms.DatasetIndexTransform` for multi-dataset workflows
1315

14-
1516
### Fixed
1617
- compatibility with `alchemiops` v0.3.0 neighborlist
1718

nequip/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# See Python packaging guide
33
# https://packaging.python.org/guides/single-sourcing-package-version/
44

5-
__version__ = "0.17.0"
5+
__version__ = "0.17.1"

0 commit comments

Comments
 (0)