Changeset 1354

Show
Ignore:
Timestamp:
07/30/09 22:21:46 (8 months ago)
Author:
hobu
Message:

move HISTORY.txt stuff here, add new for 0.5.0

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Rtree/trunk/CHANGES.txt

    r1295 r1354  
     10.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   
    1180.4.3: 2009-06-05 
    219================= 
    320- Fix reference counting leak #181 
    4  
    521 
    6220.4.2: 2009-05-25 
     
    1935- Switch dependency to the single consolidated spatialindex library (1.3). 
    2036 
     370.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 
     440.2:  
     45================== 
     46- Link spatialindex system library. 
     47 
     480.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