File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,17 @@ History
55
55
Releases are named after
56
56
`geological eons, periods and epochs <https://en.wikipedia.org/wiki/Geologic_time_scale >`_.
57
57
58
- `v0.4 <https://github.com/SunPower/UncertaintyWrapper/releases/tag/v0.3.2 >`_ `Phanerozoic Era <https://en.wikipedia.org/wiki/Phanerozoic >`_
58
+ `v0.4.1 <https://github.com/SunPower/UncertaintyWrapper/releases/tag/v0.4.1 >`_ `Paleozoic Era <https://en.wikipedia.org/wiki/Paleozoic >`_
59
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
+ * Jagged arrays of covariance keys work now.
61
+ * simplify
62
+
63
+ `v0.4 <https://github.com/SunPower/UncertaintyWrapper/releases/tag/v0.4 >`_ `Phanerozoic Era <https://en.wikipedia.org/wiki/Phanerozoic >`_
59
64
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
65
* Fixes #5, ``ValueError `` if covariance keys have multiple observations
61
66
* fix covariance cross terms not scaled correctly
62
67
63
- `v0.3.3 <https://github.com/SunPower/UncertaintyWrapper/releases/tag/v0.3.2 >`_ `Neoproterozoic Era <https://en.wikipedia.org/wiki/Neoproterozoic >`_
68
+ `v0.3.3 <https://github.com/SunPower/UncertaintyWrapper/releases/tag/v0.3.3 >`_ `Neoproterozoic Era <https://en.wikipedia.org/wiki/Neoproterozoic >`_
64
69
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
65
70
* Fixes #4, ``ValueError `` if just one observation
66
71
Original file line number Diff line number Diff line change 2
2
3
3
from uncertainty_wrapper .core import unc_wrapper , unc_wrapper_args , jflatten
4
4
5
- __VERSION__ = '0.4'
6
- __RELEASE__ = u"Phanerozoic Eon "
5
+ __VERSION__ = '0.4.1 '
6
+ __RELEASE__ = u"Paleozoic Era "
7
7
__URL__ = u'https://github.com/SunPower/UncertaintyWrapper'
8
8
__AUTHOR__ = u"Mark Mikofski"
9
9
You can’t perform that action at this time.
0 commit comments