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

2011-04-07 Thread Arthur de Souza Ribeiro
I've made some changes to my proposal, as you said, I changed the number of modules I'm going to reimplement, I jumped from three to twelve modules, what modules are these and when I want to implement is described at: http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/arthur_sr/1#

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

2011-04-07 Thread Arthur de Souza Ribeiro
2011/4/7 Robert Bradshaw > On Thu, Apr 7, 2011 at 2:31 PM, Arthur de Souza Ribeiro > wrote: > > I've submitted to google the link > > is: > http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/arthur_sr/1# > > It would be really important if you could give me a feedback to my > > p

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

2011-04-07 Thread Robert Bradshaw
On Thu, Apr 7, 2011 at 2:31 PM, Arthur de Souza Ribeiro wrote: > I've submitted to google the link > is: http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/arthur_sr/1# > It would be really important if you could give me a feedback to my > proposal... > Thank you > Best Regards > A

Re: [Cython] [GSoC] Python backend for Cython using PyPy's FFI

2011-04-07 Thread Stefan Behnel
[fixed up the citation order] Romain, 07.04.2011 22:36: 2011/4/7 Carl Witty On Thu, Apr 7, 2011 at 9:06 AM, Dag Sverre Seljebotn wrote: This seems similar to Carl Witty's port of Cython to .NET/IronPython. An important insight from that project is that Cython code does NOT specify an ABI, o

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

2011-04-07 Thread Arthur de Souza Ribeiro
I've submitted to google the link is: http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/arthur_sr/1# It would be really important if you could give me a feedback to my proposal... Thank you Best Reg

Re: [Cython] [GSoC] Python backend for Cython using PyPy's FFI

2011-04-07 Thread Romain
Hi again PyPy has functions to parse C headers to get macros and constants so I could create C functions to wrap the macros and probably inline constants in the Python part of the wrapper. This doesn't solve the problem of ifdefs but this is a start. Cheers Romain 2011/4/7 Carl Witty > On Thu,

Re: [Cython] [GSoC] Python backend for Cython using PyPy's FFI

2011-04-07 Thread Carl Witty
On Thu, Apr 7, 2011 at 9:06 AM, Dag Sverre Seljebotn wrote: > This seems similar to Carl Witty's port of Cython to .NET/IronPython. An > important insight from that project is that Cython code does NOT specify an > ABI, only an API which requires a C compiler to make sense. That is; many > wrapped

Re: [Cython] [GSoC] Python backend for Cython using PyPy's FFI

2011-04-07 Thread Carl Witty
On Thu, Apr 7, 2011 at 9:06 AM, Dag Sverre Seljebotn wrote: > On 04/07/2011 05:01 PM, Romain Guillebert wrote: >> >> Hi >> >> I proposed the Summer of Code project regarding the Python backend for >> Cython. >> >> As I said in my proposal this would translate Cython code to Python + >> FFI code (I

Re: [Cython] [GSoC] Python backend for Cython using PyPy's FFI

2011-04-07 Thread Dag Sverre Seljebotn
On 04/07/2011 05:01 PM, Romain Guillebert wrote: Hi I proposed the Summer of Code project regarding the Python backend for Cython. As I said in my proposal this would translate Cython code to Python + FFI code (I don't know yet if it will use ctypes or something specific to PyPy). PyPy's ctypes

[Cython] [GSoC] Python backend for Cython using PyPy's FFI

2011-04-07 Thread Romain Guillebert
Hi I proposed the Summer of Code project regarding the Python backend for Cython. As I said in my proposal this would translate Cython code to Python + FFI code (I don't know yet if it will use ctypes or something specific to PyPy). PyPy's ctypes is now really fast and this will allow people to p

Re: [Cython] cython broken

2011-04-07 Thread Haoyu Bai
On Thu, Apr 7, 2011 at 1:22 PM, Haoyu Bai wrote: > 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 r

Re: [Cython] Hudson pyregr testing takes too long

2011-04-07 Thread Stefan Behnel
Stefan Behnel, 07.04.2011 13:46: I just noticed that the CPython pyregr tests have jumped up from ~14 minutes for a run to ~4 hours when we added generator support. https://sage.math.washington.edu:8091/hudson/view/cython-devel/job/cython-devel-tests-pyregr-py26-c/buildTimeTrend I currently ha

[Cython] Hudson pyregr testing takes too long

2011-04-07 Thread Stefan Behnel
Hi, I just noticed that the CPython pyregr tests have jumped up from ~14 minutes for a run to ~4 hours when we added generator support. https://sage.math.washington.edu:8091/hudson/view/cython-devel/job/cython-devel-tests-pyregr-py26-c/buildTimeTrend I currently have no idea why that is (well

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

2011-04-07 Thread Dag Sverre Seljebotn
On 04/07/2011 10:01 AM, Robert Bradshaw wrote: On Wed, Apr 6, 2011 at 10:54 PM, Dag Sverre Seljebotn wrote: On 04/07/2011 02:12 AM, Robert Bradshaw wrote: On Wed, Apr 6, 2011 at 4:40 PM, Zak Stonewrote: Researchers: Please consider citing this paper if Cython helps your research in non-t

Re: [Cython] [cython-users] CiSE Cython paper: Preprint up

2011-04-07 Thread Dag Sverre Seljebotn
On 04/07/2011 11:37 AM, René Rex wrote: Any more keywords to add? What about "Python"? ;) Done and done. Thanks for the patches. DS ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] [cython-users] CiSE Cython paper: Preprint up

2011-04-07 Thread René Rex
> Any more keywords to add? What about "Python"? ;) - René ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel

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

2011-04-07 Thread Dag Sverre Seljebotn
On 04/07/2011 10:01 AM, Robert Bradshaw wrote: On Wed, Apr 6, 2011 at 10:54 PM, Dag Sverre Seljebotn wrote: On 04/07/2011 02:12 AM, Robert Bradshaw wrote: On Wed, Apr 6, 2011 at 4:40 PM, Zak Stonewrote: Researchers: Please consider citing this paper if Cython helps your research in non-t

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

2011-04-07 Thread Robert Bradshaw
On Thu, Apr 7, 2011 at 1:33 AM, Dag Sverre Seljebotn wrote: > On 04/07/2011 10:00 AM, Stefan Behnel wrote: >> >> Dag Sverre Seljebotn, 07.04.2011 07:54: >>> >>> On 04/07/2011 02:12 AM, Robert Bradshaw wrote: On Wed, Apr 6, 2011 at 4:40 PM, Zak Stone wrote: >>> >>> Researchers: Pl

Re: [Cython] [cython-users] CiSE Cython paper: Preprint up

2011-04-07 Thread Stefan Behnel
Dag Sverre Seljebotn, 07.04.2011 10:08: The repo is here: https://github.com/dagss/cython-cise-postprint To include metadata, you can change the hyperref setup near the top as follows: """ \RequirePackage[colorlinks,breaklinks,pdftex, linkcolor=InnerLinkColor,filecolor=OuterLinkColor,

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

2011-04-07 Thread Dag Sverre Seljebotn
On 04/07/2011 10:00 AM, Stefan Behnel wrote: Dag Sverre Seljebotn, 07.04.2011 07:54: 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 ca

[Cython] CiSE Cython paper: Preprint up

2011-04-07 Thread Dag Sverre Seljebotn
I should have put up this right away, sorry: http://folk.uio.no/dagss/cython_cise.pdf It is actually post-review, so it contains most things but some stylistic improvements and layout. Not sure about posting this on cython.org, but we could perhaps link to my webpage (http://folk.uio.no/dagss

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

2011-04-07 Thread Robert Bradshaw
On Wed, Apr 6, 2011 at 10:54 PM, Dag Sverre Seljebotn wrote: > 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 thi

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

2011-04-07 Thread Stefan Behnel
Dag Sverre Seljebotn, 07.04.2011 07:54: 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

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

2011-04-07 Thread René Rex
> Looks rather incomplete to me. Your are right. I got the wrong document. It is from the sage website and has the same title... http://sage.math.washington.edu/tmp/stein-cise-comments-may22.pdf#page=29 This should be the correct entry: @article{behnel2010cython, title={{Cython: The best of bo

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

2011-04-07 Thread Stefan Behnel
René Rex, 07.04.2011 09:12: Agreed. Perhaps you could post the desired BibTeX citation text for the official version and a link to the official version right next to the preprint? BibTeX entry for your convecience: @article{bradshaw2010cython, title={{CYTHON: THE BEST OF BOTH WORLDS}}, a

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

2011-04-07 Thread René Rex
Hello > Agreed. Perhaps you could post the desired BibTeX citation text for > the official version and a link to the official version right next to > the preprint? BibTeX entry for your convecience: @article{bradshaw2010cython, title={{CYTHON: THE BEST OF BOTH WORLDS}}, author={Bradshaw, R.