|
Revision 1176, 1.7 KB
(checked in by seang, 13 months ago)
|
|
Increment version, note branching, remove obsolete linestring factory test.
|
| Line | |
|---|
| 1 | All tickets are children of http://trac.gispython.org/lab/ticket. |
|---|
| 2 | |
|---|
| 3 | 1.1.0 (2009-01-?) |
|---|
| 4 | ----------------- |
|---|
| 5 | - Creation of a branch for maintenance of 1.0. |
|---|
| 6 | - New, cleaner GEOS geometry factories, nearly complete test coverage. |
|---|
| 7 | |
|---|
| 8 | 1.0.11 (2008-11-20) |
|---|
| 9 | ------------------- |
|---|
| 10 | - Work around bug in GEOS 2.2.3, GEOSCoordSeq_getOrdinate not exported properly |
|---|
| 11 | (#178). |
|---|
| 12 | |
|---|
| 13 | 1.0.10 (2008-11-17) |
|---|
| 14 | ------------------- |
|---|
| 15 | - Fixed compatibility with GEOS 2.2.3 that was broken in 1.0.8 release (#176). |
|---|
| 16 | |
|---|
| 17 | 1.0.9 (2008-11-16) |
|---|
| 18 | ------------------ |
|---|
| 19 | - Find and load MacPorts libgeos. |
|---|
| 20 | |
|---|
| 21 | 1.0.8 (2008-11-01) |
|---|
| 22 | ------------------ |
|---|
| 23 | - Fill out GEOS function result and argument types to prevent faults on a |
|---|
| 24 | 64-bit arch. |
|---|
| 25 | |
|---|
| 26 | 1.0.7 (2008-08-22) |
|---|
| 27 | ------------------ |
|---|
| 28 | - Polygon rings now have the same dimensions as parent (#168). |
|---|
| 29 | - Eliminated reference cycles in polygons (#169). |
|---|
| 30 | |
|---|
| 31 | 1.0.6 (2008-07-10) |
|---|
| 32 | ------------------ |
|---|
| 33 | - Fixed adaptation of multi polygon data. |
|---|
| 34 | - Raise exceptions earlier from binary predicates. |
|---|
| 35 | - Beginning distributing new windows DLLs (#166). |
|---|
| 36 | |
|---|
| 37 | 1.0.5 (2008-05-20) |
|---|
| 38 | ------------------ |
|---|
| 39 | - Added access to GEOS polygonizer function. |
|---|
| 40 | - Raise exception when insufficient coordinate tuples are passed to LinearRing |
|---|
| 41 | constructor (#164). |
|---|
| 42 | |
|---|
| 43 | 1.0.4 (2008-05-01) |
|---|
| 44 | ------------------ |
|---|
| 45 | - Disentangle Python and topological equality (#163). |
|---|
| 46 | - Add shape(), a factory that copies coordinates from a geo interface provider. |
|---|
| 47 | To be used instead of asShape() unless you really need to store coordinates |
|---|
| 48 | outside shapely for efficient use in other code. |
|---|
| 49 | - Cache GEOS geometries in adapters (#163). |
|---|
| 50 | |
|---|
| 51 | 1.0.3 (2008-04-09) |
|---|
| 52 | ------------------ |
|---|
| 53 | - Do not release GIL when calling GEOS functions (#158). |
|---|
| 54 | - Prevent faults when chaining multiple GEOS operators (#159). |
|---|
| 55 | |
|---|
| 56 | 1.0.2 (2008-02-26) |
|---|
| 57 | ------------------ |
|---|
| 58 | - Fix loss of dimensionality in polygon rings (#155). |
|---|