Skip to content

Releases: Toblerity/rtree

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

0.9.1

25 Nov 15:08
Compare
Choose a tag to compare

0.9.1 is a patch release to fix library finding of libspatialindex.

  • Fix libspatialindex_c.so finding #120

0.9.0

25 Nov 03:32
Compare
Choose a tag to compare

0.9.0

Enhancements

  • Add Index.GetResultSetOffset()
  • Add Index.contains() method for object and id (requires libspatialindex 1.9.3+) #116
  • Add Index.Flush() #107
  • Add TPRTree index support (thanks @sdhiscocks #117 )
  • Return container sizes without returning objects #90
  • Index.get_results_size and Index.get_results_index for index paging support

Bug fixes