From e65ddab9d2f659e3eba58a7364d8043f74096752 Mon Sep 17 00:00:00 2001 From: Lars Buntemeyer Date: Sun, 2 Jul 2023 14:49:15 +0200 Subject: [PATCH] Update whats_new.rst --- docs/whats_new.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 107fec2..0b85bec 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,11 +11,11 @@ What's New v0.6.0 (Unreleased) ------------------- -New Features -~~~~~~~~~~~~ +Internal Changes +~~~~~~~~~~~~~~~~ -- Support for upcoming CORDEX-CMIP6 vocabulary. This includes the new keyword `mip_era` in :py:meth:`cmor.cordex_domain` and -:py:meth:`cmor.create_dataset` (:pull:`129`). +- Support for upcoming CORDEX-CMIP6 vocabulary. This includes the new keyword `mip_era` in :py:meth:`cmor.cordex_domain` and :py:meth:`cmor.create_dataset` (:pull:`129`). +- Updated domain table fetching. There is now only one table that contains all domain definitions which is now located in the `WCRP CORDEX github table repository `_ (:pull:`140`). This table allows for selection by different naming conventions for the domain identifier, e.g., ``EUR-12`` is equivilant to ``EUR-11``, etc. Breaking Changes ~~~~~~~~~~~~~~~~