root/Shapely/trunk/setup.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 11/19/08 08:30:14 @1157 [1157] seang Remove reference to GEOSCoordSeq_getOrdinate (#178)
(edit) 11/16/08 15:18:09 @1150 [1150] seang Add again mistakenly dropped requirement of ctypes, increment version, …
(edit) 10/31/08 16:55:18 @1146 [1146] seang Increment version
(edit) 10/31/08 16:54:38 @1145 [1145] seang Add ctypes declarations from Paul Winkler, with some fixes
(edit) 08/22/08 21:18:38 @1138 [1138] seang Bump versions and add change notes
(edit) 07/09/08 13:50:57 @1120 [1120] seang Multipolygon bug fix and notes about 1.0.6
(edit) 05/18/08 14:30:44 @1106 [1106] seang Note changes and increment version number for future release
(edit) 04/28/08 10:16:50 @1089 [1089] seang Back out the shortcuts, add geometry caching to adapters (#163)
(edit) 04/01/08 13:28:34 @1065 [1065] seang Treat GEOS as unsafe. Load using PyDLL so that the GIL is not released …
(edit) 02/26/08 09:16:44 @1052 [1052] seang Updates for 1.0.2, improve wording in the readme
(edit) 02/07/08 22:47:25 @1045 [1045] seang Up version
(edit) 01/18/08 13:26:30 @1021 [1021] seang Set version to 1.0
(edit) 01/16/08 15:01:50 @1017 [1017] seang Work around #149, add explicit Windows instructions and correct fredj's …
(edit) 01/14/08 14:12:18 @1014 [1014] seang Add credits to the readme, change classifier to stable
(edit) 01/13/08 13:27:31 @1013 [1013] seang Increment version
(edit) 01/04/08 11:13:19 @1008 [1008] seang Free GEOS allocated memory in wkb and wkt dumpers, increment version …
(edit) 12/12/07 12:37:05 @985 [985] seang Require ctypes egg only for Python versions < 2.5 (#145)
(edit) 11/27/07 12:45:44 @970 [970] seang Fix broken setup, bump version
(edit) 11/19/07 21:56:16 @960 [960] seang Ditch older test runner, remove zope.testing dependency from new test …
(edit) 11/19/07 20:57:14 @956 [956] seang Add new files, increment version to 1.0b1
(edit) 10/29/07 09:19:37 @937 [937] seang Add Eric to credits, increment version number
(edit) 10/23/07 14:40:41 @927 [927] seang Increment version
(edit) 10/13/07 08:30:47 @903 [903] seang Increment version to 1.0a6
(edit) 10/02/07 14:10:12 @883 [883] seang Try to load GEOS SO or DLL by major versioned name first
(edit) 09/12/07 09:37:03 @872 [872] seang Update readme with link to the manual, fix undefined variables in example
(edit) 09/10/07 10:51:59 @869 [869] seang Holes may be an empty sequence, watch for this
(edit) 09/05/07 21:00:37 @864 [864] seang Updated version to 1.0a2
(edit) 09/04/07 12:10:09 @861 [861] seang Enhance the setup with a long description
(edit) 09/04/07 11:31:36 @858 [858] seang Add usage examples to readme, update setup.py
(edit) 08/09/07 02:20:18 @807 [807] dokai Added dependency information.
(edit) 07/09/07 08:31:01 @752 [752] seang Add shapely.geometry into setup packages (#113) and add multipoint.py to …
(edit) 07/08/07 14:11:41 @750 [750] seang Add missing docstrings
(edit) 07/03/07 11:01:03 @735 [735] seang Finish topological operations, refactor the array and python feature …
(add) 04/20/07 11:25:00 @711 [711] seang Importing a very early example of a new stand-alone geometry package, …