Re: [Cython] speed.pypy.org

2011-04-15 Thread Robert Bradshaw
On Fri, Apr 15, 2011 at 1:20 PM, Stefan Behnel wrote: > Stefan Behnel, 11.04.2011 15:08: >> >> I'm currently discussing with Maciej Fijalkowski (PyPy) how to get Cython >> running on speed.pypy.org (that's what I wrote "cythonrun" for). If it >> works out well, we may have it up in a couple of day

Re: [Cython] speed.pypy.org

2011-04-15 Thread Stefan Behnel
Stefan Behnel, 11.04.2011 15:08: I'm currently discussing with Maciej Fijalkowski (PyPy) how to get Cython running on speed.pypy.org (that's what I wrote "cythonrun" for). If it works out well, we may have it up in a couple of days. ... or maybe not. It may take a little longer due to lack of t

Re: [Cython] Incompatibility with numpy-1.5.1 - fixed in master?!

2011-04-15 Thread Yury V. Zaytsev
On Fri, 2011-04-15 at 13:45 -0300, Lisandro Dalcin wrote: > I'm opposed to close the ticket. Cython cannot currently parse format > strings according to the full spec. It worked for you just because of > some quick fixes I've pushed for simple cases. I don't insist on that, especially now that I

Re: [Cython] Incompatibility with numpy-1.5.1 - fixed in master?!

2011-04-15 Thread Yury V. Zaytsev
On Fri, 2011-04-15 at 19:57 +0200, Dag Sverre Seljebotn wrote: > BTW, did anyone figure out how to get emailed on pull requests? (Yes, I > checked off all the "send me email" boxes etc., we were talking about > this during the workshop -- it seems that org admins can't subscribe...) That's stra

Re: [Cython] Incompatibility with numpy-1.5.1 - fixed in master?!

2011-04-15 Thread Dag Sverre Seljebotn
On 04/15/2011 07:57 PM, Dag Sverre Seljebotn wrote: On 04/15/2011 06:45 PM, Lisandro Dalcin wrote: On 15 April 2011 11:20, Yury V. Zaytsev wrote: Hi folks! I have just ran into buffer protocol incompatibility problem with numpy-1.5.1, which lead me to discover the following ticket (discussed b

Re: [Cython] Incompatibility with numpy-1.5.1 - fixed in master?!

2011-04-15 Thread Dag Sverre Seljebotn
On 04/15/2011 06:45 PM, Lisandro Dalcin wrote: On 15 April 2011 11:20, Yury V. Zaytsev wrote: Hi folks! I have just ran into buffer protocol incompatibility problem with numpy-1.5.1, which lead me to discover the following ticket (discussed back in December 2010 on this list): http://trac.cyt

Re: [Cython] Incompatibility with numpy-1.5.1 - fixed in master?!

2011-04-15 Thread Lisandro Dalcin
On 15 April 2011 11:48, Yury V. Zaytsev wrote: > On Fri, 2011-04-15 at 16:20 +0200, Yury V. Zaytsev wrote: > >> To my surprise I discovered that my code started working and I don't >> have the buffer interface problem that I was facing before anymore. > > I am under impression that the culprit was

Re: [Cython] Incompatibility with numpy-1.5.1 - fixed in master?!

2011-04-15 Thread Lisandro Dalcin
On 15 April 2011 11:20, Yury V. Zaytsev wrote: > Hi folks! > > I have just ran into buffer protocol incompatibility problem with > numpy-1.5.1, which lead me to discover the following ticket (discussed > back in December 2010 on this list): > > http://trac.cython.org/cython_trac/ticket/630 > > In

Re: [Cython] Incompatibility with numpy-1.5.1 - fixed in master?!

2011-04-15 Thread Yury V. Zaytsev
On Fri, 2011-04-15 at 16:20 +0200, Yury V. Zaytsev wrote: > To my surprise I discovered that my code started working and I don't > have the buffer interface problem that I was facing before anymore. I am under impression that the culprit was this commit: Commit SHA1: dd3da6c283a0750c9c6514991be7

[Cython] Incompatibility with numpy-1.5.1 - fixed in master?!

2011-04-15 Thread Yury V. Zaytsev
Hi folks! I have just ran into buffer protocol incompatibility problem with numpy-1.5.1, which lead me to discover the following ticket (discussed back in December 2010 on this list): http://trac.cython.org/cython_trac/ticket/630 In despair, I was about to try to see if there is anything I can d