Skip to content

Commit 18d95fe

Browse files
authored
Release v0.1.1 (#78)
1 parent 68c0e41 commit 18d95fe

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## Unreleased changes
44

5+
## 0.1.1
6+
- Fixed a few bugs in the code, improved documentation and added a support for
7+
specifying the "latest" version of the model in the `upet.get_upet` and
8+
`upet.save_upet` functions.
9+
10+
## 0.1.0
11+
- Initial release of the UPET package, succeeding PET-MAD. Updated package
12+
structure, calculator names, and model naming conventions to reflect the new
13+
UPET branding and functionalities.
14+
- Added a support for new models trained on popular datasets for atomistic machine
15+
learning.
16+
17+
# Legacy Changelog
18+
519
## 1.4.4
620

721
- Upgraded to metatrain v2025.12

src/upet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22

33
from ._models import get_upet, save_upet
44

0 commit comments

Comments
 (0)