Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed May 7, 2023
1 parent 63bb0a6 commit 5ec3819
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs_rst/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

v2023.5.7
---------
- VASP Handler: Better error checking for too_few_nbands (@arosen93)
- VASP Handler: General clean up and mitigating unnecessary INCAR swaps (@arosen93)
- VASP Handler: Remove deprecated handlers and kwargs (@arosen93)
- VASP Handler: Add a new correction for the ZPOTRF ZTRTRI error that is specific to small structures (@arosen93)
- VASP Handler: Add a new handler for the SET_CORE_WF error (@arosen93)
- VASP Handler: Only apply the algo_tet handler if SCF convergence failed (@arosen93)
- VASP Handler: AMIN handler should only be applied if SCF is not converged (@arosen93)
- VASP Handler: Do not set ADDGRID to True (@arosen93)

v2023.3.8
---------
* Updates for QChem6 support (@samblau)
Expand Down
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def update_changelog(ctx, version=datetime.datetime.now().strftime("%Y.%-m.%-d")
break
lines.append(f" {ll}")
misc.append(l)
with open("CHANGES.rst") as f:
with open("changelog.rst") as f:
contents = f.read()
l = "=========="
toks = contents.split(l)
Expand Down

0 comments on commit 5ec3819

Please sign in to comment.