[Cython] 0.17

mark florisson markflorisson88 at gmail.com
Wed May 23 19:03:01 CEST 2012


On 23 May 2012 12:31, Robert Bradshaw <robertwb at gmail.com> wrote:
> On Tue, May 22, 2012 at 6:08 AM, mark florisson
> <markflorisson88 at gmail.com> wrote:
>> On 6 May 2012 15:28, mark florisson <markflorisson88 at gmail.com> wrote:
>>> Hey,
>>>
>>> I think we already have quite a bit of functionality (nearly) ready,
>>> after merging some pending pull requests maybe it will be a good time
>>> for a 0.17 release? I think it would be good to also document to what
>>> extent pypy support works, what works and what doesn't. Stefan, since
>>> you added a large majority of the features, would you want to be the
>>> release manager?
>>>
>>> In summary, the following pull requests should likely go in
>>>    - array.array support (unless further discussion prevents that)
>>>    - fused types runtime buffer dispatch
>>>    - newaxis
>>>    - more?
>>>
>>> The memoryview documentation should also be reworked a bit. Matthew,
>>> are you still willing to have a go at that? Otherwise I can clean up
>>> the mess first, some things are no longer true and simply outdated,
>>> and then have a second opinion.
>>>
>>> Mark
>>
>> I think we have enough stuff in to go for a 0.17 release, I have a few
>> more fixes and a refactoring that I'll finish tonight that might be
>> useful to get in as well. Currently Jenkins is yellow though, as the
>> reduce_pickle test fails in Python 3.
>
> I pushed a fix to the pickle tests. I've got some minor cythonize
> optimizations I'd like to get in for
> Sage as well. I'll push when I confirm thy don't break anything on
> jenkins.
>
> - Robert
> _______________________________________________
> cython-devel mailing list
> cython-devel at python.org
> http://mail.python.org/mailman/listinfo/cython-devel

Great, thanks for fixing it! Ok, let's wait for those things, and we
still also need to fix the memoryview documentation, and then we're
good to go I think :).


More information about the cython-devel mailing list