surtgis v0.7.0
First release with precompiled binaries and a consolidation pass over docs
and distribution. Functionally identical to v0.6.28 — no new algorithms, no
API changes — but polished for evaluation by users outside the original
developer/postdoc feedback loop.
Added
- Precompiled binaries on GitHub Releases for Linux x86_64, macOS arm64
(Apple Silicon), and Windows x86_64. Produced by
.github/workflows/release.ymlon everyv*tag push. Feature set:
cloud,zarr,projections(STAC, COG, climate-data zarr readers, UTM
reprojection). Users needingnetcdforgribcan still
cargo install surtgis --all-features. - Validated
Quick startsection in README with a working end-to-end
command (STAC composite → NDVI, ~65 s against Microsoft Planetary
Computer) that a reader can paste verbatim. - Full v0.6.x CHANGELOG with Keep-a-Changelog-formatted Added / Changed /
Fixed sections for every release since 0.6.0.
Policy
- From here on we pre-announce breaking changes one release before they
land, flagged under aBreakingheading in the CHANGELOG entry.