Skip to content

Commit 450f6a4

Browse files
committed
RLS 0.4.0
1 parent 5133a4d commit 450f6a4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/whats-new.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
.. currentmodule:: cf_xarray
2+
13
What's New
24
----------
35

4-
v0.4.0 (unreleased)
5-
===================
6+
v0.4.0 (Jan 22, 2021)
7+
=====================
68
- 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`_.
711

812
v0.3.1 (Nov 25, 2020)
913
=====================
@@ -13,7 +17,7 @@ v0.3.1 (Nov 25, 2020)
1317
- Changed ``get_valid_keys()`` to ``.keys()``. `Kristen Thyng`_.
1418
- Added ``.cf.decode_vertical_coords`` for decoding of parameterized vertical coordinate variables.
1519
(: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``
1721
to convert from coordinate bounds in a CF format (shape (nx, 2)) to a vertices format (shape (nx+1)).
1822
(:pr:`108`). `Pascal Bourgault`_.
1923

0 commit comments

Comments
 (0)