Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md #216

Merged
merged 1 commit into from
Aug 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v2.2.0 (2023-08-12)

### :boom: Breaking Changes
* none

### :rocket: New Feature / Improvement
* stats now includes product (all pixel values within an area multiplied together) because we upgraded calc-stats to the newest version

### :bug: Bug Fix
* intersect-polygon now accounts for cases where the geometry's extent is totally outside the extent of the geotiff, returning early
* upgrading snap-bbox, fixing where pixels on the edge of a geotiff where missed

### :house: Internal

* added some tests
* updated some test values to account for new product value returned by calc-stats
* added some more test data

### :memo: Documentation

* No changes


## v2.1.0 (2023-07-23)

### :boom: Breaking Changes
Expand Down