[SciPy-Dev] preparing for scipy 0.8 release

David Cournapeau cournape at gmail.com
Sun Apr 25 08:17:49 EDT 2010


On Sun, Apr 25, 2010 at 8:05 PM, Ralf Gommers
<ralf.gommers at googlemail.com> wrote:
> Hi all,
>
> Now that scipy 0.7.2 and numpy 1.4.1 are out the door, it's time to look at
> what needs to be done for scipy 0.8.
>
> Some questions
> - What needs to be done and what do you all want included that's not in
> trunk yet in terms of features / new code / code cleanups?
> - Right now scipy trunk needs to be built against numpy trunk. Is it
> feasible to build against numpy 1.3 still, to get one backwards-compatible
> release? If not, 0.8 should be released in parallel with numpy 2.0.

You meant 1.4.0, right ? The trunk requires numpy 1.4.0 for quite a
while, and making it supporting 1.3.0 is out of the question (because
we use the npymath library support, which could not be reused in numpy
1.3.0).

Although I would prefer making scipy 0.8.0 support numpy 1.4.0, it
seems that supporting python 3.x in scipy would be easier if we made
it depend on numpy 2.0 (so that we can add things in numpy to help).

If people think making scipy 0.8.0 python 3.x worths it, it is doable
in a short amount of time (that is it won't postpone scipy 0.8.0
release).

> - Time line: do we want a release before SciPy2010 (end of June)? If so,
> there's only a month left before a freeze.

I think this is a good timeline. There has been a lot of new features
in scipy, some quite useful (stats, sparse SVD, etc...).

cheers,

David



More information about the SciPy-Dev mailing list