Skip to content

Commit

Permalink
Update to version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Jan 14, 2021
1 parent 71c9b52 commit 8981c42
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ Change Log
Unreleased
----------

v2.2.0
------

- Support is added for orbital-projected DOS plots from CASTEP. (@zhubonan)

- The binary parser is implemented and maintained in a separate
library castepxbin. This is maintained by Bonan Zhu, available on
PyPI and pinned to a specific version in the Sumo setup.py.

Enhancements:

- ``normalise`` option added to ``bandplot`` to control the normalisation of orbital
projections. The default has been changed from ``select`` to ``all``, meaning that
the size of projections is normalised against the sum of all other projections
at that band and k-point. (@utf)

v2.1.1
------

Expand Down
2 changes: 1 addition & 1 deletion sumo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
Sumo is a set of scripts and an API for dealing with VASP output files.
"""

__version__ = "2.1.1"
__version__ = "2.2.0"

0 comments on commit 8981c42

Please sign in to comment.