[Numpy-discussion] numpy.i

2010-01-25 Thread Ross Harder
I'm struggling with using some of the macros in numpy.i for my own typemap. The problem is that the arrayobject.h include does not end up in the c wrapper code after swig runs. numpy.i has at the beginning: %{ #ifndef SWIG_FILE_WITH_INIT # define NO_IMPORT_ARRAY #endif #include "stdio.h" #include

Re: [Numpy-discussion] [IPython-dev] glumpy, fast opengl visualization

2010-01-25 Thread Fernando Perez
Hi Nicolas, On Mon, Jan 25, 2010 at 2:46 AM, Nicolas Rougier wrote: > > > Hello, > > This is an update about glumpy, a fast-OpenGL based numpy visualization. > I modified the code such that the only dependencies are PyOpenGL and > IPython (for interactive sessions). You will also need matplotlib

Re: [Numpy-discussion] indexing, searchsorting, ...

2010-01-25 Thread josef . pktd
On Mon, Jan 25, 2010 at 5:16 PM, Keith Goodman wrote: > On Mon, Jan 25, 2010 at 1:38 PM, Jan Strube wrote: >> Dear List, >> >> I'm trying to speed up a piece of code that selects a subsample based on >> some criteria: >> Setup: >> I have two samples, raw and cut. Cut is a pure subset of raw, all

Re: [Numpy-discussion] indexing, searchsorting, ...

2010-01-25 Thread Keith Goodman
On Mon, Jan 25, 2010 at 1:38 PM, Jan Strube wrote: > Dear List, > > I'm trying to speed up a piece of code that selects a subsample based on some > criteria: > Setup: > I have two samples, raw and cut. Cut is a pure subset of raw, all elements in > cut are also in raw, and cut is derived from ra

[Numpy-discussion] indexing, searchsorting, ...

2010-01-25 Thread Jan Strube
Dear List, I'm trying to speed up a piece of code that selects a subsample based on some criteria: Setup: I have two samples, raw and cut. Cut is a pure subset of raw, all elements in cut are also in raw, and cut is derived from raw by applying some cuts. Now I would like to select a random subs

Re: [Numpy-discussion] Module Index for numpy?

2010-01-25 Thread Pauli Virtanen
ma, 2010-01-25 kello 11:59 -0500, josef.p...@gmail.com kirjoitti: [clip] > htmlhelp (of the docs) has all of the above at least on Windows, > except for source browsing (I use spyder for functions that are source > accessible) > > Isn't there a Linux equivalent? There's devhelp, qthelp, and also

Re: [Numpy-discussion] Module Index for numpy?

2010-01-25 Thread josef . pktd
On Mon, Jan 25, 2010 at 11:28 AM, denis wrote: > On 17/01/2010 18:57, Wayne Watson wrote: >> I was just looking at the (Win) Python documentation via the Help on >> IDLE, and a Global Module Index. Does anything like that exist for >> numpy, matplotlib, scipy? > > Wayne, folks, > >   may I second

Re: [Numpy-discussion] Module Index for numpy?

2010-01-25 Thread denis
On 17/01/2010 18:57, Wayne Watson wrote: > I was just looking at the (Win) Python documentation via the Help on > IDLE, and a Global Module Index. Does anything like that exist for > numpy, matplotlib, scipy? Wayne, folks, may I second the wish / the need for searching thousands of functions.

Re: [Numpy-discussion] scipy-tickets restarted emailing on jan17 - how about numpy-tickets ?

2010-01-25 Thread Ryan May
On Mon, Jan 25, 2010 at 2:55 AM, Sebastian Haase wrote: > Hi, > long time ago I had subscript to get both scipy-tickets and > numpy-tickets emailed. > Now scipy-tickets apparently started emailing again on 17th of Januar. > Will numpy-tickets also come back "by itself" - or should I resubscribe?

[Numpy-discussion] glumpy, fast opengl visualization

2010-01-25 Thread Nicolas Rougier
Hello, This is an update about glumpy, a fast-OpenGL based numpy visualization. I modified the code such that the only dependencies are PyOpenGL and IPython (for interactive sessions). You will also need matplotlib and scipy for some demos. Sources: hg clone http://glumpy.googlecode.com/hg/ glu

[Numpy-discussion] scipy-tickets restarted emailing on jan17 - how about numpy-tickets ?

2010-01-25 Thread Sebastian Haase
Hi, long time ago I had subscript to get both scipy-tickets and numpy-tickets emailed. Now scipy-tickets apparently started emailing again on 17th of Januar. Will numpy-tickets also come back "by itself" - or should I resubscribe? Regards, Sebastian Haase _