Skip to content

Commit 8afc8fe

Browse files
committed
Update changelog
1 parent 4ea323b commit 8afc8fe

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.rst

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
11
Change Log
22
==========
33

4-
v2.3.6
4+
v2.3.7
55
------
66

7+
* Added symprec functionality to load_phonon in cli/phonon_bandplot.py by @badw in https://github.com/SMTG-Bham/sumo/pull/207
8+
* Set band-edge marker size in style file by @ajjackson in https://github.com/SMTG-Bham/sumo/pull/193
9+
* Fix failing tests and migrate to importlib by @oashour in https://github.com/SMTG-Bham/sumo/pull/216
10+
* Update README.rst by @alexsquires in https://github.com/SMTG-Bham/sumo/pull/224
11+
* Add support for band structure titles by @oashour in https://github.com/SMTG-Bham/sumo/pull/215
12+
* Add ``**kwargs`` to ``draw_themed_line`` by @kavanase in https://github.com/SMTG-Bham/sumo/pull/212
13+
* Kpoint degeneracy by @kbspooner in https://github.com/SMTG-Bham/sumo/pull/213
14+
15+
## New Contributors
16+
17+
* @badw made their first contribution in https://github.com/SMTG-Bham/sumo/pull/207
18+
* @oashour made their first contribution in https://github.com/SMTG-Bham/sumo/pull/216
19+
* @alexsquires made their first contribution in https://github.com/SMTG-Bham/sumo/pull/224
20+
* @kbspooner made their first contribution in https://github.com/SMTG-Bham/sumo/pull/213
21+
22+
**Full Changelog**: https://github.com/SMTG-Bham/sumo/compare/v2.3.6...v2.3.7
23+
24+
25+
v2.3.6
26+
------
727

828
Bugfixes:
929

sumo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
Sumo is a set of scripts and an API for dealing with VASP output files.
66
"""
77

8-
__version__ = "2.3.6"
8+
__version__ = "2.3.7"

0 commit comments

Comments
 (0)