On Thu, 20 Dec 2012, Robert Bradshaw wrote:
> > git rev-parse HEAD
> > might be a better choice for this purpose
> > would you accept such a fix/PR ?
> Yes, please send us a fix. (This was written right when we were moving
> to git, before we knew it well.)
apparently I did! ;)
https://githu
On Thu, Dec 20, 2012 at 10:02 AM, Yaroslav Halchenko
wrote:
>
> On Fri, 14 Dec 2012, Stefan Behnel wrote:
>> Yaroslav Halchenko, 03.12.2012 17:23:
>> > shouldn't there be
>> > http://wiki.cython.org/ReleaseNotes-0.17.2
>> > ? ;-)
>
>> You can copy it over from
>> https://github.com/cython/cython/b
On Fri, 14 Dec 2012, Stefan Behnel wrote:
> Yaroslav Halchenko, 03.12.2012 17:23:
> > shouldn't there be
> > http://wiki.cython.org/ReleaseNotes-0.17.2
> > ? ;-)
> You can copy it over from
> https://github.com/cython/cython/blob/0.17/CHANGES.rst
> if you feel like it. :)
ah cool -- catch this
Yaroslav Halchenko, 03.12.2012 17:23:
> shouldn't there be
> http://wiki.cython.org/ReleaseNotes-0.17.2
> ? ;-)
You can copy it over from
https://github.com/cython/cython/blob/0.17/CHANGES.rst
if you feel like it. :)
I added a link at the top of
http://wiki.cython.org/ReleaseHistory
Stefan
congrats!
please do not forget to push git tag for 0.17.2 ;)
On Tue, 20 Nov 2012, Stefan Behnel wrote:
> Hi everyone,
> I'm happy to announce the release of Cython 0.17.2. This is a (mostly) bug
> fix release for the stable 0.17 release series.
> http://pypi.python.org/pypi/Cython/0.17.2
> D
shouldn't there be
http://wiki.cython.org/ReleaseNotes-0.17.2
? ;-)
> Complete changelog:
> 0.17.2 (2012-11-20)
> ===
> Features added
> --
> * ``cythonize()`` gained a best effort compile mode that can be used to
> simply ignore .py files that fail to compile.
>
Hi everyone,
I'm happy to announce the release of Cython 0.17.2. This is a (mostly) bug
fix release for the stable 0.17 release series.
http://pypi.python.org/pypi/Cython/0.17.2
Direct downloads:
http://cython.org/release/Cython-0.17.2.tar.gz
http://cython.org/release/Cython-0.17.2.zip
Github