Re: [Cython] [cython-users] Cython 0.17 final released

2012-09-01 Thread Robert Bradshaw
I'm assuming cython-devel is a proper subset of cython-users, but just
wanted to say hooray and thanks for all the work that wen into this
release (both new development and pushing the actual release to
completion).

Is there a plan to announce more broadly? (E.g. python-announce, if
you haven't already (moderation adds a bit of latency).)

I know this was brought up a couple of months ago, but we seem to be
falling into a pattern of thinking about doing a bugfix release, then
saying a full release is around the corner anyways, and then not
actually getting it out for quite a while. I propose we start an
actual bugfix branch from which we can cut minor releases at (nearly)
any time, and certainly with much less hassle. Thoughts?

- Robert


On Fri, Aug 31, 2012 at 11:58 PM, Stefan Behnel  wrote:
> Hello everyone,
>
> on behalf of the Cython project team, I'm proud to announce the final
> release of Cython 0.17.
>
> This is another major step forward in the development of the language that
> will make life easier for a lot of users, rounds up some rough edges of the
> compiler and adds (preliminary) support for CPython 3.3 and PyPy. It is
> also the first final release of an implementation of PEP 380 (generator
> delegation), before it will eventually appear in CPython 3.3.
>
>
> Download: http://cython.org/release/Cython-0.17.tar.gz
>
> Release notes: http://wiki.cython.org/ReleaseNotes-0.17
>
> Documentation: http://docs.cython.org/
>
>
> Major features of this release include:
>
> * vastly improved integration with the C++ STL containers
>
>   
> http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html#standard-library
>
>   http://docs.cython.org/src/tutorial/strings.html#c-strings
>
> * "yield from" delegation between generators (PEP 380)
>
>   http://www.python.org/dev/peps/pep-0380/
>
> * alpha quality support for PyPy (via cpyext)
>
>   http://docs.cython.org/src/userguide/pypy.html
>
>
> Several other features and improvements are listed in the release notes:
>
>   http://wiki.cython.org/ReleaseNotes-0.17
>
>
> Have fun,
>
> Stefan
___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel


Re: [Cython] Cython 0.17 final released

2012-09-01 Thread Stefan Behnel
Robert Bradshaw, 02.09.2012 06:05:
> Is there a plan to announce more broadly? (E.g. python-announce, if
> you haven't already (moderation adds a bit of latency).)

I had already sent it to the python-announce list and also made an
announcement on c.l.py now. :)


> I know this was brought up a couple of months ago, but we seem to be
> falling into a pattern of thinking about doing a bugfix release, then
> saying a full release is around the corner anyways, and then not
> actually getting it out for quite a while. I propose we start an
> actual bugfix branch from which we can cut minor releases at (nearly)
> any time, and certainly with much less hassle. Thoughts?

+1, I'll push the master into the release branch and update the master
version to 0.18a0.

Regarding 0.18, I won't be able to review any of Mark's changes in his
array expressions branch, but I take it that Dag did, so I assume that they
should go in right next (after a necessary rebase and maybe some
adaptations for the external minivect) and then get consolidated there (if
necessary). Looks like they'll make the first big feature for the next
release (which in turn makes Mark the perfect "volunteer" for the next
release manager ;) ).

Stefan

___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel