1
1
Changelog
2
2
=========
3
3
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.
6
11
7
12
Bug fixes
8
13
^^^^^^^^^
@@ -16,7 +21,7 @@ By `Mathias Hauser`_.
16
21
Breaking changes
17
22
^^^^^^^^^^^^^^^^
18
23
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 (
20
25
`#163 <https://github.com/MESMER-group/mesmer/issues/163 >`_,
21
26
`#365 <https://github.com/MESMER-group/mesmer/pull/365 >`_,
22
27
`#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
44
49
extracted and works for xarray data objects. It also contains data handling functions to
45
50
prepare climate model data using xarray.
46
51
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
49
54
chain and helpers to simplify calibrating several scenarios and ensemble members.
50
55
51
56
- 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.
54
59
55
60
56
61
Known bugs
0 commit comments