Re: [Numpy-discussion] planet.scipy.org

2008-01-18 Thread Barry Wark
Jarrod, I promise: last change. I changed the URL to http://physionconsulting.blogspot.com/search/label/scipy. My wife said physion consultants is a crappy name. Oh well :) barry On Jan 1, 2008 6:35 PM, Jarrod Millman <[EMAIL PROTECTED]> wrote: > On Jan 1, 2008 6:18 PM, Barry Wark <[EMAIL PROTEC

Re: [Numpy-discussion] Read-only mercurial mirror of numpy trunk available

2008-01-18 Thread David Cournapeau
Pauli Virtanen wrote: > pe, 2008-01-18 kello 18:06 +0900, David Cournapeau kirjoitti: >> Hi there, >> >> I got a mercurial mirror of numpy available. I put some basic info >> on the wiki >> >> http://scipy.org/scipy/numpy/wiki/HgMirror > > Nice! Don't hesitate to put more info there. Although

[Numpy-discussion] numpy c++ integration

2008-01-18 Thread Neal Becker
If anyone is interested in this subject, I have various tests I've been working on, available via this mercurial repo: https://nbecker.dyndns.org/hg/numpy/ ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/li

Re: [Numpy-discussion] Test failure with latest SVN

2008-01-18 Thread Ryan Krauss
I just built from svn in Ubuntu and get this same error. Ryan On Jan 16, 2008 5:26 AM, Robin <[EMAIL PROTECTED]> wrote: > I am on OS X 10.5.1 and get a test failure with the latest numpy svn. > (Previously ran with no errors with svn as of a few weeks ago). > > test_zero_probability (numpy.tests.

Re: [Numpy-discussion] maskedarray branch

2008-01-18 Thread Stefan van der Walt
Hi David On Fri, Jan 18, 2008 at 10:53:28AM -0500, David Huard wrote: > Stefan, > It seems that the current maskedarray branch is not compatible with the > current > scipy trunk. Would you mind expanding on that? Thanks Stéfan ___ Numpy-discussion mai

Re: [Numpy-discussion] Ctypes reference counting

2008-01-18 Thread Travis E. Oliphant
Ryan May wrote: > Hi, > > Can someone explain the reference counting wrt using ctypes and numpy. > Specifically, I have code like: > > from ctypes import * > import numpy as N > > class Data(Structure): > _fields_=[('var',POINTER(c_float))] > > d = Data() > d.var = N.arange(100., dtype=N.floa

[Numpy-discussion] Ctypes reference counting

2008-01-18 Thread Ryan May
Hi, Can someone explain the reference counting wrt using ctypes and numpy. Specifically, I have code like: from ctypes import * import numpy as N class Data(Structure): _fields_=[('var',POINTER(c_float))] d = Data() d.var = N.arange(100., dtype=N.float32).ctypes.data_as(POINTER(c_float)

Re: [Numpy-discussion] Read-only mercurial mirror of numpy trunk available

2008-01-18 Thread Pauli Virtanen
pe, 2008-01-18 kello 18:06 +0900, David Cournapeau kirjoitti: > Hi there, > > I got a mercurial mirror of numpy available. I put some basic info > on the wiki > > http://scipy.org/scipy/numpy/wiki/HgMirror Nice! > I don't know mercurial so much, so I only put some instructions to get > s

Re: [Numpy-discussion] maskedarray branch

2008-01-18 Thread David Huard
Stefan, It seems that the current maskedarray branch is not compatible with the current scipy trunk. Cheers, David 2008/1/18, David Huard <[EMAIL PROTECTED]>: > > Putting > import add_newdocs > before > import ma > > seems to fix the ImportError, but I'm not sure if there could be > undesirable

Re: [Numpy-discussion] maskedarray branch

2008-01-18 Thread David Huard
Putting import add_newdocs before import ma seems to fix the ImportError, but I'm not sure if there could be undesirable side effects. David 2008/1/18, David Huard <[EMAIL PROTECTED]>: > > > 2008/1/18, Stefan van der Walt <[EMAIL PROTECTED]>: > > > > Hi David > > > > On Tue, Jan 15, 2008 at 04:2

Re: [Numpy-discussion] maskedarray branch

2008-01-18 Thread David Huard
2008/1/18, Stefan van der Walt <[EMAIL PROTECTED]>: > > Hi David > > On Tue, Jan 15, 2008 at 04:29:22PM -0500, David Huard wrote: > > I am trying to install the maskedarray numpy branch for use with the > timeseries > > package and I get the following error when importing numpy: > > Before I try to

[Numpy-discussion] PyArray_FromAny min/max dims

2008-01-18 Thread Neal Becker
Why are 0 values of min_depth/max_depth ignored? Why not allow 0, which is a scalar array, and use -1 to mean ignore? ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] Read-only mercurial mirror of numpy trunk available

2008-01-18 Thread David Cournapeau
Hi there, I got a mercurial mirror of numpy available. I put some basic info on the wiki http://scipy.org/scipy/numpy/wiki/HgMirror I don't know mercurial so much, so I only put some instructions to get started. It will force me to get more familiar with the mercurial features which are d