Skip to content

Releases: Toblerity/rtree

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

0.9.2

09 Dec 21:38
bd7deed
Compare
Choose a tag to compare

0.9.2

  • Refactored tests to be based on unittest #129
  • Update libspatialindex library loading code to adapt previous behavior #128
  • Empty data streams throw exceptions and do not partially construct indexes #127