變化?
0.9.3: 2019-12-10?
find_library and libspatialindex library loading https://github.com/Toblerity/rtree/pull/131
0.9.2: 2019-12-09?
Refactored tests to be based on unittest https://github.com/Toblerity/rtree/pull/129
Update libspatialindex library loading code to adapt previous behavior https://github.com/Toblerity/rtree/pull/128
Empty data streams throw exceptions and do not partially construct indexes https://github.com/Toblerity/rtree/pull/127
0.9.0: 2019-11-24?
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
Add set_result_limit and set_result_offset for Index paging 44ad21aecd3f7b49314b9be12f3334d8bae7e827
Bug fixes:
Better exceptions in cases where stream functions throw #80
Migrated CI platform to Azure Pipelines https://dev.azure.com/hobuinc/rtree/_build?definitionId=5
Minor test enhancements and fixups. Both libspatialindex 1.8.5 and libspatialindex 1.9.3 are tested with CI
0.8:2014-07-17?
增加了對python 3的支持。
0.7.0:2011年12月29日?
0.7.0依賴于libspatialindex 1.7.1+。
應將Int64_t用于ID,而不是uint64_t(需要libspatialindex 1.7.1 c API更改)
Fix __version__
更多文檔請訪問http://toblerity.github.com/rtree/
類文檔位于http://toblerity.github.com/rtree/class.html
調整Pypy兼容性。然而,仍然不兼容。
Mattias提供的自定義存儲支持(需要libspaceialindex 1.7.1)
0.6.0:2010年4月13日?
0.6.0依賴于libspaceindex 1.5.0+。
intersection()
和nearest()
方法通過結果而不是列表返回迭代器。的結果數
nearest()
默認值為1。已刪除0.5.0的libsidx c庫并將其包含在libspaceindex中
中的objects=“raw”
intersection()
返回發送的對象(用于速度)。count()
方法返回交叉點計數而不返回列表的開銷(感謝Leonard Norrg_rd)。提高了批量加載性能
據說沒有內存泄漏:)
許多其他性能調整(參見文檔)。
批量加載程序支持交錯坐標
葉查詢。您可以返回索引的葉節點的框和ID。對可視化等很有用。
更多的文檔字符串、Sphinx文檔等
0.5.0:2009年8月20日?
0.5.0是一個使用libsidx的完全重構,它是libspaceindex的C API。代碼現在是libsidx上的ctypes,并且由于這種重構,現在有許多新功能可用。
能夠在索引中存儲泡菜(聚集索引)
能夠為基于磁盤的索引使用自定義擴展名
能夠在實例化時修改許多索引參數
點數據存儲減少4倍
在實例化時批量加載索引
能夠快速返回整個索引的邊界
返回索引項邊界的能力
更好的Windows支持
需要LibspatialIndex 1.4.0。
0.4.3:2009年6月5日?
修復參考計數泄漏181
0.4.2:2009年5月25日?
窗口支持
0.4.1:2008年3月24日?
在添加、刪除、nearestneighbor(157)中刪除未計數的引用。
0.4:2008—01-24?
測試改進。
將依賴項切換到單個合并空間索引庫(1.3)。
0.3:2007年11月26日?
改為python long integer標識符(126)。
允許從索引中刪除對象。
將索引查詢錯誤作為python異常重新發出。
改進了持久性。
0.2:?
鏈接空間索引系統庫。
0.1:2007年4月13日?
為索引添加磁盤存儲選項(320)。
將許可證更改為LGPL。
從昴宿星移動到gis python repo。
首次發布。