[Cython] documentation tarball
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 corresponding to a release. For example, it would be great if a zip or tarball of the documentation for 0.14.1 was posted on the cython.org homepage in the Download section, perhaps with text like this: The latest release of Cython is 0.14.1 (released 2011-02-04). You can download it as a gzipped tar or as a zip file. The documentation is also available (gzipped tar or zip). Thanks, Jason ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] Out of order side effects of argument evaluation in function calls (ticket #654)
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 Cython in all cases, and the gain is truly small. After all, we'd only make it easier for users to write bad code. Yep. Lets keep the code in for the above case. Is there a huge big warning in the docs? Maybe on this page would be a good place: http://docs.cython.org/src/userguide/limitations.html Jason ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] PyCharm
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 Cython and want a free PyCharm license, send me an email and I will send you the license key. It is valid until 13 March 2012. Is it the offer that is valid for a year, or is it the license that is valid for only a year? Thanks, Jason ___ 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
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 be found? Thanks, Jason ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel
[Cython] cython-docs repository
What is the relationship between the cython-docs repository and the docs/ subdirectory of the cython repository? I see a recent commit [1] that seems to indicate that cython-docs has been merged into the main cython repository (+1 from me, for what it's worth). Is my interpretation correct, and is cython-docs now deprecated? I submitted a pull request for some typos [2], but I'm not sure if I should have submitted that pull request to the cython-docs repository. Thanks, Jason [1] https://github.com/cython/cython/commit/2bcb14fff262a9a9c7b50bacb360bd983e6a92ee [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-docs repository
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 commit logs correctly. Is that true? If so, fantastic! Any idea of a timeline for that to make it into an official release? Thanks, Jason ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] 0.16 release
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.washington.edu:8091/hudson/view/ext-libs/job/sage-build/lastSuccessfulBuild/artifact/cython-devel.spkg and Sage will (at least, should) download it for you, so that's even one less step! Jason ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel