File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
- v2.3.6
4
+ v2.3.7
5
5
------
6
6
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
+ ------
7
27
8
28
Bugfixes:
9
29
Original file line number Diff line number Diff line change 5
5
Sumo is a set of scripts and an API for dealing with VASP output files.
6
6
"""
7
7
8
- __version__ = "2.3.6 "
8
+ __version__ = "2.3.7 "
You can’t perform that action at this time.
0 commit comments