|
Revision 1354, 1.5 KB
(checked in by hobu, 6 months ago)
|
|
move HISTORY.txt stuff here, add new for 0.5.0
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 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 | |
|---|
| 18 | 0.4.3: 2009-06-05 |
|---|
| 19 | ================= |
|---|
| 20 | - Fix reference counting leak #181 |
|---|
| 21 | |
|---|
| 22 | 0.4.2: 2009-05-25 |
|---|
| 23 | ================= |
|---|
| 24 | - Windows support |
|---|
| 25 | |
|---|
| 26 | 0.4.1: 2008-03-24 |
|---|
| 27 | ================= |
|---|
| 28 | |
|---|
| 29 | - Eliminate uncounted references in add, delete, nearestNeighbor (#157). |
|---|
| 30 | |
|---|
| 31 | 0.4: 2008-01-24 |
|---|
| 32 | =============== |
|---|
| 33 | |
|---|
| 34 | - Testing improvements. |
|---|
| 35 | - Switch dependency to the single consolidated spatialindex library (1.3). |
|---|
| 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 | |
|---|