Skip to content

Commit

Permalink
RLS 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jan 22, 2021
1 parent 5133a4d commit 450f6a4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
.. currentmodule:: cf_xarray

What's New
----------

v0.4.0 (unreleased)
===================
v0.4.0 (Jan 22, 2021)
=====================
- Support for arbitrary cell measures indexing. By `Mattia Almansi`_.
- Avoid using ``grid_latitude`` and ``grid_longitude`` for detecting latitude and longitude variables.
By `Pascal Bourgault`_.

v0.3.1 (Nov 25, 2020)
=====================
Expand All @@ -13,7 +17,7 @@ v0.3.1 (Nov 25, 2020)
- Changed ``get_valid_keys()`` to ``.keys()``. `Kristen Thyng`_.
- Added ``.cf.decode_vertical_coords`` for decoding of parameterized vertical coordinate variables.
(:issue:`34`, :pr:`103`). `Deepak Cherian`_.
- Added top-level ``bounds_to_vertices`` and ``vertices_to_bounds`` as well as ``.cf.bounds_to_vertices``
- Added top-level :py:func:`bounds_to_vertices` and :py:func:`vertices_to_bounds` as well as ``.cf.bounds_to_vertices``
to convert from coordinate bounds in a CF format (shape (nx, 2)) to a vertices format (shape (nx+1)).
(:pr:`108`). `Pascal Bourgault`_.

Expand Down

0 comments on commit 450f6a4

Please sign in to comment.