Skip to content

Commit cc0f9f0

Browse files
leabeuschmathause
andauthored
Release v0.8.3 (#128)
* Release v0.8.3 * Remove :py:func: syntax Co-authored-by: Mathias Hauser <[email protected]>
1 parent 9485357 commit cc0f9f0

File tree

1 file changed

+31
-9
lines changed

1 file changed

+31
-9
lines changed

CHANGELOG.rst

+31-9
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ v0.9.0 - unreleased
77
New Features
88
^^^^^^^^^^^^
99

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>`_.
1310

1411
Breaking changes
1512
^^^^^^^^^^^^^^^^
@@ -22,11 +19,32 @@ Deprecations
2219
Bug fixes
2320
^^^^^^^^^
2421

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+
2544
- Initialize ``llh_max`` to ``-inf`` to ensure the cross validation loop is entered
2645
(`#110 <https://github.com/MESMER-group/mesmer/pull/110>`_).
2746
By `Jonas Schwaab <https://github.com/woodhome23>`_.
2847

29-
3048
Documentation
3149
^^^^^^^^^^^^^
3250

@@ -43,9 +61,12 @@ Internal Changes
4361
- Internal refactor: moved a number of inline comments to their own line (especially if
4462
this allows to have the code on one line instead of several) and other minor cleanups
4563
(`#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>`_).
4864
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+
4970

5071
v0.8.2 - 2021-10-07
5172
-------------------
@@ -69,8 +90,8 @@ Internal Changes
6990
- The geopy package is no longer a dependency of mesmer
7091
(`#88 <https://github.com/MESMER-group/mesmer/pull/88>`_).
7192
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
7495
(`#102 <https://github.com/MESMER-group/mesmer/issues/102>`_).
7596
By `Mathias Hauser <https://github.com/mathause>`_.
7697

@@ -82,4 +103,5 @@ v0.8.1 - 2021-07-15
82103
v0.8.0 - 2021-07-13
83104
-------------------
84105

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

Comments
 (0)