Accepting request 200661 from devel:languages:python

update (forwarded request 200602 from posophe)

OBS-URL: https://build.opensuse.org/request/show/200661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Shapely?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2013-09-26 17:56:04 +00:00
committed by Git OBS Bridge
parent 6fbf48e14f
commit bdd30de25a
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Sep 25 16:01:53 UTC 2013 - p.drouand@gmail.com
- Update to version 1.2.18
+ Add shapely.ops.transform.
+ Permit empty sequences in collection constructors (#49, #50).
+ Individual polygons in MultiPolygon.__geo_interface__ are changed
to tuples to match Polygon.__geo_interface__ (#51).
+ Add shapely.ops.polygonize_full (#57).
- Changes between 1.2.17 and 1.2.16
+ Avoid circular import between wkt/wkb and geometry.base by moving calls
to GEOS serializers to the latter module.
+ Set _ndim when unpickling (issue #6).
+ Don't install DLLs to Python's DLL directory (#37).
+ Add affinity module of affine transformation (#31).
+ Fix NameError that blocked installation with PyPy (#40, #41).
-------------------------------------------------------------------
Thu Nov 22 15:21:26 UTC 2012 - saschpe@suse.de