Re: [Cython] Cython paper in Computing in Science & Engineering

2011-04-06 Thread Dag Sverre Seljebotn
On 04/07/2011 02:12 AM, Robert Bradshaw wrote: On Wed, Apr 6, 2011 at 4:40 PM, Zak Stone wrote: Researchers: Please consider citing this paper if Cython helps your research in non-trivial ways. Is this the canonical citation reference for Cython now? If so, can this be mentioned on the Cython

[Cython] GSoC Proposal - Reimplement C modules in CPython's standard library in Cython.

2011-04-06 Thread Arthur de Souza Ribeiro
I've wrote a proposal to the project: Reimplement C modules in CPython's standard library in Cython. I'd be glad if you could take a look a it and give me your feedback. the link for the proposal is: http://wiki.cython.org/arthursribeiro Thank you. Best Regards Arthur _

Re: [Cython] cython broken

2011-04-06 Thread Haoyu Bai
On Thu, Apr 7, 2011 at 1:14 AM, Lisandro Dalcin wrote: > Since the commit below, Cython fails to compile itself. That fix > requires further work and definitely more tests. If that is impossible > right now, I would ask the guilty parties to revert the change and > continue working on this the bug

Re: [Cython] Cython paper in Computing in Science & Engineering

2011-04-06 Thread Zak Stone
Researchers: Please consider citing this paper if Cython helps your research in non-trivial ways. >>> >>> Is this the canonical citation reference for Cython now?  If so, can this be >>> mentioned on the Cython webpage somewhere that is prominent enough to be >>> found? >> >> On a related

Re: [Cython] Cython paper in Computing in Science & Engineering

2011-04-06 Thread Robert Bradshaw
On Wed, Apr 6, 2011 at 4:40 PM, Zak Stone wrote: >>> Researchers: Please consider citing this paper if Cython helps your >>> research in non-trivial ways. >> >> Is this the canonical citation reference for Cython now?  If so, can this be >> mentioned on the Cython webpage somewhere that is promine

Re: [Cython] Cython paper in Computing in Science & Engineering

2011-04-06 Thread Zak Stone
>> Researchers: Please consider citing this paper if Cython helps your >> research in non-trivial ways. > > Is this the canonical citation reference for Cython now?  If so, can this be > mentioned on the Cython webpage somewhere that is prominent enough to be > found? On a related note, would it b

Re: [Cython] Cython paper in Computing in Science & Engineering

2011-04-06 Thread Jason Grout
On 4/6/11 2:34 AM, Dag Sverre Seljebotn wrote: Researchers: Please consider citing this paper if Cython helps your research in non-trivial ways. Is this the canonical citation reference for Cython now? If so, can this be mentioned on the Cython webpage somewhere that is prominent enough to

Re: [Cython] Cython paper in Computing in Science & Engineering

2011-04-06 Thread Thomas Keller
This article was well written and informative. I thank the six of you for writing it. Cheers, TEK On Wed, Apr 6, 2011 at 2:34 AM, Dag Sverre Seljebotn < d.s.seljeb...@astro.uio.no> wrote: > I just wanted to make everybody aware that there's a paper on Cython in > this month's CiSE (http://cise.a

[Cython] cython broken

2011-04-06 Thread Lisandro Dalcin
Since the commit below, Cython fails to compile itself. That fix requires further work and definitely more tests. If that is impossible right now, I would ask the guilty parties to revert the change and continue working on this the bug tracker and repo clones. Please try to keep cython-dev repo cle

[Cython] Cython paper in Computing in Science & Engineering

2011-04-06 Thread Dag Sverre Seljebotn
I just wanted to make everybody aware that there's a paper on Cython in this month's CiSE (http://cise.aip.org/). http://dx.doi.org/10.1109/MCSE.2010.118 (paywall) Researchers: Please consider citing this paper if Cython helps your research in non-trivial ways. Dag Sverre ___