Skip to content

v0.2.0

Compare
Choose a tag to compare
@tomvothecoder tomvothecoder released this 24 Mar 18:20
· 166 commits to main since this release
1fdc8a9

v0.2.0 (24 March 22)

New Features

  • Add support for spatial averaging parallelism via Dask by @pochedls in #132
  • Refactor spatial averaging with more robust handling of longitude spanning prime meridian by @pochedls in #152
  • Update xcdat.open_mfdataset time decoding logic by @pochedls in #161
  • Add function to swap dataset longitude axis orientation by @tomvothecoder in #145
  • Add utility functions by @tomvothecoder in #205
  • Add temporal utilities and averaging functionalities by @tomvothecoder in #107

Bug Fixes

  • Add exception for coords of len <= 1 or multidimensional coords in fill_missing_bounds() by @tomvothecoder in #141
  • Update open_mfdataset() to avoid data vars dim concatenation by @tomvothecoder in #143
  • Fix indexing on axis keys using generic map (related to spatial averaging) by @tomvothecoder in #172

Breaking Changes

Documentation

Deprecations

Internal Changes

DevOps

New Contributors

Full Changelog: v0.1.0...v0.2.0