Skip to content

v0.2.5

Compare
Choose a tag to compare
@cchwala cchwala released this 06 Oct 22:13
· 99 commits to master since this release

Important note: This is the last release using the v0.2.x API which is based on Comlink objects. In the future xarray.Datasets will be the basis for representing one CML with its data and metadata.

Enhancements

  • Grid intersection now can be calculated using the coordinates at the lower-left corner for definition (#59)

Bug fixes

  • Fixed bug with calculation of MCC (#58 and #60)

  • PointsToGridInterpolator now checks if only NaNs are passed as z values and returne a NaN grid in this case (#55)