Skip to content

Releases: euro-cordex/py-cordex

v0.10.2

18 Sep 12:25
89f5e17

Choose a tag to compare

This release changes default compression options in cordex.cmor to {"shuffle": True, "deflate": True, "deflate_level": 1} to be compliant with the CORDEX-CMIP6 archive specs. If you need to set the former options, use cordex.cmor.set_options(compression={"shuffle": False, "deflate": True, "deflate_level": 1}).

What's Changed

Full Changelog: v0.10.1...v0.10.2

v0.10.1

02 Jun 13:27
bcb6760

Choose a tag to compare

Bugfix release.

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

30 May 10:15
17ebe27

Choose a tag to compare

This release introduces new cmorization features in cmor.cmorize_variable() that allow for more generic grid mappings. New function rewrite_coords() that rewrites coordinates (X and Y axes and transformed coordinates) in a dataset to correct rounding errors. This version drops python3.8 support.

What's Changed

Full Changelog: v0.9.0...v0.10.0

See also the official documentation.

v0.9.0

18 Nov 18:14
e14833c

Choose a tag to compare

This release mainly updates the cmor module and allows to cmorize for non-standard CORDEX domains. Some updates are introduced so that variables attributes can be used to control calls to the cmor_variable API. A new function derotate_vector to derotate vector components has also been introduced.

See also the official documentation.

v0.8.0

27 Jun 20:20
e5c32de

Choose a tag to compare

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

See also the official documentation.

v0.7.1

04 Jun 11:10
d524800

Choose a tag to compare

Fix cmor time axis issue.

v0.7.0

25 Feb 13:49
24e9067

Choose a tag to compare

This release introduces the cell_area() function and adds the cell_area keyword in cordex_domain(). Includes internal updates for CORDEX-CMIP6 cmorization.

See also the official documentation.

v0.6.6

09 Nov 17:34
fc9dcdd

Choose a tag to compare

Patch release that fixes installation and cmor issues.

v0.6.5

26 Oct 16:17
92806eb

Choose a tag to compare

Patch release to update the CI and cmor module.

v0.6.4

04 Oct 10:09
39cbd35

Choose a tag to compare

Patch release to fix cmor related dependencies.