From 8ee2e0f97abe2877fc5b4a43aa4ed4028e103867 Mon Sep 17 00:00:00 2001 From: Peter Stace Date: Fri, 19 Jan 2024 08:21:27 +1100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb297f8..0f9c47e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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