File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- __version__ = "0.1.0 "
1+ __version__ = "0.1.1 "
22
33from ._models import get_upet , save_upet
44
You can’t perform that action at this time.
0 commit comments