Discussion:
[Community] Shapely 1.2.15 released
Sean Gillies
2012-06-27 17:46:19 UTC
Permalink
Hi all,

1.2.15 is tagged and uploaded to PyPI.

http://pypi.python.org/pypi/Shapely

Please note that https://github.com/Toblerity/Shapely is where the
official tags reside.

=======
Changes
=======

1.2.15 (2012-06-27)
-------------------
- 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.
--
Sean Gillies
Sean Gillies
2012-06-29 15:19:31 UTC
Permalink
Attention: the sdist uploaded to PyPI on 6/27 had the wrong
shapely.__version__ string. Update to the one uploaded yesterday (MD5:
abe35e49f7fafe7e2ab6f6bb33c1ff2c) if that's important to you. The
setup script now parses the version from shapely/__init__.py and
writes a VERSION.txt file. There are no other changes.
Post by Sean Gillies
Hi all,
1.2.15 is tagged and uploaded to PyPI.
?http://pypi.python.org/pypi/Shapely
Please note that https://github.com/Toblerity/Shapely is where the
official tags reside.
=======
Changes
=======
1.2.15 (2012-06-27)
-------------------
- 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.
--
Sean Gillies
--
Sean Gillies
Loading...