Skip to content

Commit

Permalink
Release 0.1.6 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishjojo authored Jun 28, 2024
1 parent 93b0e58 commit 8a5c0ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change log

## pyscfad 0.1.6 (June 27, 2024)
* Changes
* Update GMRES solver according to scipy updates.

* Bug fixes
* Fix minor import error in `lo.pipek`.
* Fix PBC lattice response.
* Fix pyscfadlib runtime link issue.

## pyscfad 0.1.5 (June 22, 2024)
* Changes
* pyscfad is now compatable with pyscf 2.6.
Expand Down
2 changes: 1 addition & 1 deletion pyscfad/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.5"
__version__ = "0.1.6"
2 changes: 1 addition & 1 deletion pyscfadlib/pyscfadlib/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.5'
__version__ = '0.1.6'

0 comments on commit 8a5c0ad

Please sign in to comment.