root/Rtree


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 10/31/08 10:28:48 @1144 [1144] seang Raise exception from C++ (#160)
(edit) 10/31/08 09:47:59 @1143 [1143] seang Handle one more invalid input case (#171)
(edit) 08/22/08 14:49:46 @1135 [1135] seang Raise exception properly in the case of a non-sequence bounds argument …
(edit) 03/24/08 13:45:35 @1060 [1060] seang Tag 0.4.1
(edit) 03/24/08 13:44:26 @1059 [1059] seang Add link to changes doc from readme
(edit) 03/24/08 13:41:57 @1058 [1058] seang Update setup script and changes doc
(edit) 03/24/08 13:24:16 @1057 [1057] seang Use PySequence_Fast functions to avoid unnecessary new references
(edit) 01/24/08 13:24:48 @1039 [1039] seang Should be -dirs, not _dirs. Fixed.
(edit) 01/24/08 08:27:13 @1032 [1032] seang Tag 0.4
(edit) 01/24/08 08:26:05 @1031 [1031] seang Update readme, changes, etc for 0.4 release
(edit) 11/29/07 15:13:14 @979 [979] hobu update to work with Marios' latest changes
(edit) 11/28/07 22:07:08 @978 [978] hobu update
(edit) 11/28/07 21:57:13 @977 [977] hobu clean up test indexes after we're done
(edit) 11/28/07 21:52:05 @976 [976] hobu rename test data to .data instead of .dat to avoid conflicts with actual …
(edit) 11/28/07 21:49:01 @975 [975] hobu reactivate setup.cfg
(edit) 11/28/07 20:25:44 @974 [974] seang The setup test command is now the primary test runner. Rungrind.dist …
(edit) 11/28/07 17:53:24 @973 [973] hobu undo r972
(edit) 11/28/07 17:39:25 @972 [972] hobu missing import of boxes15
(edit) 11/26/07 16:03:27 @969 [969] seang Tag 0.3
(edit) 11/26/07 16:03:13 @968 [968] seang Set date on changes file, add import and construction statements to the …
(edit) 11/26/07 13:18:04 @967 [967] seang Update readme and setup script
(edit) 11/26/07 12:49:46 @966 [966] seang Remove unnecessary version file, move configuration file to a cfg …
(edit) 11/26/07 10:22:47 @965 [965] seang Added patch for #126, changed tests to expect Python longs, and tweaked …
(edit) 10/24/07 23:05:02 @934 [934] seang Test saving/loading index to a location not in the working directory …
(edit) 10/24/07 22:55:20 @933 [933] seang Validate input bounding boxes and raise TypeError? if minx > maxx or miny > …
(edit) 10/24/07 21:39:52 @932 [932] seang Improve the README and read into the setup script so that it can be used …
(edit) 10/23/07 12:13:31 @926 [926] seang Include stdint.h
(edit) 08/09/07 11:39:46 @822 [822] dokai Make tests a package.
(edit) 08/09/07 11:23:02 @820 [820] dokai Added dependency information.
(edit) 08/09/07 11:22:34 @819 [819] dokai Added an alternative test runner.
(edit) 08/08/07 10:38:36 @798 [798] hobu turn off index validation, as it seems to be inconsistent
(edit) 07/31/07 13:44:58 @768 [768] hobu add disk-based index test. Use a biger index space for more spaseness and …
(edit) 07/31/07 12:42:57 @767 [767] hobu exception guards for intersects and nearest
(edit) 07/31/07 12:26:58 @766 [766] hobu exception handling for add and delete to emit exceptions from spatialindex …
(edit) 04/24/07 19:15:34 @717 [717] hobu check for index validity before finishing initialization
(edit) 04/22/07 13:15:09 @715 [715] hobu implement nearest method on the index
(edit) 04/22/07 11:42:13 @714 [714] hobu Add delete method to delete data from index
(edit) 04/16/07 20:08:02 @710 [710] hobu don't need to include <string> here
(edit) 04/16/07 20:06:57 @709 [709] hobu remove the Python include and intersects method, which is not implemented
(edit) 04/13/07 20:56:30 @706 [706] seang Add links to tools and spatialindex project pages, remove spatialindex …
(edit) 04/13/07 20:33:24 @705 [705] hobu note about where to get spatialindex and tools libraries from Marios
(edit) 04/13/07 20:28:21 @704 [704] hobu delete our interal copy of spatialindex and instead depend on release …
(edit) 04/13/07 20:23:25 @703 [703] hobu use the system's spatialindex library instead of our internal one (#106)
(edit) 04/13/07 15:20:39 @702 [702] seang Re-tag 0.1.0
(edit) 04/13/07 15:19:50 @701 [701] seang Removing bungled tag
(edit) 04/13/07 15:18:28 @700 [700] seang Really, make sure headers get into source distributions. Tested.
(edit) 04/13/07 14:56:45 @699 [699] seang Make sure headers get into source distributions
(edit) 04/13/07 14:52:24 @698 [698] seang Remove namespace package declaration
(edit) 04/13/07 14:37:10 @697 [697] seang tag for 0.1.0 release
(edit) 04/13/07 14:29:04 @696 [696] seang Fix wrong version numbers, we haven't had a 1.0 yet
(edit) 04/13/07 13:53:55 @694 [694] seang Change copyright from AWMC, update project URL
(edit) 04/13/07 13:48:05 @693 [693] seang Change to a test runner template
(edit) 04/13/07 13:46:31 @692 [692] seang Add hobu's patch which enables loading of persisted tree data from disk, …
(edit) 04/12/07 12:08:05 @691 [691] sgillies Improve init to handle cases of new and reloaded indexes, and head off …
(edit) 04/11/07 22:28:35 @690 [690] sgillies Update change notes
(edit) 04/11/07 22:26:13 @689 [689] sgillies Add disk storage option (#320), switch license to LGPL, add test of …
(edit) 12/12/06 10:09:15 @677 [677] sgillies correct statement about the spatialindex license
(edit) 12/12/06 10:08:31 @676 [676] sgillies correct statement about the spatialindex license
(add) 12/12/06 10:01:25 @675 [675] sgillies new project