root/Shapely/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 11/20/08 08:29:36 @1158 [1158] seang Date 11/20
(edit) 11/19/08 08:30:14 @1157 [1157] seang Remove reference to GEOSCoordSeq_getOrdinate (#178)
(edit) 11/17/08 14:56:06 @1153 [1153] seang Remove get of WKB dims
(edit) 11/17/08 14:11:43 @1152 [1152] seang Remove GEOS C API 1.4 functions from ctypes declarations, add notes about …
(edit) 11/16/08 15:18:09 @1150 [1150] seang Add again mistakenly dropped requirement of ctypes, increment version, …
(edit) 11/11/08 20:49:58 @1149 [1149] seang Patch from Amos Latteier for macports libgeos
(edit) 11/01/08 11:28:19 @1147 [1147] seang Update changes and windows setup
(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/28/08 22:02:52 @1142 [1142] seang Add WKT delocalization test and back out switch to the new GEOS WKT writer
(edit) 08/28/08 13:31:02 @1141 [1141] seang Add test of WKT delocalization
(edit) 08/22/08 21:28:06 @1139 [1139] seang Make release date now
(edit) 08/22/08 21:18:38 @1138 [1138] seang Bump versions and add change notes
(edit) 08/22/08 21:10:27 @1137 [1137] seang Rings inherit dimensionality from parent polygon (#168)
(edit) 08/22/08 17:10:37 @1136 [1136] seang Reimplement interior access using weakrefs
(edit) 07/21/08 10:17:34 @1126 [1126] seang Use weak reference to avoid a reference cycle with exterior ring of …
(edit) 07/09/08 14:32:39 @1122 [1122] seang Switched release date to 7/10
(edit) 07/09/08 13:51:54 @1121 [1121] seang Multipolygon bug fix and notes about 1.0.6
(edit) 07/09/08 13:50:57 @1120 [1120] seang Multipolygon bug fix and notes about 1.0.6
(edit) 05/20/08 01:06:15 @1108 [1108] seang Finished polygonizer
(edit) 05/19/08 11:27:51 @1107 [1107] seang Move polygonize to ops module, raise ValueError? on attempts to create …
(edit) 05/18/08 14:30:44 @1106 [1106] seang Note changes and increment version number for future release
(edit) 05/18/08 14:28:40 @1105 [1105] seang Add polygonizer function suggested by Nino Walker
(edit) 05/01/08 20:18:28 @1090 [1090] seang Update changes file
(edit) 04/28/08 10:16:50 @1089 [1089] seang Back out the shortcuts, add geometry caching to adapters (#163)
(edit) 04/27/08 22:04:50 @1088 [1088] seang Hash-based cache of geos geometries prevents corruption while keeping …
(edit) 04/27/08 21:01:30 @1087 [1087] seang Most users should use shape() instead of asShape()
(edit) 04/26/08 14:51:02 @1082 [1082] seang a == b (Python equality) is no longer the same thing as a.equals(b) …
(edit) 04/09/08 15:07:51 @1080 [1080] seang Set release date
(edit) 04/01/08 20:44:38 @1067 [1067] seang Note change
(edit) 04/01/08 20:42:16 @1066 [1066] seang Give geometries produced by operators a reference to their parent geometry …
(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/22/08 15:53:03 @1051 [1051] seang set ndim, not ndims
(edit) 02/08/08 12:20:48 @1049 [1049] seang Add links to change and history docs
(edit) 02/08/08 08:23:14 @1048 [1048] seang Help to find the kyngchaos framework on darwin platform (#154)
(edit) 02/08/08 07:52:55 @1047 [1047] seang Undo change to SO name
(edit) 02/08/08 07:51:56 @1046 [1046] seang Coordinate sequences implement the numpy array protocol and can be adapted …
(edit) 02/07/08 22:47:25 @1045 [1045] seang Up version
(edit) 02/07/08 22:46:51 @1044 [1044] seang Coordinate and geometry sequences now hold an extra ref to their parent …
(edit) 02/07/08 21:02:31 @1043 [1043] seang Rename coordinate accessors to _get/_set and cripple the ones of classes …
(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:13:50 @1015 [1015] seang Munged fredj's name for PyPI :(
(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/13/08 13:26:05 @1012 [1012] seang Windows setup that installs GEOS dlls
(edit) 01/04/08 11:13:19 @1008 [1008] seang Free GEOS allocated memory in wkb and wkt dumpers, increment version …
(edit) 01/04/08 11:03:24 @1007 [1007] seang Add notes about bounds, x, y, z, and null geometries
(edit) 01/04/08 10:14:24 @1006 [1006] seang Supporting setting coordinate sequences of null geometries, thereby …
(edit) 01/04/08 01:22:42 @1005 [1005] seang Prevent passing null pointers to GEOS functions using exceptNull decorator
(edit) 01/03/08 23:59:30 @1004 [1004] seang Avoid unnecessary copying
(edit) 01/03/08 22:28:50 @1003 [1003] seang Abolish geom leaks in polygon and multipolygon adapters
(edit) 01/03/08 22:15:54 @1002 [1002] seang Abolish geom leaks in linestring and multilinestring adapters
(edit) 01/03/08 21:55:00 @1001 [1001] seang Abolish geom leaks in point and multipoint adapters
(edit) 01/03/08 17:16:18 @1000 [1000] seang Abolish to_wkt and to_wkb memory leaks. Tested on Linux with libc, not yet …
(edit) 01/03/08 15:14:54 @999 [999] seang Use ctypes errcheck in predicates
(edit) 01/03/08 14:55:22 @998 [998] seang Plug memory leak in BaseGeometry?.relate
(edit) 01/03/08 12:46:01 @997 [997] seang Allow single coordinate tuple or coordinate sequence to be used when …
(edit) 01/02/08 16:48:55 @995 [995] seang Change manual link in readme
(edit) 01/02/08 15:25:30 @994 [994] seang Made improvements suggested by Kristian
(edit) 01/02/08 14:10:55 @993 [993] seang Fix abstract markup
(edit) 01/02/08 14:10:03 @992 [992] seang Add credits and iterops notes
(edit) 01/02/08 13:39:03 @991 [991] seang Add interoperation section
(edit) 01/02/08 12:22:08 @990 [990] seang Add scalar properties and coordinate sequence/part api notes
(edit) 01/02/08 11:21:17 @989 [989] seang Add unary and binary predicates
(edit) 01/02/08 11:09:11 @988 [988] seang Added spatial analysis methods
(edit) 12/31/07 14:48:35 @987 [987] seang Preliminary notes on geometry construction
(edit) 12/30/07 14:23:25 @986 [986] seang Start of a restructured text manual
(edit) 12/12/07 12:37:05 @985 [985] seang Require ctypes egg only for Python versions < 2.5 (#145)
(edit) 11/30/07 09:13:29 @980 [980] seang Make holes optional in asPolygon
(edit) 11/27/07 12:45:44 @970 [970] seang Fix broken setup, bump version
(edit) 11/19/07 22:18:21 @963 [963] seang Remove test runner shell script
(edit) 11/19/07 22:17:21 @962 [962] seang Use local valgrind suppressions
(edit) 11/19/07 22:00:31 @961 [961] seang Ditch older test runner, remove zope.testing dependency from new test …
(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 21:07:27 @959 [959] seang Ignore dist and build directories
(edit) 11/19/07 21:01:30 @958 [958] seang Ignore dist and build directories
(edit) 11/19/07 20:59:41 @957 [957] seang Ignore dist directory
(edit) 11/19/07 20:57:14 @956 [956] seang Add new files, increment version to 1.0b1
(edit) 11/02/07 11:48:08 @944 [944] seang Handle case of null geometries passed to factory and operations between …
(edit) 11/01/07 13:50:32 @943 [943] seang Remove tests of the values of hex-encoded binary strings since they will …
(edit) 11/01/07 13:45:52 @942 [942] seang Get endianness right in geometry adapters
(edit) 11/01/07 13:13:35 @941 [941] seang Get endianness right in array_interface
(edit) 11/01/07 12:23:28 @940 [940] seang Test round-trip of geometries through hex-encoded binary (#129)
(edit) 10/29/07 09:19:37 @937 [937] seang Add Eric to credits, increment version number
(edit) 10/29/07 09:18:15 @936 [936] seang Avoid calling lgeos.GEOSGeomType, use GEOSGeomTypeId and internal list of …
(edit) 10/24/07 21:38:10 @931 [931] seang Add note about support to the README
(edit) 10/23/07 14:40:41 @927 [927] seang Increment version
(edit) 10/18/07 14:15:01 @925 [925] seang Add a bounds property (minx, miny, maxx, maxy)
(edit) 10/13/07 08:30:47 @903 [903] seang Increment version to 1.0a6
(edit) 10/13/07 08:29:06 @902 [902] seang Fix multipolygon representation (#124)
(edit) 10/08/07 09:27:53 @888 [888] seang Patch from Benjamin Chartier to allow use of the Windows PostGIS …
(edit) 10/03/07 12:26:18 @885 [885] seang Add note about Python 2.4 to readme
(edit) 10/02/07 23:46:23 @884 [884] seang Prevent attempts to free memory when geometry adapters are deleted
(edit) 10/02/07 14:10:12 @883 [883] seang Try to load GEOS SO or DLL by major versioned name first
(edit) 10/02/07 09:55:46 @880 [880] seang Remove derelict json test
(edit) 09/13/07 11:36:28 @875 [875] seang Set geometry dimension in the factory
(edit) 09/13/07 08:38:13 @874 [874] seang Add test for case reported by Matt Perry
(edit) 09/12/07 21:48:04 @873 [873] seang Remove needless try/except