Skip to content

Commit

Permalink
Release v0.8.3 (#128)
Browse files Browse the repository at this point in the history
* Release v0.8.3

* Remove :py:func: syntax

Co-authored-by: Mathias Hauser <[email protected]>
  • Loading branch information
leabeusch and mathause authored Dec 23, 2021
1 parent 9485357 commit cc0f9f0
Showing 1 changed file with 31 additions and 9 deletions.
40 changes: 31 additions & 9 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ v0.9.0 - unreleased
New Features
^^^^^^^^^^^^

- Add ``mesmer.core.linear_regression``. Starts the process of refactoring the
codebase (`#116 <https://github.com/MESMER-group/mesmer/pull/116>`_).
By `Zeb Nicholls <https://github.com/znicholls>`_.

Breaking changes
^^^^^^^^^^^^^^^^
Expand All @@ -22,11 +19,32 @@ Deprecations
Bug fixes
^^^^^^^^^


Documentation
^^^^^^^^^^^^^


Internal Changes
^^^^^^^^^^^^^^^^


v0.8.3 - 2021-12-23
-------------------

New Features
^^^^^^^^^^^^

- Add ``mesmer.core.linear_regression``. Starts the process of refactoring the
codebase (`#116 <https://github.com/MESMER-group/mesmer/pull/116>`_).
By `Zeb Nicholls <https://github.com/znicholls>`_.

Bug fixes
^^^^^^^^^

- Initialize ``llh_max`` to ``-inf`` to ensure the cross validation loop is entered
(`#110 <https://github.com/MESMER-group/mesmer/pull/110>`_).
By `Jonas Schwaab <https://github.com/woodhome23>`_.


Documentation
^^^^^^^^^^^^^

Expand All @@ -43,9 +61,12 @@ Internal Changes
- Internal refactor: moved a number of inline comments to their own line (especially if
this allows to have the code on one line instead of several) and other minor cleanups
(`#98 <https://github.com/MESMER-group/mesmer/pull/98>`_).
- Refactor :py:func:`io.load_cmipng_tas` and :py:func:`io.load_cmipng_hfds` to
de-duplicate their code and add tests for them (`#55 <https://github.com/MESMER-group/mesmer/pull/55>`_).
By `Mathias Hauser <https://github.com/mathause>`_.
- Refactor ``io.load_cmipng_tas`` and ``io.load_cmipng_hfds`` to
de-duplicate their code and add tests for them
(`#55 <https://github.com/MESMER-group/mesmer/pull/55>`_).
By `Mathias Hauser <https://github.com/mathause>`_.


v0.8.2 - 2021-10-07
-------------------
Expand All @@ -69,8 +90,8 @@ Internal Changes
- The geopy package is no longer a dependency of mesmer
(`#88 <https://github.com/MESMER-group/mesmer/pull/88>`_).
By `Mathias Hauser <https://github.com/mathause>`_.
- Convert README from Markdown to reStructuredText to fix package build errors. Also allows
to include the README in the docs to avoid duplication
- Convert README from Markdown to reStructuredText to fix package build errors. Also
allows to include the README in the docs to avoid duplication
(`#102 <https://github.com/MESMER-group/mesmer/issues/102>`_).
By `Mathias Hauser <https://github.com/mathause>`_.

Expand All @@ -82,4 +103,5 @@ v0.8.1 - 2021-07-15
v0.8.0 - 2021-07-13
-------------------

- First release on PyPI and conda (`#79 <https://github.com/MESMER-group/mesmer/pull/79>`_).
- First release on PyPI and conda
(`#79 <https://github.com/MESMER-group/mesmer/pull/79>`_).

0 comments on commit cc0f9f0

Please sign in to comment.