Skip to content

v0.6.0

Choose a tag to compare

@huard huard released this 08 Jul 15:09
· 192 commits to master since this release
a04300a

New features

  • Add the skipna and na_threshold options to deal with masks over non-spatial dimensions (#29). This is useful when, for example, masks vary over time. By Stéphane Raynaud.
  • Add unmapped_to_nan argument to regridder frontend. When True, this sets target cells outside the source domain to NaN instead of zero for all regridding methods except nearest neighbour (#94). By Martin Schupfner.