| 1 | All tickets are children of http://trac.gispython.org/lab/ticket. |
|---|
| 2 | |
|---|
| 3 | 1.2b2 (2010-02-19) |
|---|
| 4 | ------------------ |
|---|
| 5 | - Fix cascaded_union bug introduced in 1.2b1 (#212). |
|---|
| 6 | |
|---|
| 7 | 1.2b1 (2010-02-18) |
|---|
| 8 | ------------------ |
|---|
| 9 | - Update the README. Remove cruft from setup.py. Add some version 1.2 metadata |
|---|
| 10 | regarding required Python version (>=2.5,<3) and external dependency |
|---|
| 11 | (libgeos_c >= 3.1). |
|---|
| 12 | |
|---|
| 13 | 1.2a6 (2010-02-09) |
|---|
| 14 | ------------------ |
|---|
| 15 | - Add accessor for separate arrays of X and Y values (#210). |
|---|
| 16 | |
|---|
| 17 | TODO: fill gap here |
|---|
| 18 | |
|---|
| 19 | 1.2a1 (2010-01-20) |
|---|
| 20 | ------------------ |
|---|
| 21 | - Proper prototyping of WKB writer, and avoidance of errors on 64-bit systems |
|---|
| 22 | (#191). |
|---|
| 23 | - Prototype libgeos_c functions in a way that lets py2exe apps import shapely |
|---|
| 24 | (#189). |
|---|
| 25 | |
|---|
| 26 | ========================= |
|---|
| 27 | 1.2 Branched (2009-09-19) |
|---|
| 28 | ========================= |
|---|
| 29 | |
|---|
| 30 | 1.0.12 (2009-04-09) |
|---|
| 31 | ------------------- |
|---|
| 32 | - Fix for references held by topology and predicate descriptors. |
|---|
| 33 | |
|---|
| 34 | 1.0.11 (2008-11-20) |
|---|
| 35 | ------------------- |
|---|
| 36 | - Work around bug in GEOS 2.2.3, GEOSCoordSeq_getOrdinate not exported properly |
|---|
| 37 | (#178). |
|---|
| 38 | |
|---|
| 39 | 1.0.10 (2008-11-17) |
|---|
| 40 | ------------------- |
|---|
| 41 | - Fixed compatibility with GEOS 2.2.3 that was broken in 1.0.8 release (#176). |
|---|
| 42 | |
|---|
| 43 | 1.0.9 (2008-11-16) |
|---|
| 44 | ------------------ |
|---|
| 45 | - Find and load MacPorts libgeos. |
|---|
| 46 | |
|---|
| 47 | 1.0.8 (2008-11-01) |
|---|
| 48 | ------------------ |
|---|
| 49 | - Fill out GEOS function result and argument types to prevent faults on a |
|---|
| 50 | 64-bit arch. |
|---|
| 51 | |
|---|
| 52 | 1.0.7 (2008-08-22) |
|---|
| 53 | ------------------ |
|---|
| 54 | - Polygon rings now have the same dimensions as parent (#168). |
|---|
| 55 | - Eliminated reference cycles in polygons (#169). |
|---|
| 56 | |
|---|
| 57 | 1.0.6 (2008-07-10) |
|---|
| 58 | ------------------ |
|---|
| 59 | - Fixed adaptation of multi polygon data. |
|---|
| 60 | - Raise exceptions earlier from binary predicates. |
|---|
| 61 | - Beginning distributing new windows DLLs (#166). |
|---|
| 62 | |
|---|
| 63 | 1.0.5 (2008-05-20) |
|---|
| 64 | ------------------ |
|---|
| 65 | - Added access to GEOS polygonizer function. |
|---|
| 66 | - Raise exception when insufficient coordinate tuples are passed to LinearRing |
|---|
| 67 | constructor (#164). |
|---|
| 68 | |
|---|
| 69 | 1.0.4 (2008-05-01) |
|---|
| 70 | ------------------ |
|---|
| 71 | - Disentangle Python and topological equality (#163). |
|---|
| 72 | - Add shape(), a factory that copies coordinates from a geo interface provider. |
|---|
| 73 | To be used instead of asShape() unless you really need to store coordinates |
|---|
| 74 | outside shapely for efficient use in other code. |
|---|
| 75 | - Cache GEOS geometries in adapters (#163). |
|---|
| 76 | |
|---|
| 77 | 1.0.3 (2008-04-09) |
|---|
| 78 | ------------------ |
|---|
| 79 | - Do not release GIL when calling GEOS functions (#158). |
|---|
| 80 | - Prevent faults when chaining multiple GEOS operators (#159). |
|---|
| 81 | |
|---|
| 82 | 1.0.2 (2008-02-26) |
|---|
| 83 | ------------------ |
|---|
| 84 | - Fix loss of dimensionality in polygon rings (#155). |
|---|
| 85 | |
|---|
| 86 | 1.0.1 (2008-02-08) |
|---|
| 87 | ------------------ |
|---|
| 88 | - Allow chaining expressions involving coordinate sequences and geometry parts |
|---|
| 89 | (#151). |
|---|
| 90 | - Protect against abnormal use of coordinate accessors (#152). |
|---|
| 91 | - Coordinate sequences now implement the numpy array protocol (#153). |
|---|
| 92 | |
|---|
| 93 | 1.0 (2008-01-18) |
|---|
| 94 | ---------------- |
|---|
| 95 | - Final release. |
|---|
| 96 | |
|---|
| 97 | 1.0 RC2 (2008-01-16) |
|---|
| 98 | -------------------- |
|---|
| 99 | - Added temporary solution for #149. |
|---|
| 100 | |
|---|
| 101 | 1.0 RC1 (2008-01-14) |
|---|
| 102 | -------------------- |
|---|
| 103 | - First release candidate |
|---|
| 104 | |
|---|