Files
python-Shapely/python-Shapely.changes

149 lines
5.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Sun May 24 12:42:42 UTC 2015 - bruno@ioda-net.ch
- Packaging
* Added Provides lowercase
* Added BuildRequire geos-devel Require geos
* Added python-Cytools to build c extension
-------------------------------------------------------------------
Sun May 24 12:12:12 UTC 2015 - bruno@ioda-net.ch
- Update to version 1.5.8 (2015-04-29)
* Setup file encoding bug fix (#254).
* Support for pyinstaller (#261).
* Major prepared geometry operation fix for Windows (#268, #269).
* Major fix for OS X binary wheel (#262).
- Changes since 1.2.18
1.5.7 (2015-03-16)
Test and fix buggy error and notice handlers (#249).
1.5.6 (2015-02-02)
Fix setup regression (#232, #234).
SVG representation improvements (#233, #237).
1.5.5 (2015-01-20)
MANIFEST changes to restore _geox.pxi (#231).
1.5.4 (2015-01-19)
Fixed OS X binary wheel library load path (#224).
1.5.3 (2015-01-12)
Fixed ownership and potential memory leak in polygonize (#223).
Wider release of binary wheels for OS X.
1.5.2 (2015-01-04)
Fail installation if GEOS dependency is not met, preventing update breakage (#218, #219).
1.5.1 (2014-12-04)
Restore geometry hashing (#209).
1.5.0 (2014-12-02)
Affine transformation speedups (#197).
New == rich comparison (#195).
Geometry collection constructor (#200).
ops.snap() backed by GEOSSnap (#201).
Clearer exceptions in cases of topological invalidity (#203).
1.4.4 (2014-11-02)
Proper conversion of numpy float32 vals to coords (#186).
1.4.3 (2014-10-01)
Fix for endianness bug in WKB writer (#174).
1.4.2 (2014-09-29)
Fix bungled 1.4.1 release (#176).
1.4.1 (2014-09-23)
Return of support for GEOS 3.2 (#176, #178).
1.4.0 (2014-09-08)
SVG representations for IPythons 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 (2014-07-23)
Allow single-part geometries as argument to ops.cacaded_union() (#135).
Support affine transformations of LinearRings (#112).
1.3.2 (2014-05-13)
Let LineString() take a sequence of Points (#130).
1.3.1 (2014-04-22)
More reliable proxy cleanup on exit (#106).
More robust DLL loading on all platforms (#114).
1.3.0 (2013-12-31)
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).
1.2.19 (2013-12-30)
Add buffering style options (#55).
-------------------------------------------------------------------
Thu Oct 24 11:14:25 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
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
- 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