| 1 | 0.6.0: 2010-03-XX |
|---|
| 2 | ================= |
|---|
| 3 | |
|---|
| 4 | - 0.6.0 relies on libspatialindex 1.5.0. |
|---|
| 5 | - libsidx C library of 0.5.0 removed and included in libspatialindex |
|---|
| 6 | - objects="raw" (brent?) |
|---|
| 7 | - Improved bulk loading performance |
|---|
| 8 | - Supposedly no memory leaks :) |
|---|
| 9 | - Bulk loader supports interleaved coordinates |
|---|
| 10 | - Leaf queries. You can return the box and ids of the leaf nodes of the index. |
|---|
| 11 | Useful for visualization, etc. |
|---|
| 12 | - Many more docstrings, sphinx docs, etc |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | 0.5.0: 2009-08-XX |
|---|
| 16 | ================= |
|---|
| 17 | |
|---|
| 18 | - Complete refactoring to use libsidx - a C API for libspatialindex. The |
|---|
| 19 | code is now ctypes over libsidx, and a number of new features are now available |
|---|
| 20 | as a result of this refactoring. |
|---|
| 21 | |
|---|
| 22 | * ability to store pickles within the index (clustered index) |
|---|
| 23 | * ability to use custom extension names for disk-based indexes |
|---|
| 24 | * ability to modify many index parameters at instantiation time |
|---|
| 25 | * storage of point data reduced by a factor of 4 |
|---|
| 26 | * bulk loading of indexes at instantiation time |
|---|
| 27 | * ability to quickly return the bounds of the entire index |
|---|
| 28 | * ability to return the bounds of index entries |
|---|
| 29 | * much better windows support |
|---|
| 30 | * libspatialindex 1.4.0 required. |
|---|
| 31 | |
|---|
| 32 | 0.4.3: 2009-06-05 |
|---|
| 33 | ================= |
|---|
| 34 | - Fix reference counting leak #181 |
|---|
| 35 | |
|---|
| 36 | 0.4.2: 2009-05-25 |
|---|
| 37 | ================= |
|---|
| 38 | - Windows support |
|---|
| 39 | |
|---|
| 40 | 0.4.1: 2008-03-24 |
|---|
| 41 | ================= |
|---|
| 42 | |
|---|
| 43 | - Eliminate uncounted references in add, delete, nearestNeighbor (#157). |
|---|
| 44 | |
|---|
| 45 | 0.4: 2008-01-24 |
|---|
| 46 | =============== |
|---|
| 47 | |
|---|
| 48 | - Testing improvements. |
|---|
| 49 | - Switch dependency to the single consolidated spatialindex library (1.3). |
|---|
| 50 | |
|---|
| 51 | 0.3: 26 November 2007 |
|---|
| 52 | ===================== |
|---|
| 53 | - Change to Python long integer identifiers (#126). |
|---|
| 54 | - Allow deletion of objects from indexes. |
|---|
| 55 | - Reraise index query errors as Python exceptions. |
|---|
| 56 | - Improved persistence. |
|---|
| 57 | |
|---|
| 58 | 0.2: |
|---|
| 59 | ================== |
|---|
| 60 | - Link spatialindex system library. |
|---|
| 61 | |
|---|
| 62 | 0.1: 13 April 2007 |
|---|
| 63 | ================== |
|---|
| 64 | - Add disk storage option for indexes (#320). |
|---|
| 65 | - Change license to LGPL. |
|---|
| 66 | - Moved from Pleiades to GIS-Python repo. |
|---|
| 67 | - Initial release. |
|---|
| 68 | |
|---|