- Update to version 1.2.16:
+ Add ops.unary_union function.
+ Alias ops.cascaded_union to ops.unary_union when GEOS CAPI >= (1,7,0).
+ Add geos_version_string attribute to shapely.geos.
+ Ensure parent is set when child geometry is accessed.
+ Generate _speedups.c using Cython when building from repo when missing,
stale, or the build target is "sdist".
+ The is_simple predicate of invalid, self-intersecting linear rings now
returns ``False``.
+ Remove VERSION.txt from repo, it's now written by the distutils setup script
with value of shapely.__version__.
- Changes from version 1.2.15:
+ Eliminate numerical sensitivity in a method chaining test (Debian bug
#663210).
+ Account for cascaded union of random buffered test points being a polygon
or multipolygon (Debian bug #666655).
+ Use Cython to build speedups if it is installed.
+ Avoid stumbling over SVN revision numbers in GEOS C API version strings.
- Update to version 1.2.14:
+ A geometry's coords property is now sliceable, yielding a list of coordinate
values.
+ Homogeneous collections are now sliceable, yielding a new collection of the
same type.
OBS-URL: https://build.opensuse.org/request/show/142492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Shapely?expand=0&rev=3
55 lines
2.0 KiB
Plaintext
55 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Nov 22 15:21:26 UTC 2012 - saschpe@suse.de
|
|
|
|
- Update to version 1.2.16:
|
|
+ Add ops.unary_union function.
|
|
+ Alias ops.cascaded_union to ops.unary_union when GEOS CAPI >= (1,7,0).
|
|
+ Add geos_version_string attribute to shapely.geos.
|
|
+ Ensure parent is set when child geometry is accessed.
|
|
+ Generate _speedups.c using Cython when building from repo when missing,
|
|
stale, or the build target is "sdist".
|
|
+ The is_simple predicate of invalid, self-intersecting linear rings now
|
|
returns ``False``.
|
|
+ Remove VERSION.txt from repo, it's now written by the distutils setup script
|
|
with value of shapely.__version__.
|
|
- Changes from version 1.2.15:
|
|
+ Eliminate numerical sensitivity in a method chaining test (Debian bug
|
|
#663210).
|
|
+ Account for cascaded union of random buffered test points being a polygon
|
|
or multipolygon (Debian bug #666655).
|
|
+ Use Cython to build speedups if it is installed.
|
|
+ Avoid stumbling over SVN revision numbers in GEOS C API version strings.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 23 13:21:58 UTC 2012 - saschpe@suse.de
|
|
|
|
- Update to version 1.2.14:
|
|
+ A geometry's coords property is now sliceable, yielding a list of coordinate
|
|
values.
|
|
+ Homogeneous collections are now sliceable, yielding a new collection of the
|
|
same type.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 15 12:11:59 UTC 2011 - saschpe@suse.de
|
|
|
|
- Minor spec file cleanup:
|
|
* Ran spec-cleaner
|
|
* Use original tarball
|
|
* Don't use --record-rpm (only SUSE)
|
|
sc
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 15 00:00:00 UTC 2011 - j.verdoold@gmail.com
|
|
|
|
- Updated to 1.2.13
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 30 00:00:00 UTC 2009 - cfarrell1980@gmail.com
|
|
|
|
- Updated to 1.0.13
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 28 00:00:00 UTC 2009 - cfarrell1980@gmail.com
|
|
|
|
- Initial import
|