Skip to content

Commit

Permalink
Merge b3202fb into aa23ce0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Apr 12, 2024
2 parents aa23ce0 + b3202fb commit 9e24602
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ Breaking changes in GEOS 3.12:
- The WKT representation of a MULTIPOINT changed from for example "MULTIPOINT (0 0, 1 1)"
to "MULTIPOINT ((0 0), (1 1))". (#1885)


2.0.4 (2024-04-13)
------------------

Wheels for Python versions >= 3.9 will be compatible with the upcoming NumPy 2.0
release (as well as with supported NumPy 1.x versions).

Bug fixes:

- Fix bug in ``to_wkt`` with multiple empty Z geometries (#2012).
- Fix bug in ``to_ragged_array`` for an array of Points with missing values (#2034).


2.0.3 (2024-02-16)
------------------

Expand Down

0 comments on commit 9e24602

Please sign in to comment.