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: CHANGES.rst
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,22 @@
1
1
What's new
2
2
==========
3
3
4
-
0.8.2 (2024-02-20)
4
+
0.8.3 (2024-02-20)
5
+
------------------
6
+
* Remove usage of private method of xarray that was removed in its 2024.02.0 version (:issue:`338`, :issue:`340`) By `Pascal Bourgault <https://github.com/aulemahal>`_.
7
+
8
+
Internal changes
9
+
----------------
10
+
* Test against ESMF 8.6
11
+
12
+
13
+
0.8.2 (2023-09-18)
5
14
------------------
6
15
7
16
Bug fixes
8
17
~~~~~~~~~
9
18
* Raise a meaningful error messages when the output grid has no chunks with `parallel=True` (:issue:`299`, :pull:`304`). By `Pascal Bourgault <https://github.com/aulemahal>`_.
10
19
* Correct guess of output chunks for ``SpatialAverager``.
11
-
* Remove usage of private method of xarray that was removed in its 2024.02.0 version.
0 commit comments