Skip to content

Releases: regionmask/regionmask

version 0.12.1

21 Mar 16:35
9d99f14
Compare
Choose a tag to compare

Fix metadata to allow releasing.

version 0.12.0

21 Mar 15:54
5c9f7ec
Compare
Choose a tag to compare

regionmask v0.12.0 adds a new approximate fractional overlap mask, fixes a number of issues with certain natural earth regions and restores compatibility with the upcoming xarray release.

version 0.11.0

22 Sep 17:03
4b38646
Compare
Choose a tag to compare

regionmask v0.11.0 checks if regions are overlapping per default. It also fixes some minor bugs and bumps the supported versions.

version 0.10.0

31 May 10:24
cbfce76
Compare
Choose a tag to compare

regionmask v0.10.0 brings support for cf_xarray, which allows to auto-detect coordinate names using and handling of region names in 2D masks. It also supports shapely 2.0 and creating overlapping 3D masks has become faster.

version 0.9.0

02 Mar 21:09
4000597
Compare
Choose a tag to compare

Version 0.9.0 contains some exiting improvements: overlapping regions and unstructured grids can now be masked correctly. Further, Regions can now be round-tripped to geopandas.GeoDataFrame objects. The new version also adds PRUDENCE regions and a more stable handling of naturalearth regions.

Many thanks to the contributors to the v0.9.0 release: Aaron Spring, Mathias Hauser, and Ruth Lorenz!

version 0.8.0

08 Sep 19:52
c47cc00
Compare
Choose a tag to compare

Version 0.8.0 contains an important bugfix, improves the handling of wrapped longitudes, can create masks for coordinates and regions that do not have a lat/ lon coordinate reference system and masks for irregular and 2D grids are created faster if the optional dependency pygeos is installed.

version 0.7.0

28 Jul 12:10
454e76c
Compare
Choose a tag to compare

Version 0.7.0 is mostly a maintenance version. It drops python 2.7 support, accompanies the move of the repo to the regionmask organisation (regionmask/regionmask), finalizes a number of deprecations, and restores compatibility with xarray 0.19.0.

version 0.6.2

24 Jan 18:25
1c29298
Compare
Choose a tag to compare

Minor bugfix release that corrects a problem occurring only in python 2.7 which could lead to wrong coordinates of 3D masks derived with mask_3D and mask_3D_geopandas. It's recommended that users of regionmask v0.6 and python 2.7 update to the new version.

version 0.6.1

19 Aug 21:38
Compare
Choose a tag to compare

There were some last updates to the AR6 regions (regionmask.defined_regions.ar6).
If you use the AR6 regions please update the package. There were no functional changes.

version 0.6.0

30 Jul 20:07
Compare
Choose a tag to compare

Version 0.6.0 offers better support for shapefiles (via geopandas) and can directly create 3D boolean masks
which play nicely with xarray's weighted.mean(...) function. It also includes a number of optimizations and bug fixes.