Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'bug': 0.02; 'subject:ANN': 0.02; 'url:sourceforge': 0.02; 'subject:released': 0.03; 'scipy': 0.05; 'callable.': 0.09; 'contents::': 0.09; 'indexes': 0.09; 'internally': 0.09; 'release,': 0.09; 'release.': 0.09; 'binaries': 0.16; 'fixed,': 0.16; 'nan': 0.16; 'now).': 0.16; 'numpy': 0.16; 'to:addr:numpy-discussion': 0.16; 'to:addr:scipy- user': 0.16; 'to:addr:scipy.org': 0.16; 'received:209.85.212.46': 0.23; 'received:mail-vw0-f46.google.com': 0.23; 'axis': 0.23; 'macros': 0.23; 'skip:` 20': 0.23; 'keyword': 0.24; 'all,': 0.27; 'function': 0.27; 'compared': 0.28; 'message-id:@mail.gmail.com': 0.29; 'compile': 0.29; 'fixed': 0.29; 'disabled': 0.30; 'precision': 0.30; 'url:projects': 0.30; 'changes': 0.30; 'from:addr:googlemail.com': 0.31; 'developers': 0.31; 'does': 0.32; 'received:209.85.212': 0.33; 'copied': 0.34; '...': 0.35; 'notes': 0.35; 'issue': 0.37; 'sequence': 0.37; 'to:addr:python- announce-list': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'announce': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'release': 0.40; 'header:Received:6': 0.61; 'double': 0.61; 'below.': 0.64; 'pleased': 0.65; 'url:0': 0.67; 'url:10': 0.72 Received-SPF: pass (google.com: domain of ralf.gommers@googlemail.com designates 10.52.35.12 as permitted sender) client-ip=10.52.35.12; Authentication-Results: mr.google.com; spf=pass (google.com: domain of ralf.gommers@googlemail.com designates 10.52.35.12 as permitted sender) smtp.mail=ralf.gommers@googlemail.com; dkim=pass header.i=ralf.gommers@googlemail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=1OzO8Jzn96nOnkAdtjFXpm6iJDS1fcs7G1VjO3Jwj9M=; b=FW7uNxTQxDjO6fesCW1ZRLuTneGNU+tqFF6cZZwVne//zg9tN9bYdBdex8191fGBmm KjHRZu6CfwoUbZ4S3JHdK8+H2I0l1BTq/DkFSBZWBKE7t7nh8F0iBWcgee1BLq50G6wZ 2W+IgooJGMtLpy+j7LsyAme3bPJ++jhwyZkyk= MIME-Version: 1.0 Date: Tue, 28 Feb 2012 07:15:25 +0100 Subject: ANN: SciPy 0.10.1 released From: Ralf Gommers To: SciPy Developers List , SciPy Users List , Discussion of Numerical Python , python-announce-list@python.org X-Mailman-Approved-At: Tue, 28 Feb 2012 16:33:12 +0100 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.12 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 49 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1330443193 news.xs4all.nl 6962 [2001:888:2000:d::a6]:52301 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python.announce:530 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