Skip to content

Commit 467c118

Browse files
committed
Update CHANGELOG and version: v0.2.1
1 parent 3f6b00e commit 467c118

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
## v0.2.1 - Current
2-
- Add Nexus job bundle feature
1+
## v0.2.1 - 28 May 2025
2+
- Error surface optimization: Performance update and minor bug fixes
3+
- Plotting and printing updates for line-searches
4+
- Refactor examples and add README for documentation
5+
- Add Nexus examples: carbon dimer, carbon diamond
6+
- Add PySCF examples: benzene, H2O
7+
- Add Nexus job bundle feature and improved prompt
8+
- Minor tweaks and fixes
39

410
## v0.2.0 - 15 Apr 2025
511

stalk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__author__ = "Juha Tiihonen"
55
__email__ = "tiihonen@iki.fi"
66
__license__ = "BSD-3-Clause"
7-
__version__ = "0.2.1dev1"
7+
__version__ = "0.2.1"
88

99
from stalk import io
1010
from stalk import ls

0 commit comments

Comments
 (0)