Skip to content

Releases: Toblerity/rtree

1.3.0

10 Jul 00:18
cffb52e
Compare
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
Compare
Choose a tag to compare

1.1.0

16 Oct 20:44
2da6f25
Compare
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
Compare
Choose a tag to compare

1.0.0

04 Apr 21:44
5bd4397
Compare
Choose a tag to compare

1.0.0

0.9.7

24 Dec 15:24
8d094f5
Compare
Choose a tag to compare
  • Fix debug wheels on windows #175

0.9.6

22 Dec 16:06
0058f02
Compare
Choose a tag to compare
  • Wheel upload

0.9.5

18 Dec 12:31
14fb3f0
Compare
Choose a tag to compare

0.9.5

  • RTree wheel building infrastructure #163. Thanks to
    Michael Dawson-Haggerty @mikedh for a 134 commit marathon to construct automated wheel building of libspatialindex and Rtree.

0.9.4

11 Feb 15:10
Compare
Choose a tag to compare

0.9.4

0.9.3

10 Dec 19:53
73e54ed
Compare
Choose a tag to compare

0.9.3

  • find_library and libspatialindex library loading #131