Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Cython 0.11.3 released.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Robert Bradshaw  
View profile  
 More options Sep 27, 2:56 am
Newsgroups: comp.lang.python.announce
From: Robert Bradshaw <rober...@math.washington.edu>
Date: Sat, 26 Sep 2009 23:56:25 -0700 (PDT)
Local: Sun, Sep 27 2009 2:56 am
Subject: Cython 0.11.3 released.
We are happy to announce the release of Cython 0.11.3 (http://
cython.org), which is the accumulation of numerous bugfixes and other
work since the beginning of the summer. Some new features include a
cython freeze utility that allows one to compile several modules into
a single executable (Mark Lodato) and the ability to enable profiling
Cython code with Python profilers using the new cython.profile
directive. We also had two successful summer of code projects, but
neither is quite ready to be merged in at this time. This will
probably be the last minor release before Cython 0.12.

Thanks to Grant Baillie, Stefan Behnel, Robert Bradshaw, Lisandro
Dalcin, Mark Lodato, Andrey Plotnikov, Dag Sverre Seljebotn, and Kurt
Smith for contributing to this release.

What is Cython?
=====================

Cython is a language that makes writing C extensions for the Python
language as easy as Python itself. Cython is based on the well-known
Pyrex,
but supports more cutting edge functionality and optimizations.

The Cython language is very close to the Python language, but Cython
additionally supports calling C functions and declaring C types on
variables and class attributes. This allows the compiler to generate
very
efficient C code from Cython code.

This makes Cython the ideal language for wrapping for external C
libraries,
and for fast C modules that speed up the execution of Python code.

Where to get it?
=====================

http://cython.org/
http://pypi.python.org/pypi/Cython/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google