Discussion:
[Community] Plan for 1.2.10 (Re: Shapely with Cython speedups)
Sean Gillies
2011-05-09 16:52:22 UTC
Permalink
Shall we release 1.2.10 with speedups in the source distribution, but
not yet in Windows eggs and installers? A --without-speedups build_ext
option might be nice, but maybe we can simply disable build of the
speedups module in setup.py.

--
Sean
Oliver Tonnhofer
2011-05-09 17:47:07 UTC
Permalink
Hi Sean,
Post by Sean Gillies
Shall we release 1.2.10 with speedups in the source distribution, but
not yet in Windows eggs and installers? A --without-speedups build_ext
option might be nice, but maybe we can simply disable build of the
speedups module in setup.py.
Another release would be great.

I have modified the setup.py so that the extension will not be build on windows. I've also fixed the load_dll test for Mac OS X with homebrew.

It's both in my repo: https://github.com/olt/shapely

Regards,
Oliver
Sean Gillies
2011-05-09 18:20:15 UTC
Permalink
Thanks. I've merged it. Anything else? If not, I'll tag and release
1.2.10 tomorrow. Windows speedups for 1.2.11.
Post by Oliver Tonnhofer
Hi Sean,
Post by Sean Gillies
Shall we release 1.2.10 with speedups in the source distribution, but
not yet in Windows eggs and installers? A --without-speedups build_ext
option might be nice, but maybe we can simply disable build of the
speedups module in setup.py.
Another release would be great.
I have modified the setup.py so that the extension will not be build on windows. I've also fixed the load_dll test for Mac OS X with homebrew.
It's both in my repo: https://github.com/olt/shapely
Regards,
Oliver
--
Sean
Loading...