Tagged in SVN and, again, uploaded to http://gispython.org/dist *and* PyPI. The consequence is that if you have a package that depends on Shapely in the setuptools sense like: requires=['Shapely'], new installs will begin to pull in 1.2b1 instead of 1.0.14. 1.2b1 seems to be working with GEOS 3.0 and we didn't intentionally break backwards compatibility, but you should be cautious about this. If you're depending on GEOS 2.2.3 and haven't already pinned your package to Shapely==1.0.14 (updating as you go), you should.
To install and try it out (in a virtualenv): $ pip install http://gispython.org/dist/Shapely-1.2b1.tar.gz or $ easy_install http://gispython.org/dist/Shapely-1.2b1.tar.gz You'll also find the same links on the wiki page: http://trac.gispython.org/lab/wiki/Shapely Cheers, -- Sean _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
