[SciPy-Dev] [Numpy-discussion] ANN: Scipy 0.14.0 release candidate 1

Matthew Brett matthew.brett at gmail.com
Sun Apr 6 02:11:42 EDT 2014


Hi,

On Fri, Apr 4, 2014 at 1:44 PM, Ralf Gommers <ralf.gommers at gmail.com> wrote:
>
>
>
> On Thu, Apr 3, 2014 at 11:20 PM, Matthew Brett <matthew.brett at gmail.com>
> wrote:
>>
>> Hi Ralf,
>>
>> On Thu, Apr 3, 2014 at 1:14 PM, Ralf Gommers <ralf.gommers at gmail.com>
>> wrote:
>> > Hi,
>> >
>> > I'm pleased to announce the availability of the first release candidate
>> > of
>> > Scipy 0.14.0. Please try this RC and report any issues on the scipy-dev
>> > mailing list. A significant number of fixes for scipy.sparse went in
>> > after
>> > the beta release, so users of that module may want to test this release
>> > carefully.
>> >
>> > Source tarballs, binaries and the full release notes can be found at
>> > https://sourceforge.net/projects/scipy/files/scipy/0.14.0rc1/. The final
>> > release will follow in one week if no new issues are found.
>> >
>> > A big thank you to everyone who contributed to this release!
>>
>> Would you ming git-tag'ing?
>
>
> Done.

Just FYI - this version describes itself as "0.14.0c1" because of a
missing 'd' in:

 +VERSION             = '%d.%d.%rc1' % (MAJOR, MINOR, MICRO)

I've built wheels for testing, here:

https://nipy.bic.berkeley.edu/scipy_installers/scipy-0.14.0c1-cp27-none-macosx_10_6_intel.whl
https://nipy.bic.berkeley.edu/scipy_installers/scipy-0.14.0c1-cp33-cp33m-macosx_10_6_intel.whl
https://nipy.bic.berkeley.edu/scipy_installers/scipy-0.14.0c1-cp34-cp34m-macosx_10_6_intel.whl

Usual procedure:

pip install -U pip
pip install --pre -f https://nipy.bic.berkeley.edu/scipy_installers scipy

should work, for a python.org  Python.  Please do let me know of any problems.

Cheers,

Matthew



More information about the SciPy-Dev mailing list