Releases: quantifyearth/aoh-calculator
Releases · quantifyearth/aoh-calculator
v2.1.1
v2.1.0
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.2 (27/01/2026)
Fixed
- Fixed incompatibly with newer pygbif and pinned version to avoid future issues.
- Fixed issue with species richness calculation exceeding max stack size when many species and few CPU cores.
- Simplify import structure so that the R packages are only imported for model validation.
Changed
- Match the time range for occurrence data to match Dahal et al (2019-2020). We should do better, but this package should for now stick to the peer-reviewed method as its baseline.
- Use bilinear interpolation on occurrence validation as per IUCN guidelines.
v2.0.1
v2.0.0
v2.0.0 (15/01/2026)
Changed
- Renamed the existing AOH calculation function to make it clear that it is for fractional AOH calculations.
- Tweaked parameters to allow both single and min/max pair DEM files.
- Changed parameter order to be consistent with new binary AOH method.
- Updated aoh-calc command to allow multiple weight layers rather than just one.
- Updated documentation.
Added
- Added a new AOH calculation function that works on a single classified habit or land cover input layer.
v1.1.2
v1.1.2 (12/01/2026)
Changed
- Changed highest supported GDAL from 3.11.x to 3.12.x.
- Clean up species info data when exporting it.
Fixed
- Instruct mypy to ignore GDAL for typing.
v1.1.1 (02/12/2025)
Changed
- Update to newer Yirgacheffe APIs to simplify code.
- Ensure reprojected habitat layers are pixel aligned for consistency.
v1.1.0
Added
- Implementation of point validation based on Dahal et al.
Changed
- Performance improvements and simplification to habitat processing.
- Store more analysis data from model validation.
- Improve performance of GBIF occurrence data fetches.
Fixed
- Fixed a bug in collate data where it would fail to process any files.