Re: [Numpy-discussion] Fwd: [Enthought-Dev] Linking issues with libX11.so

2011-07-15 Thread Bruce Southey
On 07/15/2011 01:55 AM, Ralf Gommers wrote: On Wed, Jul 13, 2011 at 11:10 PM, Ilan Schnell > wrote: Hello List, Varun, who is a debian packager ran into some problems while compiling Enable, as it uses numpy.distutils, which did not locate the l

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

[Numpy-discussion] [ANN] Bento 0.0.6, a packaging solution for python software

2011-07-15 Thread David Cournapeau
Hi, I am pleased to announce a new release of bento, a packaging solution for python which aims at reproducibility, extensibility and simplicity. It supports every python version from 2.4 to 3.2. You can take a look at its main features on Bento's main page (http://cournape.github.com/Bento).

Re: [Numpy-discussion] Masking entries in structured arrays

2011-07-15 Thread Marcin Wlodarczak
On 14.07.2011 12:36, Christopher Jordan-Squire wrote: >> > I was wondering whether it is possible to mask specific entries in a >> > structured array. If I try to do the following: >> > >> > x = ma.masked_array([(2, 1.), (8, 2.)], dtype=[('a',int), ('b', float)]) >> > x_masked = ma.masked_equal(x,

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 3

2011-07-15 Thread Ralf Gommers
On Mon, Jul 11, 2011 at 11:31 PM, Robert Kern wrote: > On Mon, Jul 11, 2011 at 16:12, Christoph Gohlke wrote: > > > > I tested rc3. It looks good, except that on win-amd64 whenever numpy is > > imported, a 'Forcing DISTUTILS_USE_SDK=1' is printed from line 377 in > > misc_util.py. Hence some tes