Skip to content

Commit 8b5c113

Browse files
authored
Prepare version 0.8.2 (#341)
* Upd changes * Test against ESMF 8.6 explicitly
1 parent a204bf4 commit 8b5c113

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- python-version: "3.10"
3030
esmf-version: 8.4
3131
- python-version: "3.11"
32-
esmf-version: 8.4
32+
esmf-version: 8.6
3333
steps:
3434
- name: Cancel previous runs
3535
uses: styfle/[email protected]

CHANGES.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
What's new
22
==========
33

4-
0.8.2 (unreleased)
4+
0.8.2 (2024-02-20)
55
------------------
66

77
Bug fixes
88
~~~~~~~~~
99
* 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-
* Correct guess of output chunks for the :``SpatialAverager``.
10+
* Correct guess of output chunks for ``SpatialAverager``.
1111
* Remove usage of private method of xarray that was removed in its 2024.02.0 version.
1212

13+
Internal changes
14+
----------------
15+
* Test against ESMF 8.6
16+
1317
0.8.1 (2023-09-05)
1418
------------------
1519

0 commit comments

Comments
 (0)