[Numpy-discussion] Numpy 2.0 schedule

Mark Wiebe mwwiebe at gmail.com
Thu Jan 27 12:56:50 EST 2011


On Thu, Jan 27, 2011 at 9:36 AM, Charles R Harris <charlesr.harris at gmail.com
> wrote:

> <snip>
>> All tests pass for me now, maybe it's a good time to merge the branch into
>> the trunk so we can run it on the buildbot?
>>
>>
> Might be better to merge your unadulterated stuff into master, make a 1.6
> branch, and add the compatibility fixes in the branch. You can test branches
> on the buildbot I think, at least that worked for svn, I haven't tried it
> with github.
>

I'm inclined to put the ABI fixes in trunk as well for the time being.  The
two changes of note, moving the 'cast' array to the end of  PyArray_ArrFuncs
and making 'flags' in PyArray_Descr bigger, can be reapplied if the 2.0
refactor ends up needing them.  I think for 2.0, more extensive
future-proofing will be desirable anyway, so trunk may as well be ABI
compatible until it's clear what changes are necessary.

-Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110127/27122f38/attachment.html>


More information about the NumPy-Discussion mailing list