root/Rtree/trunk/CHANGES.txt

Revision 1567, 1.9 KB (checked in by hobu, 10 days ago)

docs for count()

  • Property svn:eol-style set to native
Line 
10.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
150.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 
320.4.3: 2009-06-05
33=================
34- Fix reference counting leak #181
35
360.4.2: 2009-05-25
37=================
38- Windows support
39
400.4.1: 2008-03-24
41=================
42
43- Eliminate uncounted references in add, delete, nearestNeighbor (#157).
44
450.4: 2008-01-24
46===============
47
48- Testing improvements.
49- Switch dependency to the single consolidated spatialindex library (1.3).
50
510.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
580.2:
59==================
60- Link spatialindex system library.
61
620.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
Note: See TracBrowser for help on using the browser.