File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## v0.47.0
4
4
5
- YYYY-MM-DD
5
+ 2024-01-19
6
+
7
+ __ Special thanks to Albert Teoh for contributing to this release.__
8
+
9
+ - Adds new functions ` RotatedMinimumAreaBoundingRectangle ` and
10
+ ` RotatedMinimumWidthBoundingRectangle ` . These functions calculate the
11
+ non-axis-aligned (rotated) bounding rectangles for geometries, minimising
12
+ either the area or width.
6
13
7
14
- Eliminates some redundant benchmarks, improving the execution speed of the
8
15
benchmark suite.
@@ -11,11 +18,6 @@ YYYY-MM-DD
11
18
` github.com/peterstace/simplefeatures/geos ` package and the package used for
12
19
reference implementation tests.
13
20
14
- - Adds new functions ` RotatedMinimumAreaBoundingRectangle ` and
15
- ` RotatedMinimumWidthBoundingRectangle ` . These functions calculate the
16
- non-axis-aligned (rotated) bounding rectangles for geometries, minimising
17
- either the area or width.
18
-
19
21
## v0.46.0
20
22
21
23
2023-11-24
You can’t perform that action at this time.
0 commit comments