Accepting request 1171976 from home:bnavigator:branches:Application:Geo

- Update to 2.0.4
  * 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).
  * Compatibility with numpy 2
- Release 2.0.3
  * 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.

OBS-URL: https://build.opensuse.org/request/show/1171976
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-Shapely?expand=0&rev=38
This commit is contained in:
2024-05-05 11:09:05 +00:00
committed by Git OBS Bridge
parent 60fd492d13
commit 1e162bb5fb
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun May 5 11:01:36 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2.0.4
* 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).
* Compatibility with numpy 2
- Release 2.0.3
* 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.
-------------------------------------------------------------------
Sun Dec 17 16:47:49 UTC 2023 - Ben Greiner <code@bnavigator.de>