Skip to content

Commit 311eee6

Browse files
authored
Release v0.10.0 (#370)
* release v0.9.1 * fix some typos * update changelog
1 parent a5023e3 commit 311eee6

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Diff for: CHANGELOG.rst

+12-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
Changelog
22
=========
33

4-
v0.9.1 - unreleased
5-
-------------------
4+
v0.10.0 - 2024.01.04
5+
--------------------
6+
7+
version 0.10.0 fixes the bug in the legacy calibration and is thus not numerically
8+
backward compatible. It also updated the supported python, pandas and xarray versions.
9+
Updating the pandas version will create an error when trying to load pickled mesmer
10+
bundles, requiring to use mesmer version v0.9.0 for this.
611

712
Bug fixes
813
^^^^^^^^^
@@ -16,7 +21,7 @@ By `Mathias Hauser`_.
1621
Breaking changes
1722
^^^^^^^^^^^^^^^^
1823

19-
- Removed support for python 3.7 and python 3.8 and updated the code base (
24+
- Removed support for python 3.7 and python 3.8 (
2025
`#163 <https://github.com/MESMER-group/mesmer/issues/163>`_,
2126
`#365 <https://github.com/MESMER-group/mesmer/pull/365>`_,
2227
`#367 <https://github.com/MESMER-group/mesmer/pull/367>`_, and
@@ -44,13 +49,13 @@ version 0.9.0 is a big step towards rewriting mesmer. All statistical functional
4449
extracted and works for xarray data objects. It also contains data handling functions to
4550
prepare climate model data using xarray.
4651

47-
- The restructered code is fully functional, and can be used to calibrate and emulate
48-
temperature. However, it is still missing wrappers to which encapsulates the full
52+
- The restructured code is fully functional and can be used to calibrate and emulate
53+
temperature. However, it is still missing wrappers which encapsulate the full
4954
chain and helpers to simplify calibrating several scenarios and ensemble members.
5055

5156
- This version still contains the legacy routines to train and emulate temperature. It
52-
should have no numerical changes, only minimal changes in usage and offers speed gains
53-
compared to v0.8.3.
57+
should have no numerical changes, only minimal changes in usage, and offers speed gains
58+
over v0.8.3.
5459

5560

5661
Known bugs

0 commit comments

Comments
 (0)