Re: [Numpy-discussion] Type of init_numpy()?

2010-11-28 Thread Bruce Sherwood
Sorry for the confusion. I misspoke. I guess the issue is with import_array. I'll look more closely at what I'm seeing. Thanks. Bruce Sherwood On Sun, Nov 28, 2010 at 10:07 AM, Pauli Virtanen wrote: > On Sun, 28 Nov 2010 09:52:05 -0700, Bruce Sherwood wrote: >> For Python 2.x, init_numpy() was v

Re: [Numpy-discussion] Type of init_numpy()?

2010-11-28 Thread Pauli Virtanen
On Sun, 28 Nov 2010 09:52:05 -0700, Bruce Sherwood wrote: > For Python 2.x, init_numpy() was void on all platforms. > > For Python 3.1, I find experimentally that init_numpy() is int on > Windows (but still void on Mac, and I think also void on Ubuntu Linux). > > Is this a bug? There is no symbo

[Numpy-discussion] Type of init_numpy()?

2010-11-28 Thread Bruce Sherwood
For Python 2.x, init_numpy() was void on all platforms. For Python 3.1, I find experimentally that init_numpy() is int on Windows (but still void on Mac, and I think also void on Ubuntu Linux). Is this a bug? Bruce Sherwood ___ NumPy-Discussion mailing

Re: [Numpy-discussion] N dimensional dichotomy optimization

2010-11-28 Thread Paul Anton Letnes
> > > On Tue, Nov 23, 2010 at 3:37 AM, Sebastian Walter > wrote: > On Tue, Nov 23, 2010 at 11:17 AM, Gael Varoquaux > wrote: > > On Tue, Nov 23, 2010 at 11:13:23AM +0100, Sebastian Walter wrote: > >> I'm not familiar with dichotomy optimization. > >> Several techniques have been proposed to s