Re: [Cython] Cython 0.17.2 released

2012-12-20 Thread Yaroslav Halchenko

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 PR
https://github.com/cython/cython/pull/172
then ;)


Also, for me 'sdist' failed due to 

$> git show-ref -s HEAD

exiting with -1 with git 1.8.0 in my clone... not sure about this dark
side of git, but looking at other projects,

  git rev-parse HEAD

might be a better choice for this purpose

would you accept such a fix/PR ?

-- 
Yaroslav O. Halchenko
Postdoctoral Fellow,   Department of Psychological and Brain Sciences
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik
___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel


Re: [Cython] Cython 0.17.2 released

2012-12-20 Thread Robert Bradshaw
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/blob/0.17/CHANGES.rst
>> if you feel like it. :)
>
> ah cool -- catch  this PR
> https://github.com/cython/cython/pull/172
> then ;)
>
>
> Also, for me 'sdist' failed due to
>
> $> git show-ref -s HEAD
>
> exiting with -1 with git 1.8.0 in my clone... not sure about this dark
> side of git, but looking at other projects,
>
>   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.)

- Robert
___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel