Skip to content

Commit

Permalink
Increment version number and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
janberges committed Mar 7, 2024
1 parent 433c4f4 commit c42dc1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
See [Git commits](https://github.com/janberges/elphmod/commits) for more
detailed list of changes.

## v0.23/2024-03-07

* QE-7.3 support (cDFPT patch, no longer included in source distribution)
* pyproject.toml-based build with reviewed requirements
* Scripts replaced by entry points (for editable installs and portability)
* Phonons and faster forces from MD driver using sparse coupling matrices
* Official PNG version of logo
* Read the Docs theme
* First unit test
* Various bugfixes and optimizations

## v0.22/2023-10-14

* Import of Wannier Hamiltonian from RESPACK
Expand Down
2 changes: 1 addition & 1 deletion elphmod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""Python modules for electron-phonon models."""

__version__ = '0.22'
__version__ = '0.23'

from . import MPI
from . import bravais
Expand Down

0 comments on commit c42dc1a

Please sign in to comment.