You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/changelog.rst
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,30 @@ Changelog
13
13
.. Highlight any user facing changes. E.g:
14
14
.. "* `@gh-user`_ did foo to bar in :pr:`9999`. This enables baz."
15
15
16
+
25.5.1 (2025-05-22)
17
+
-------------------
18
+
19
+
A smaller release with some big features. We now have the capability to select a
20
+
sub-area of a domain for analysis. This is useful both for looking at small
21
+
parts of a large (perhaps global) domain, as well as for trimming off boundaries
22
+
that may contain numerical artifacts.
23
+
24
+
We also follow up on the last release by bringing multiple model support to time
25
+
series and vertical profile plots.
26
+
27
+
* Correct model level sort key in rose edit by `@jfrost-mo`_ in :pr:`1364`
28
+
* Rationalise number of include and recipe files by introducing LEVELTYPE generic option to simplify dev and user experience by `@ukmo-huw-lewis`_ in :pr:`1328`
29
+
* Support multiple models on single plot for timeseries by `@refszkentla`_ in :pr:`1365`
30
+
* Support equalising hour coordinate in difference operator by `@jfrost-mo`_ in :pr:`1260`
31
+
* Pair cube with corresponding coordinate when plotting line series by `@jfrost-mo`_ in :pr:`1366`
32
+
* Bump minimum iris version to avoid dask issues by `@jfrost-mo`_ in :pr:`1369`
33
+
* Fix formatting of cset bake example documentation by `@jfrost-mo`_ in :pr:`1379`
34
+
* Improve testing of get_cube_coordindex by `@jfrost-mo`_ in :pr:`1374`
35
+
* Reimplement sub-area functionality universally by `@jwarner8`_ in :pr:`1259`
36
+
* Multiple model lines on vertical profiles by `@refszkentla`_ in :pr:`1368`
37
+
* Document how to switch git repository from HTTPS to SSH by `@Sylviabohnenstengel`_ in :pr:`1380`
38
+
* Add CSET v25.5.1 release notes to changelog by `@jfrost-mo`_ in :pr:`1382`
0 commit comments