Skip to content

Commit

Permalink
Fix WKT parsing for nested GeometryCollections and output for MultiPo…
Browse files Browse the repository at this point in the history
…ints; update hypothesis strategy for recursion and add Python 3.14 to test matrix.
  • Loading branch information
cleder committed Dec 4, 2024
1 parent 5412b39 commit a92753a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Changelog
------------------

- expose ``force_2d`` and ``force_3d`` factories in the top-level module.
- fix WKT parsing for nested GeometryCollections.
- fix WKT output for MultiPoints.
- make hypothesis strategy for GeometryCollections recursive, so that it can generate
nested collections.
- add Python 3.14 to test matrix.


1.5.0 (2024/05/11)
Expand Down

0 comments on commit a92753a

Please sign in to comment.