Re: [Cython] 0.16 release

2012-01-25 Thread Jason Grout
On 1/25/12 11:39 AM, Robert Bradshaw wrote: install https://sage.math.washington.edu:8091/hudson/view/ext-libs/job/sage-build/lastSuccessfulBuild/artifact/cython-devel.spkg by downloading it and running "sage -i cython-devel.spkg" In fact, you could just do sage -i https://sage.math.washingt

Re: [Cython] cython-docs repository

2011-04-09 Thread Jason Grout
On 4/9/11 12:02 PM, Robert Bradshaw wrote: Yep, we did that during the workshop. I thought I had sent out an announcement, but I guess not. Is there a summary anywhere of the exciting things that happened in the workshop? For example, it seems that generators are finally in, if I read the co

[Cython] cython-docs repository

2011-04-09 Thread Jason Grout
[2] https://github.com/cython/cython/pull/22 -- Jason Grout ___ 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-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] PyCharm

2011-03-22 Thread Jason Grout
On 3/16/11 5:33 AM, mark florisson wrote: The PyCharm IDE (http://www.jetbrains.com/pycharm/) has granted the Cython project a free Open Source license, which means that anyone developing Cython may freely use PyCharm to develop Cython. They prefer to license to remain unpublic, so if you develop

Re: [Cython] Out of order side effects of argument evaluation in function calls (ticket #654)

2011-03-17 Thread Jason Grout
On 3/16/11 11:05 PM, Robert Bradshaw wrote: On Wed, Mar 16, 2011 at 7:53 AM, Stefan Behnel wrote: I'm actually leaning towards not guaranteeing the order of execution if C doesn't do it either. If this is really required, it's easy to work around for users, but it's severely hard to fix for Cyt

[Cython] documentation tarball

2011-02-17 Thread Jason Grout
Would it be too much trouble to post a snapshot of the cython-docs tree along with a cython release? I see the git repository for cython-docs, but it would be more convenient for an end-user who wants a copy of the docs to not have to search through the commit log to find the right commit corr