Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 20:51
· 42 commits to refs/heads/main since this release
2325f29

v0.6.0 (10 October 2023)

This minor version update consists of new features including vertical regridding (extension of xgcm), functions for producing accurate time bounds, and improving the usability of the create_grid API. It also includes bug fixes to preserve attributes when using regrid2 horizontal regridder and fixing multi-file datasets spatial average orientation and weights when lon bounds span prime meridian.

Features

Deprecation

Bug Fixes

Horizontal Regridding

  • Improves error when axis is missing/incorrect attributes with regrid2 by @jasonb5 in #481
  • Fixes preserving ds/da attributes in the regrid2 module by @jasonb5 in #468
  • Fixes duplicate parameter in regrid2 docs by @jasonb5 in #532

Spatial Averaging

  • Fix multi-file dataset spatial average orientation and weights when lon bounds span prime meridian by @pochedls in #495

Documentation

DevOps

Full Changelog: v0.5.0...v0.6.0