What’s New

v0.4.0 (02.03.2018)

Enhancements

  • Add landmask/ land 110m from Natural Earth (GH21).
  • Moved some imports to functions, so import regionmask is faster.
  • Adapted docs for python 3.6.

Bug Fixes

  • Columns of geodataframes can be in lower (‘name’) or upper case (‘NAME’) (GH25).
  • Links to github issues not working, due to missing sphinx.ext.extlinks (GH26).
  • Docs: mask_xarray.ipynb: mask no longer needs a name (as of PR5).

v0.3.1 (4 October 2016)

This is a bugfix/ cleanup release.

Bug Fixes

  • travis was configured wrong - it always tested on python 2.7, thus some python3 issues went unnoticed (GH14).
  • natural_earth was not properly imported (GH10).
  • A numpy scalar of dtype integer is not int - i.e. isinstance(np.int32, int) is False (GH11).
  • In python 3 zip is an iterator (and not a list), thus it failed on mask (GH15).
  • Removed unnecessary files (ne_downloader.py and naturalearth.py).
  • Resolved conflicting region outlines in the Giorgi regions (GH17).

v0.3.0 (20 September 2016)

  • Allow passing 2 dimensional latitude and longitude grids (GH8).

v0.2.0 (5 September 2016)

  • Add name for xarray mask (GH3). By Mathias Hauser.
  • overhaul of the documentation
  • move rtd / matplotlib handling to background

v0.1.0 (15 August 2016)

  • first release on pypi