Skip to content

v0.6.4

Compare
Choose a tag to compare
@ellesmith88 ellesmith88 released this 17 May 08:41
· 496 commits to master since this release

v0.6.4 (2021-05-17)

Breaking Changes

  • Exception raised in core.average.average_over_dims when dims is None.
  • Exception raised in core.average.average_over_shape when grid and polygon have no overlapping values.

New Features

  • ops.subset.subset now ensures all latitude and longitude bounds are in ascending order before passing to core.subset.subset_bbox
  • core.subset.subset_level now checks that the order of the bounds matches the order of the level data.
  • core.subset._check_desc_coords now checks the bounds provided are ascending before flipping them.

Other Changes

  • clisops logging no longer disables other loggers.
  • GitHub CI now leverages tox for testing as well as tests averaging functions via a conda-based build.
  • Added a CI build to run against xarray@master that is allowed to fail.