Skip to content

Commit 146e452

Browse files
authored
release v0.9.0 (#358)
* release v0.9.0 * Update CHANGELOG.rst
1 parent c0069eb commit 146e452

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.rst

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
Changelog
22
=========
33

4-
v0.9.0 - unreleased
4+
v0.9.0 - 2023.12.19
55
-------------------
66

7+
version 0.9.0 is a big step towards rewriting mesmer. All statistical functionality was
8+
extracted and works for xarray data objects. It also contains data handling functions to
9+
prepare climate model data using xarray.
10+
11+
- The restructered code is fully functional, and can be used to calibrate and emulate
12+
temperature. However, it is still missing wrappers to which encapsulates the full
13+
chain and helpers to simplify calibrating several scenarios and ensemble members.
14+
15+
- This version still contains the legacy routines to train and emulate temperature. It
16+
should have no numerical changes, only minimal changes in usage and offers speed gains
17+
compared to v0.8.3.
18+
19+
20+
Known bugs
21+
^^^^^^^^^^
22+
23+
For the legacy training, the influence of the global variability is underestimated,
24+
because the historical ensemble members are shuffled "randomly". This is kept in v0.9.0
25+
for backward compatibility and will be fixed in a follow-up bug fix release. For details
26+
see `#338 <https://github.com/MESMER-group/mesmer/issues/338>`_.
27+
28+
729
New Features
830
^^^^^^^^^^^^
931

0 commit comments

Comments
 (0)