Skip to content

Commit b53d14e

Browse files
authored
REL Release 0.9.5 (#474)
1 parent 34f2fcc commit b53d14e

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

docs/changelog.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@ Changelog
1414
existing structures. For more information, see
1515
:ref:`data-model`
1616

17+
.. _v0.9.5:
18+
19+
:release-tag:`0.9.5`
20+
====================
21+
22+
.. note::
23+
24+
Following the `0.9.5` release, the default branch for development
25+
will be the ``main`` branch on GitHub. The ``develop`` branch will
26+
be re-incorporated at a later date.
27+
28+
* Allow microxs reader to handle files w/o nfy data :pull:`468`
29+
* ResultsReader supports Serpent 2.2.0 :pull:`472`
30+
* SensitivityReader.plot applies the title to the plot :pull:`471`
31+
* SensitivityReader.plot uses absolute value for yerr :pull:`470`
32+
* Allow pathlib.Path arguments to readers :pull:`463`
33+
1734
.. _v0.9.4:
1835

1936
:release-tag:`0.9.4`
@@ -25,7 +42,7 @@ Changelog
2542
* Support for Serpent 2.1.32 via :ref:`settings`. 2.1.31 is still
2643
default - :pull:`447`
2744
* Support for installing under python 3.9 - :pull:`444`
28-
* Various ``plot`` methods now support passing keword arguments to underlying
45+
* Various ``plot`` methods now support passing keyword arguments to underlying
2946
matplotlib plot routines
3047

3148
* :meth:`serpentTools.objects.HomogUniv.plot` - :pull:`432`

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# |version| and |release|, also used in various other places throughout the
5353
# built documents.
5454

55-
version = "0.9.4"
55+
version = "0.9.5"
5656

5757
# General information about the project.
5858
project = 'serpentTools'

serpentTools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from serpentTools.seed import *
88
from serpentTools.xs import *
99

10-
__version__ = "0.9.4"
10+
__version__ = "0.9.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def getDataFiles():
4444

4545
pythonRequires = ">=3.5"
4646

47-
version = "0.9.4"
47+
version = "0.9.5"
4848

4949
setupArgs = {
5050
'name': 'serpentTools',

0 commit comments

Comments
 (0)