Revisions of python-Shapely

buildservice-autocommit accepted request 1225494 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 47)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1225493 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 46)
- avoid stale "requires:" requirement on shapely packages

- Remove upper bound on Cython, Cython 3 is supported.
- Update to 2.0.2
      these features are used.
 * Added new `shapely.ops.substring` function
 * Added new `shapely.ops.clip_by_rect` function
 * shapely.wkb.dumps` now accepts an `srid` integer keyword argument
    equality, preventing instances of base and derived classes from
  * Remove packaging module requirement added in 1.5.10 (#305). Distutils can't
  * Fix for 64 bit speedups compatibility (#274).
  * Added Provides lowercase
  sc
buildservice-autocommit accepted request 1198076 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 45)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1198075 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 44)
- Update to 2.0.6
  * Fix compatibility with NumPy 2.1.0 (#2099).
- Release 2.0.5
  * Fix Point x/y/z attributes to return Python floats (#2074).
buildservice-autocommit accepted request 1186340 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 43)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1186290 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 42)
- Remove upper bound on Cython, Cython 3 is supported.
buildservice-autocommit accepted request 1177618 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 41)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1177593 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 40)
- Cherry-pick upstream patch to fix build with GCC 14
  * https://github.com/shapely/shapely/pull/1945.patch
buildservice-autocommit accepted request 1171977 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 39)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1171976 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 38)
- 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.
buildservice-autocommit accepted request 1133756 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 37)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1133754 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 36)
- Enable sle15_python_module_pythons, but don't test with MPL
buildservice-autocommit accepted request 1127765 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 35)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1127716 from Ana Guerrero's avatar Ana Guerrero (anag) (revision 34)
After the update of geos 3.12.1, python-Shapely and packages requiring it are broken in Factory

- Update to 2.0.2 
  ## Bug fixes:
  * Fix regression in the (in)equality comparison (geom1 == geom2)
    using __eq__ to not ignore the z-coordinates (#1732).
  * Fix MultiPolygon() constructor to accept polygons without
    holes (#1850).
  * Fix minimum_rotated_rectangle (oriented_envelope) to
    always return the minimum area solution (instead of minimum
    width). In practice, it will use the GEOS implementation only
    for GEOS 3.12+, and for older GEOS versions fall back to
    the implementation that was included in Shapely < 2 (#1670).
  * Fix from_ragged_array to work with read-only array input
    (#1744).
  * Fix the handling of z coordinates shapely.ops.substring
    (#1699).
buildservice-autocommit accepted request 1113175 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 33)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 32)
- Update to 2.0.1
  ## Bug fixes:
  * Fix regression in the Polygon() constructor taking a sequence
    of Points (#1662).
  * Fix regression in the geometry constructors when passing
    decimal.Decimal coordinate values (#1707).
  * Fix STRtree() to not make the passed geometry array immutable
    as side-effect of the constructor (#1714).
  * Fix the directed keyword in shapely.ops.linemerge() (#1695).
  ## Improvements:
  * Expose the function to get a matplotlib Patch object from a
    (Multi)Polygon (without already plotting it) publicly as
    :func:shapely.plotting.patch_from_polygon (#1704).
- Release 2.0.0
  * Shapely version 2.0.0 is a major release featuring a complete
    refactor of the internals and new vectorized (element-wise)
    array operations providing considerable performance
    improvements (based on the developments in the PyGEOS package),
    along with several breaking API changes and many feature
    improvements.
  - Full release notes and detailed description:
    * https://shapely.readthedocs.io/en/latest/release/2.x.html
buildservice-autocommit accepted request 1007762 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 31)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1007759 from andy great's avatar andy great (andythe_great) (revision 30)
- Update to version 1.8.4.
  * The new c_geom_p type caused a regression and has been removed
    (#1487).
- Update for version 1.8.3.
  * Deprecations:
    * The STRtree class will be changed in 2.0.0 and will not be
      compatible with the class in versions 1.8.x. This change
      obsoletes the deprecation announcement in 1.8a3 (below).
  * Bug fixes:
    * The signature for GEOSMinimumClearance has been corrected,
      fixing an issue affecting aarch64-darwin (#1480)
    * Return and arg types have been corrected and made more strict
      for area, length, and distance properties.
    * A new c_geom_p type has been created to replace c_void_p when
      calling GEOS functions (#1479).
    * An incorrect polygon-line intersection (#1427) has been fixed
      in GEOS 3.10.3,mwhich will be included in wheels published
      to PyPI.
    * GEOS buffer parameters are now destroyed, fixing a memory
      leak (#1440).
- Remove patch, fix upstream.
  Shapely-issue1436-ef380ba-geos311.patch
buildservice-autocommit accepted request 990300 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 29)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 990299 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 28)
- Add Shapely-issue1436-ef380ba-geos311.patch
  * gh#shapely/shapely#1436 -- work around issue with geos 3.11.0
Displaying revisions 1 - 20 of 47
openSUSE Build Service is sponsored by