root/Shapely/trunk/CHANGES.txt

Revision 1176, 1.7 KB (checked in by seang, 13 months ago)

Increment version, note branching, remove obsolete linestring factory test.

Line 
1All tickets are children of http://trac.gispython.org/lab/ticket.
2
31.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
81.0.11 (2008-11-20)
9-------------------
10- Work around bug in GEOS 2.2.3, GEOSCoordSeq_getOrdinate not exported properly
11  (#178).
12
131.0.10 (2008-11-17)
14-------------------
15- Fixed compatibility with GEOS 2.2.3 that was broken in 1.0.8 release (#176).
16
171.0.9 (2008-11-16)
18------------------
19- Find and load MacPorts libgeos.
20
211.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
261.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
311.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
371.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
431.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
511.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
561.0.2 (2008-02-26)
57------------------
58- Fix loss of dimensionality in polygon rings (#155).
Note: See TracBrowser for help on using the browser.