Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstace committed Jan 18, 2024
1 parent ad4c604 commit 8ee2e0f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Changelog

## Unreleased
## v0.47.0

YYYY-MM-DD
2024-01-19

__Special thanks to Albert Teoh for contributing to this release.__

- Adds new functions `RotatedMinimumAreaBoundingRectangle` and
`RotatedMinimumWidthBoundingRectangle`. These functions calculate the
non-axis-aligned (rotated) bounding rectangles for geometries, minimising
either the area or width.

- Eliminates some redundant benchmarks, improving the execution speed of the
benchmark suite.
Expand All @@ -11,11 +18,6 @@ YYYY-MM-DD
`github.com/peterstace/simplefeatures/geos` package and the package used for
reference implementation tests.

- Adds new functions `RotatedMinimumAreaBoundingRectangle` and
`RotatedMinimumWidthBoundingRectangle`. These functions calculate the
non-axis-aligned (rotated) bounding rectangles for geometries, minimising
either the area or width.

## v0.46.0

2023-11-24
Expand Down

0 comments on commit 8ee2e0f

Please sign in to comment.