Skip to content

Releases: Toblerity/rtree

1.4.1b3

11 Aug 14:16
34c6efe

Choose a tag to compare

What's Changed

  • fire CI when a pre-release is published by @hobu in #381
  • only publish to pypi on released event by @hobu in #382

Full Changelog: 1.4.1b1...1.4.1b3

1.4.1b1

11 Aug 11:22
cc24560

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...1.4.1b1

1.4.0

05 Mar 23:23
778f52f

Choose a tag to compare

  • Python 3.9+ is now required (#321)
  • Add support for array-based bulk insert with NumPy (#340 by @FreddieWitherden)
  • Upgrade binary wheels with libspatialindex-2.1.0 (#353)
  • Rename project and other build components to “rtree” (#350)

1.3.0

10 Jul 00:18
cffb52e

Choose a tag to compare

  • 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)

1.2.0

19 Jan 10:31
58e6494

Choose a tag to compare

1.1.0

16 Oct 20:44
2da6f25

Choose a tag to compare

  • Python 3.8+ is now required (#273)
  • Move project metadata to pyproject.toml (#269)
  • Refactor built wheels for PyPI (#276)
  • Fix memory leak when breaking mid-way in _get_objects and _get_ids (#266) (thanks @akariv!)

1.0.1

11 Oct 17:15
6799102

Choose a tag to compare

1.0.0

04 Apr 21:44
5bd4397

Choose a tag to compare

1.0.0

0.9.7

24 Dec 15:24
8d094f5

Choose a tag to compare

  • Fix debug wheels on windows #175

0.9.6

22 Dec 16:06
0058f02

Choose a tag to compare

  • Wheel upload