@@ -7,9 +7,6 @@ v0.9.0 - unreleased
7
7
New Features
8
8
^^^^^^^^^^^^
9
9
10
- - Add ``mesmer.core.linear_regression ``. Starts the process of refactoring the
11
- codebase (`#116 <https://github.com/MESMER-group/mesmer/pull/116 >`_).
12
- By `Zeb Nicholls <https://github.com/znicholls >`_.
13
10
14
11
Breaking changes
15
12
^^^^^^^^^^^^^^^^
@@ -22,11 +19,32 @@ Deprecations
22
19
Bug fixes
23
20
^^^^^^^^^
24
21
22
+
23
+ Documentation
24
+ ^^^^^^^^^^^^^
25
+
26
+
27
+ Internal Changes
28
+ ^^^^^^^^^^^^^^^^
29
+
30
+
31
+ v0.8.3 - 2021-12-23
32
+ -------------------
33
+
34
+ New Features
35
+ ^^^^^^^^^^^^
36
+
37
+ - Add ``mesmer.core.linear_regression ``. Starts the process of refactoring the
38
+ codebase (`#116 <https://github.com/MESMER-group/mesmer/pull/116 >`_).
39
+ By `Zeb Nicholls <https://github.com/znicholls >`_.
40
+
41
+ Bug fixes
42
+ ^^^^^^^^^
43
+
25
44
- Initialize ``llh_max `` to ``-inf `` to ensure the cross validation loop is entered
26
45
(`#110 <https://github.com/MESMER-group/mesmer/pull/110 >`_).
27
46
By `Jonas Schwaab <https://github.com/woodhome23 >`_.
28
47
29
-
30
48
Documentation
31
49
^^^^^^^^^^^^^
32
50
@@ -43,9 +61,12 @@ Internal Changes
43
61
- Internal refactor: moved a number of inline comments to their own line (especially if
44
62
this allows to have the code on one line instead of several) and other minor cleanups
45
63
(`#98 <https://github.com/MESMER-group/mesmer/pull/98 >`_).
46
- - Refactor :py:func: `io.load_cmipng_tas ` and :py:func: `io.load_cmipng_hfds ` to
47
- de-duplicate their code and add tests for them (`#55 <https://github.com/MESMER-group/mesmer/pull/55 >`_).
48
64
By `Mathias Hauser <https://github.com/mathause >`_.
65
+ - Refactor ``io.load_cmipng_tas `` and ``io.load_cmipng_hfds `` to
66
+ de-duplicate their code and add tests for them
67
+ (`#55 <https://github.com/MESMER-group/mesmer/pull/55 >`_).
68
+ By `Mathias Hauser <https://github.com/mathause >`_.
69
+
49
70
50
71
v0.8.2 - 2021-10-07
51
72
-------------------
@@ -69,8 +90,8 @@ Internal Changes
69
90
- The geopy package is no longer a dependency of mesmer
70
91
(`#88 <https://github.com/MESMER-group/mesmer/pull/88 >`_).
71
92
By `Mathias Hauser <https://github.com/mathause >`_.
72
- - Convert README from Markdown to reStructuredText to fix package build errors. Also allows
73
- to include the README in the docs to avoid duplication
93
+ - Convert README from Markdown to reStructuredText to fix package build errors. Also
94
+ allows to include the README in the docs to avoid duplication
74
95
(`#102 <https://github.com/MESMER-group/mesmer/issues/102 >`_).
75
96
By `Mathias Hauser <https://github.com/mathause >`_.
76
97
@@ -82,4 +103,5 @@ v0.8.1 - 2021-07-15
82
103
v0.8.0 - 2021-07-13
83
104
-------------------
84
105
85
- - First release on PyPI and conda (`#79 <https://github.com/MESMER-group/mesmer/pull/79 >`_).
106
+ - First release on PyPI and conda
107
+ (`#79 <https://github.com/MESMER-group/mesmer/pull/79 >`_).
0 commit comments