diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2aa73..408e01a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +[Compare with latest](https://github.com/CartoDB/raster-loader/compare/v0.9.1...HEAD) + +### Fixed + +- Fix: Tackle degenerate case of stdev computation ([b112c80](https://github.com/CartoDB/raster-loader/commit/b112c80be7d7c1adfd08f651b43dc591fd54a2ef) by Roberto Antolín). +- Fix: Get count stats from shape of raster band ([c066a30](https://github.com/CartoDB/raster-loader/commit/c066a307ee116598c54ea4871d563f79deebad0b) by Roberto Antolín). +- Fix: Raise error when 0 non-masked samples due to sparse rasters ([dfd89ae](https://github.com/CartoDB/raster-loader/commit/dfd89aef27726a3217843022769600315d8e5b6f) by Roberto Antolín). + +### Changed + +- Change '--all_stats' flag to '--omit_stats' ([805677f](https://github.com/CartoDB/raster-loader/commit/805677f26c73c0426a7d8600af358b213dd6797c) by Roberto Antolín). ## [0.9.1] 2024-11-26