Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-15 Thread Bruce Southey
On 07/15/2011 03:13 AM, Ralf Gommers wrote: On Fri, Jul 8, 2011 at 4:17 PM, Derek Homeier > wrote: On 07.07.2011, at 7:16PM, Robert Pyle wrote: > .../Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-15 Thread Ralf Gommers
On Fri, Jul 8, 2011 at 4:17 PM, Derek Homeier < de...@astro.physik.uni-goettingen.de> wrote: > On 07.07.2011, at 7:16PM, Robert Pyle wrote: > > > > .../Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/numeric.py:1922: > RuntimeWarning: invalid val

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-08 Thread Derek Homeier
On 07.07.2011, at 7:16PM, Robert Pyle wrote: > .../Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/numeric.py:1922: > RuntimeWarning: invalid value encountered in absolute > return all(less_equal(absolute(x-y), atol + rtol * absolute(y))) > >

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-07 Thread Robert Pyle
My system is Mac OSX 10.6.8, python.org 2.7.1. When I run numpy.test(), I see the following warning: >>> import numpy as np >>> np.test() Running unit tests for numpy NumPy version 1.6.1rc2 NumPy is installed in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-07 Thread Bruce Southey
On 07/07/2011 11:18 AM, Mark Wiebe wrote: On Thu, Jul 7, 2011 at 11:11 AM, Bruce Southey > wrote: On 07/07/2011 10:06 AM, Mark Wiebe wrote: On Thu, Jul 7, 2011 at 9:56 AM, Bruce Southey mailto:bsout...@gmail.com>> wrote: On Wed, Jul 6, 2011 at 1:56 PM

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-07 Thread Mark Wiebe
On Thu, Jul 7, 2011 at 11:11 AM, Bruce Southey wrote: > ** > On 07/07/2011 10:06 AM, Mark Wiebe wrote: > > On Thu, Jul 7, 2011 at 9:56 AM, Bruce Southey wrote: > >> On Wed, Jul 6, 2011 at 1:56 PM, Christoph Gohlke >> wrote: >> > >> > >> > On 7/6/2011 10:57 AM, Russell E. Owen wrote: >> >> In a

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-07 Thread Bruce Southey
On 07/07/2011 10:06 AM, Mark Wiebe wrote: On Thu, Jul 7, 2011 at 9:56 AM, Bruce Southey > wrote: On Wed, Jul 6, 2011 at 1:56 PM, Christoph Gohlke mailto:cgoh...@uci.edu>> wrote: > > > On 7/6/2011 10:57 AM, Russell E. Owen wrote: >> In article >>

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-07 Thread Mark Wiebe
On Thu, Jul 7, 2011 at 9:56 AM, Bruce Southey wrote: > On Wed, Jul 6, 2011 at 1:56 PM, Christoph Gohlke wrote: > > > > > > On 7/6/2011 10:57 AM, Russell E. Owen wrote: > >> In article > >> , > >> Ralf Gommers wrote: > >> > >>> On Tue, Jul 5, 2011 at 11:41 PM, Russell E. Owen wrote: > >>> > >

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-07 Thread Bruce Southey
On Wed, Jul 6, 2011 at 1:56 PM, Christoph Gohlke wrote: > > > On 7/6/2011 10:57 AM, Russell E. Owen wrote: >> In article >> , >>   Ralf Gommers  wrote: >> >>> On Tue, Jul 5, 2011 at 11:41 PM, Russell E. Owen  wrote: >>> In article,   Ralf Gommers  wrote: > https://sourceforge.ne

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-07 Thread Bruce Southey
On 07/01/2011 04:46 PM, Ralf Gommers wrote: Hi, I am pleased to announce the availability (only a little later than planned) of the second release candidate of NumPy 1.6.1. This is a bugfix release, list of fixed bugs: #1834 einsum fails for specific shapes #1837 einsum throws nan or free

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-06 Thread Christoph Gohlke
On 7/6/2011 10:57 AM, Russell E. Owen wrote: > In article > , > Ralf Gommers wrote: > >> On Tue, Jul 5, 2011 at 11:41 PM, Russell E. Owen wrote: >> >>> In article, >>> Ralf Gommers wrote: >>> https://sourceforge.net/projects/numpy/files/NumPy/1.6.1rc2/ >>> >>> Will there be a Mac bina

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-06 Thread Russell E. Owen
In article , Ralf Gommers wrote: > On Tue, Jul 5, 2011 at 11:41 PM, Russell E. Owen wrote: > > > In article , > > Ralf Gommers wrote: > > > > > https://sourceforge.net/projects/numpy/files/NumPy/1.6.1rc2/ > > > > Will there be a Mac binary for 32-bit pythons (one that is compatible > > with

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-05 Thread Ralf Gommers
On Tue, Jul 5, 2011 at 11:41 PM, Russell E. Owen wrote: > In article , > Ralf Gommers wrote: > > > https://sourceforge.net/projects/numpy/files/NumPy/1.6.1rc2/ > > Will there be a Mac binary for 32-bit pythons (one that is compatible > with older versions of MacOS X)? At present I only see a 64

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-05 Thread Russell E. Owen
In article , Ralf Gommers wrote: > https://sourceforge.net/projects/numpy/files/NumPy/1.6.1rc2/ Will there be a Mac binary for 32-bit pythons (one that is compatible with older versions of MacOS X)? At present I only see a 64-bit 10.6-only version. -- Russell ___

[Numpy-discussion] ANN: NumPy 1.6.1 release candidate 2

2011-07-01 Thread Ralf Gommers
Hi, I am pleased to announce the availability (only a little later than planned) of the second release candidate of NumPy 1.6.1. This is a bugfix release, list of fixed bugs: #1834 einsum fails for specific shapes #1837 einsum throws nan or freezes python for specific array shapes #1838 obje