Skip to content

0.9.0

Compare
Choose a tag to compare
@hobu hobu released this 25 Nov 03:32
· 184 commits to master since this release

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