File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ .. currentmodule :: cf_xarray
2
+
1
3
What's New
2
4
----------
3
5
4
- v0.4.0 (unreleased )
5
- ===================
6
+ v0.4.0 (Jan 22, 2021 )
7
+ =====================
6
8
- Support for arbitrary cell measures indexing. By `Mattia Almansi `_.
9
+ - Avoid using ``grid_latitude `` and ``grid_longitude `` for detecting latitude and longitude variables.
10
+ By `Pascal Bourgault `_.
7
11
8
12
v0.3.1 (Nov 25, 2020)
9
13
=====================
@@ -13,7 +17,7 @@ v0.3.1 (Nov 25, 2020)
13
17
- Changed ``get_valid_keys() `` to ``.keys() ``. `Kristen Thyng `_.
14
18
- Added ``.cf.decode_vertical_coords `` for decoding of parameterized vertical coordinate variables.
15
19
(:issue: `34 `, :pr: `103 `). `Deepak Cherian `_.
16
- - Added top-level `` bounds_to_vertices `` and `` vertices_to_bounds `` as well as ``.cf.bounds_to_vertices ``
20
+ - Added top-level :py:func: ` bounds_to_vertices ` and :py:func: ` vertices_to_bounds ` as well as ``.cf.bounds_to_vertices ``
17
21
to convert from coordinate bounds in a CF format (shape (nx, 2)) to a vertices format (shape (nx+1)).
18
22
(:pr: `108 `). `Pascal Bourgault `_.
19
23
You can’t perform that action at this time.
0 commit comments