Skip to content

Commit 22f44b0

Browse files
committed
bump version and update readme
1 parent 9754610 commit 22f44b0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ History
5555
Releases are named after
5656
`geological eons, periods and epochs <https://en.wikipedia.org/wiki/Geologic_time_scale>`_.
5757

58+
`v0.4 <https://github.com/SunPower/UncertaintyWrapper/releases/tag/v0.3.2>`_ `Phanerozoic Era <https://en.wikipedia.org/wiki/Phanerozoic>`_
59+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60+
* Fixes #5, ``ValueError`` if covariance keys have multiple observations
61+
* fix covariance cross terms not scaled correctly
62+
5863
`v0.3.3 <https://github.com/SunPower/UncertaintyWrapper/releases/tag/v0.3.2>`_ `Neoproterozoic Era <https://en.wikipedia.org/wiki/Neoproterozoic>`_
5964
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6065
* Fixes #4, ``ValueError`` if just one observation

uncertainty_wrapper/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from uncertainty_wrapper.core import unc_wrapper, unc_wrapper_args, jflatten
44

5-
__VERSION__ = '0.3.3'
6-
__RELEASE__ = u"Neoproterozoic Era"
5+
__VERSION__ = '0.4'
6+
__RELEASE__ = u"Phanerozoic Eon"
77
__URL__ = u'https://github.com/SunPower/UncertaintyWrapper'
88
__AUTHOR__ = u"Mark Mikofski"
99
__EMAIL__ = u'[email protected]'

0 commit comments

Comments
 (0)