Releases: WFP-VAM/hdc-algo
Releases · WFP-VAM/hdc-algo
v0.5.0
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
v0.3.1
What's Changed
- Logical operators for Dekad by @paololucchino in #48
New Contributors
- @paololucchino made their first contribution in #48
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Vendor numba-scipy by @Kirill888 in #47
- Grouped operations (and more) by @valpesendorfer in #46
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
accessormean_grp
grouped means (accessible throughalgo.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.mean
which prevented the definition of output datatype - surface from
hdc.algo.dekad.Dekad
to thePeriod
accessor ofhdc.algo
:Dekad.ndays
Dekad.start_date
Dekad.end_date
Dekad.raw
- functionality of
numba-scipy
vendored in & removal ofscipy
pin