File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ History
5555Releases 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
Original file line number Diff line number Diff line change 22
33from 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
You can’t perform that action at this time.
0 commit comments