* Rename main branch references by :user:`mwtoews` in (#356) * Fixing an incorrect reassignment in nearest_v and intersection_v by @Atilleusz in (#358) * Add spatialindex version to tests, add common pytest configuration by @mwtoews in (#360) * Refactor array-loading methods, add tests by @mwtoews in (#361) * Minor refactor of code blocks in docs by @mwtoews in (#362) * Resolve some issues in the batch API by @FreddieWitherden in (#367) * Fix #369 (load libspatialindex without changing cwd) by @remicres in (#370) * arm64 wheels on Windows by @w8sl in (#378) and (#371) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Rtree?expand=0&rev=12
60 lines
2.5 KiB
Plaintext
60 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 10 05:53:17 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 1.4.1
|
|
* Rename main branch references by :user:`mwtoews` in (#356)
|
|
* Fixing an incorrect reassignment in nearest_v and intersection_v
|
|
by @Atilleusz in (#358)
|
|
* Add spatialindex version to tests, add common pytest configuration
|
|
by @mwtoews in (#360)
|
|
* Refactor array-loading methods, add tests by @mwtoews in (#361)
|
|
* Minor refactor of code blocks in docs by @mwtoews in (#362)
|
|
* Resolve some issues in the batch API by @FreddieWitherden in (#367)
|
|
* Fix #369 (load libspatialindex without changing cwd)
|
|
by @remicres in (#370)
|
|
* arm64 wheels on Windows by @w8sl in (#378) and (#371)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 3 07:16:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 1.4.0
|
|
* Python 3.9+ is now required (#321)
|
|
* Add support for array-based bulk insert with NumPy (#340)
|
|
* Upgrade binary wheels with libspatialindex-2.1.0 (#353)
|
|
* Rename project and other build components to “rtree” (#350)
|
|
- Refresh Rtree-opensuse-noarch.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 25 08:01:23 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Lowercase metadata directory name.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 14 03:17:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to pyproject macros.
|
|
- Stop using libdir macro, which now doesn't return /usr/lib64.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 17 11:34:46 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
|
|
|
|
- Update to 1.3.0
|
|
* Upgrade binary wheels with libspatialindex-2.0.0 (#316)
|
|
* Fix binary wheels for musllinux (#316)
|
|
* Update code style, replace isort and black with ruff, modern numpy rng (#319)
|
|
* Remove libsidx version testing (#313)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 19 10:29:54 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Use a more sophisticated approach in order to find the correct
|
|
runtime dependency for libspatialindex
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 17 22:22:43 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- initial specfile for 0.9.7
|
|
- New requirement for spyder 5.0.3
|
|
- add Rtree-opensuse-noarch.patch: we don't put spatialindex into a
|
|
wheel, so the module is kept pure.
|