------------------ - SVG representations for IPython's inline image protocol. - Efficient and fast vectorized contains(). - Change mitre_limit default to 5.0; raise ValueError with 0.0 (139). - Allow mix of tuples and Points in sped-up LineString ctor (152). - New STRtree class (73). - Add ops.nearest_points() (147). - Faster creation of geometric objects from others (cloning) (165). - Removal of tests from package.
1.3.3
------------------ - Allow single-part geometries as argument to ops.cacaded_union() (135). - Support affine transformations of LinearRings (112).
1.3.2
------------------ - Let LineString() take a sequence of Points (130).
1.3.1
------------------ - More reliable proxy cleanup on exit (106). - More robust DLL loading on all platforms (114).
1.3.0
------------------ - Include support for Python 3.2 and 3.3 (56), minimum version is now 2.6. - Switch to GEOS WKT/WKB Reader/Writer API, with defaults changed to enable 3D output dimensions, and to 'trim' WKT output for GEOS >=3.3.0. - Use GEOS version instead of GEOS C API version to determine library capabilities (65).