File tree Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 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.
5858project = 'serpentTools'
Original file line number Diff line number Diff line change 77from serpentTools .seed import *
88from serpentTools .xs import *
99
10- __version__ = "0.9.4 "
10+ __version__ = "0.9.5 "
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def getDataFiles():
4444
4545pythonRequires = ">=3.5"
4646
47- version = "0.9.4 "
47+ version = "0.9.5 "
4848
4949setupArgs = {
5050 'name' : 'serpentTools' ,
You can’t perform that action at this time.
0 commit comments