root/Shapely/branches/1.2/CHANGES.txt @ 1560

Revision 1560, 2.9 KB (checked in by seang, 7 months ago)

Test and fix for cascaded_union bug #212.

Line 
1All tickets are children of http://trac.gispython.org/lab/ticket.
2
31.2b2 (2010-02-19)
4------------------
5- Fix cascaded_union bug introduced in 1.2b1 (#212).
6
71.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
131.2a6 (2010-02-09)
14------------------
15- Add accessor for separate arrays of X and Y values (#210).
16
17TODO: fill gap here
18
191.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=========================
271.2 Branched (2009-09-19)
28=========================
29
301.0.12 (2009-04-09)
31-------------------
32- Fix for references held by topology and predicate descriptors.
33
341.0.11 (2008-11-20)
35-------------------
36- Work around bug in GEOS 2.2.3, GEOSCoordSeq_getOrdinate not exported properly
37  (#178).
38
391.0.10 (2008-11-17)
40-------------------
41- Fixed compatibility with GEOS 2.2.3 that was broken in 1.0.8 release (#176).
42
431.0.9 (2008-11-16)
44------------------
45- Find and load MacPorts libgeos.
46
471.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
521.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
571.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
631.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
691.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
771.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
821.0.2 (2008-02-26)
83------------------
84- Fix loss of dimensionality in polygon rings (#155).
85
861.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
931.0 (2008-01-18)
94----------------
95- Final release.
96
971.0 RC2 (2008-01-16)
98--------------------
99- Added temporary solution for #149.
100
1011.0 RC1 (2008-01-14)
102--------------------
103- First release candidate
104
Note: See TracBrowser for help on using the browser.