Changeset 1354
- Timestamp:
- 07/30/09 22:21:46 (8 months ago)
- Files:
-
- 1 modified
-
Rtree/trunk/CHANGES.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Rtree/trunk/CHANGES.txt
r1295 r1354 1 0.5.0: 2009-08-XX 2 ================= 3 4 - Complete refactoring to use libsidx - a C API for libspatialindex. The 5 code is now ctypes over libsidx, and a number of new features are now available 6 as a result of this refactoring. 7 8 * ability to store pickles within the index (clustered index) 9 * ability to use custom extension names for disk-based indexes 10 * ability to modify many index parameters at instantiation time 11 * storage of point data reduced by a factor of 4 12 * bulk loading of indexes at instantiation time 13 * ability to quickly return the bounds of the entire index 14 * ability to return the bounds of index entries 15 * much better windows support 16 * libspatialindex 1.4.0 required. 17 1 18 0.4.3: 2009-06-05 2 19 ================= 3 20 - Fix reference counting leak #181 4 5 21 6 22 0.4.2: 2009-05-25 … … 19 35 - Switch dependency to the single consolidated spatialindex library (1.3). 20 36 37 0.3: 26 November 2007 38 ===================== 39 - Change to Python long integer identifiers (#126). 40 - Allow deletion of objects from indexes. 41 - Reraise index query errors as Python exceptions. 42 - Improved persistence. 43 44 0.2: 45 ================== 46 - Link spatialindex system library. 47 48 0.1: 13 April 2007 49 ================== 50 - Add disk storage option for indexes (#320). 51 - Change license to LGPL. 52 - Moved from Pleiades to GIS-Python repo. 53 - Initial release. 54
