Skip to content

Commit

Permalink
Merge 6ed733b into 2fd1487
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Feb 16, 2024
2 parents 2fd1487 + 6ed733b commit 7bbc37f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
Expand Up @@ -37,6 +37,15 @@ 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.3 (2024-02-16)
------------------

- Fix regression in the ``oriented_envelope`` ufunc to accept array-like input
in case of GEOS<3.12 (#1929).
- The binary wheels are not yet compatible with a future NumPy 2.0 release,
therefore a ``numpy<2`` upper pin was added to the requirements (#1972).
- Upgraded the GEOS version in the binary wheel distributions to 3.11.3.


2.0.2 (2023-10-12)
------------------
Expand Down
16 changes: 16 additions & 0 deletions docs/release/2.x.rst
Expand Up @@ -13,6 +13,22 @@ Improvements:
to allow, skip, or error on nonfinite (NaN / Inf) coordinates. The default
behaviour (allow) is backwards compatible (#1594).

.. _version-2-0-3:

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

Bug fixes:

- Fix regression in the ``oriented_envelope`` ufunc to accept array-like input
in case of GEOS<3.12 (#1929).

Packaging related:

- The binary wheels are not yet compatible with a future NumPy 2.0 release,
therefore a ``numpy<2`` upper pin was added to the requirements (#1972).
- Upgraded the GEOS version in the binary wheel distributions to 3.11.3.

.. _version-2-0-2:

Version 2.0.2 (2023-10-12)
Expand Down

0 comments on commit 7bbc37f

Please sign in to comment.