Skip to content

Releases: WFP-VAM/hdc-algo

v0.5.0

10 May 10:21
d91e6fd
Compare
Choose a tag to compare

What's Changed

  • fix & improve grouped spi by @valpesendorfer in #50
  • pass attributes down in hdc.zonal.mean
  • allow for arbitrary group labels in hdc.algo.spi
  • fix calibration indices for grouped SPI calculations

Full Changelog: v0.4.0...v0.5.0

v0.4.0

07 Feb 10:20
a80f263
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

24 Jan 08:17
97c14cd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 Jan 19:26
15c0297
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

Updated summary:

  • computation of groups along time dimension
    • gammastd_grp for grouped SPIs, that can be calculated by passing an array with group indices to the .algo.spi accessor
    • mean_grp grouped means (accessible through algo.mean_grp accessor)
  • a new accessor rolling that allows for rolling computations over a defined window. Currently, rolling.sum is implemented
  • better handling of nodata in SPI methods
  • a fix for zonal.meanwhich prevented the definition of output datatype
  • surface from hdc.algo.dekad.Dekad to the Period accessor of hdc.algo:
    • Dekad.ndays
    • Dekad.start_date
    • Dekad.end_date
    • Dekad.raw
  • functionality of numba-scipy vendored in & removal of scipy pin