Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #530 > unrolled thread

ANN: SciPy 0.10.1 released

Started byRalf Gommers <ralf.gommers@googlemail.com>
First post2012-02-28 07:15 +0100
Last post2012-02-28 07:15 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  ANN: SciPy 0.10.1 released Ralf Gommers <ralf.gommers@googlemail.com> - 2012-02-28 07:15 +0100

#530 — ANN: SciPy 0.10.1 released

FromRalf Gommers <ralf.gommers@googlemail.com>
Date2012-02-28 07:15 +0100
SubjectANN: SciPy 0.10.1 released
Message-ID<mailman.232.1330443193.3037.python-announce-list@python.org>
Hi all,

I am pleased to announce the availability of SciPy 0.10.1. This is a
maintenance release, with no new features compared to 0.10.0.

Sources and binaries can be found at
http://sourceforge.net/projects/scipy/files/scipy/0.10.1/, release notes
are copied below.

Enjoy,
The SciPy developers




==========================
SciPy 0.10.1 Release Notes
==========================

.. contents::

SciPy 0.10.1 is a bug-fix release with no new features compared to 0.10.0.

Main changes
------------

The most important changes are::

1. The single precision routines of ``eigs`` and ``eigsh`` in
   ``scipy.sparse.linalg`` have been disabled (they internally use double
   precision now).
2. A compatibility issue related to changes in NumPy macros has been fixed,
in
   order to make scipy 0.10.1 compile with the upcoming numpy 1.7.0 release.


Other issues fixed
------------------

- #835: stats: nan propagation in stats.distributions
- #1202: io: netcdf segfault
- #1531: optimize: make curve_fit work with method as callable.
- #1560: linalg: fixed mistake in eig_banded documentation.
- #1565: ndimage: bug in ndimage.variance
- #1457: ndimage: standard_deviation does not work with sequence of indexes
- #1562: cluster: segfault in linkage function
- #1568: stats: One-sided fisher_exact() returns `p` < 1 for 0 successful
attempts
- #1575: stats: zscore and zmap handle the axis keyword incorrectly

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web