File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 3
3
You can adapt this file completely to your liking, but it should at least
4
4
contain the root `toctree` directive.
5
5
6
- Iris-grib v0.20
6
+ Iris-grib v0.21
7
7
===============
8
8
9
9
The library ``iris-grib `` provides functionality for converting between weather and
Original file line number Diff line number Diff line change @@ -6,6 +6,31 @@ Release Notes
6
6
=============
7
7
8
8
9
+ What's new in iris-grib v0.21.0
10
+ -------------------------------
11
+
12
+ :Release: 0.21.0
13
+ :Date: 07 January 2025
14
+
15
+ Dependencies
16
+ ^^^^^^^^^^^^
17
+ * `@pp-mo <https://github.com/pp-mo >`_ added a fix to support ecCodes versions >= 2.38
18
+ `(PR#578) <https://github.com/SciTools/iris-grib/pull/578 >`_
19
+ * `@pp-mo <https://github.com/pp-mo >`_ fixed tests to work with numpy versions >= 2.0
20
+ `(PR#580) <https://github.com/SciTools/iris-grib/pull/580 >`_
21
+
22
+ Internal
23
+ ^^^^^^^^
24
+ * `@trexfeathers <https://github.com/trexfeathers >`_ added integration tests to ensure
25
+ code coverage of GRIB1 loading code, to enable future refactoring.
26
+ `(ISSUE#488) <https://github.com/SciTools/iris-grib/issues/488 >`_,
27
+ `(PR#583) <https://github.com/SciTools/iris-grib/pull/583 >`_
28
+ * `@pp-mo <https://github.com/pp-mo >`_ updated repository automation to meet current
29
+ SciTools code quality recommendations
30
+ `(PR#568) <https://github.com/SciTools/iris-grib/pull/568 >`_,
31
+ `(PR#572) <https://github.com/SciTools/iris-grib/pull/572 >`_
32
+
33
+
9
34
What's new in iris-grib v0.20.0
10
35
-------------------------------
11
36
You can’t perform that action at this time.
0 commit comments