Skip to content

Releases: euro-cordex/py-cordex

v0.5.2

05 Apr 19:09
a666d49
Compare
Choose a tag to compare

This is a patch release to make cmorization run with the latest xarray version. Also some warnings and performance issues with cmorization are fixed.

v0.5.1

02 Mar 13:57
fd06be3
Compare
Choose a tag to compare

Patch release to update pypi dependencies and fix setup meta data.

v0.5.0

02 Mar 13:35
a672c71
Compare
Choose a tag to compare

This release introduces a cmorization workflow using cmor.cmorize_variable and deprecates some code depending on cartopy. There has also been a lot of refactoring since py-cordex now makes extensive use of cf-xarray to make cmorization as easy as possible. This release is used for developing and testing the new CORDEX cmor tables for downscaling CMIP6 global model runs. Since the new archive specifications for CORDEX are not fixed yet, the API will probably change in the future. For some examples of cmorization, please visit the CORDEX cmorization examples notebook in the cmor table repository. This version also drops python3.7 support.

v0.4.1

23 Jun 13:41
5331699
Compare
Choose a tag to compare

Patch release to fix coordinate precisions, also includes some maintenance updates.

v0.4.0

29 Apr 10:45
2660de0
Compare
Choose a tag to compare

This version introduces CORDEX regular grids, they are denoted with an i in the end, e.g., EUR-11i. The cmor tables have also been updated to allow for a preliminary cmorization of CORDEX data using CMIP6 cmor tables. However, this is still only used for development since there is no official data request yet for downscaling CMIP6 models. There are also some internal changes, mainly to improve code quality for easier contributions.

See also the official documentation.

v0.3.2

30 Mar 10:46
cfd25f4
Compare
Choose a tag to compare

Patch release to fix vertices issues, imports and dependencies. Also includes python3.10 support.

v0.3.1

24 Feb 22:11
Compare
Choose a tag to compare

Patch release to fix dependencies when py-cordex is installed with pip.

v0.3.0

12 Jan 16:50
Compare
Choose a tag to compare

This release introduces the cmorization and preprocessing modules. We outsourced some more code that was REMO dependent to be more useful for CORDEX datasets in general. The CORDEX tables are not available for CMIP6 yet, so the tables are only useful for the development of a cmorization workflow. The peprocessing module aims at overcoming CF related inconsistencies in ESGF CORDEX datasets.

v0.2.1

01 Nov 12:16
b6cf16d
Compare
Choose a tag to compare

Small bugfix release that updates the path to download germany shapefiles (#24). Also fixed coordinate attribute issues (#25) and added a test.

v0.2.0

28 Oct 11:13
45f5a9d
Compare
Choose a tag to compare

This is a new restructuring release, that cleanded a lot of things and includes much more documentation and example notebooks. All meta information is removed and accessed online. This version should be more open for contributions!