Skip to content

Commit

Permalink
update whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Jun 23, 2024
1 parent 1464f31 commit 0d5f35d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ What's new
v0.8.0 (UNRELEASED)
-------------------

Unreleased.
This version introduces :py:meth:`domain` which should tighten the API call in the future.
The cmor module was also updated to make more usage of ``cf_xarray``.

.. note::
This version introduces :py:meth:`domain` which is equivalent to the former
`cordex_domain` function. Both API calls are available, however, future
``cordex_domain`` function. Both API calls are available, however, future
improvements might only be done on the new ``domain`` API and it is
recommended to use :py:meth:`domain` in the future.

New Features
~~~~~~~~~~~~

- Cmor function :py:meth:`cmor.cmorize_variable` can now handle 3D fields if a Z-axis is available (:pull:`230`).

Internal Changes
~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 0d5f35d

Please sign in to comment.