|
Revision 1108
(checked in by seang, 2 months ago)
|
Finished polygonizer
|
| Line | |
|---|
| 1 |
All tickets are children of http://trac.gispython.org/projects/PCL/ticket/ |
|---|
| 2 |
|
|---|
| 3 |
1.0.5 (2008-05-20) |
|---|
| 4 |
------------------ |
|---|
| 5 |
- Added access to GEOS polygonizer function. |
|---|
| 6 |
- Raise exception when insufficient coordinate tuples are passed to LinearRing |
|---|
| 7 |
constructor (#164). |
|---|
| 8 |
|
|---|
| 9 |
1.0.4 (2008-05-01) |
|---|
| 10 |
------------------ |
|---|
| 11 |
- Disentangle Python and topological equality (#163). |
|---|
| 12 |
- Add shape(), a factory that copies coordinates from a geo interface provider. |
|---|
| 13 |
To be used instead of asShape() unless you really need to store coordinates |
|---|
| 14 |
outside shapely for efficient use in other code. |
|---|
| 15 |
- Cache GEOS geometries in adapters (#163). |
|---|
| 16 |
|
|---|
| 17 |
1.0.3 (2008-04-09) |
|---|
| 18 |
------------------ |
|---|
| 19 |
- Do not release GIL when calling GEOS functions (#158). |
|---|
| 20 |
- Prevent faults when chaining multiple GEOS operators (#159). |
|---|
| 21 |
|
|---|
| 22 |
1.0.2 (2008-02-26) |
|---|
| 23 |
------------------ |
|---|
| 24 |
- Fix loss of dimensionality in polygon rings (#155). |
|---|