We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6b00e commit 467c118Copy full SHA for 467c118
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
-## v0.2.1 - Current
2
-- Add Nexus job bundle feature
+## v0.2.1 - 28 May 2025
+- 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
9
10
## v0.2.0 - 15 Apr 2025
11
stalk/__init__.py
@@ -4,7 +4,7 @@
__author__ = "Juha Tiihonen"
__email__ = "tiihonen@iki.fi"
__license__ = "BSD-3-Clause"
-__version__ = "0.2.1dev1"
+__version__ = "0.2.1"
from stalk import io
from stalk import ls
0 commit comments