Re: [Numpy-discussion] List with numpy semantics

2010-11-02 Thread josef . pktd
On Tue, Nov 2, 2010 at 10:31 PM, wrote: > On Tue, Nov 2, 2010 at 10:21 PM,   wrote: >> On Tue, Nov 2, 2010 at 10:02 PM, Nikolaus Rath wrote: >>> Gerrit Holl writes: On 31 October 2010 17:10, Nikolaus Rath wrote: > Hello, > > I have a couple of numpy arrays which belong togethe

Re: [Numpy-discussion] List with numpy semantics

2010-11-02 Thread josef . pktd
On Tue, Nov 2, 2010 at 10:21 PM, wrote: > On Tue, Nov 2, 2010 at 10:02 PM, Nikolaus Rath wrote: >> Gerrit Holl writes: >>> On 31 October 2010 17:10, Nikolaus Rath wrote: Hello, I have a couple of numpy arrays which belong together. Unfortunately they have different dimensio

Re: [Numpy-discussion] List with numpy semantics

2010-11-02 Thread josef . pktd
On Tue, Nov 2, 2010 at 10:02 PM, Nikolaus Rath wrote: > Gerrit Holl writes: >> On 31 October 2010 17:10, Nikolaus Rath wrote: >>> Hello, >>> >>> I have a couple of numpy arrays which belong together. Unfortunately >>> they have different dimensions, so I can't bundle them into a higher >>> dimen

Re: [Numpy-discussion] List with numpy semantics

2010-11-02 Thread Nikolaus Rath
Gerrit Holl writes: > On 31 October 2010 17:10, Nikolaus Rath wrote: >> Hello, >> >> I have a couple of numpy arrays which belong together. Unfortunately >> they have different dimensions, so I can't bundle them into a higher >> dimensional array. >> >> My solution was to put them into a Python l

Re: [Numpy-discussion] List with numpy semantics

2010-10-31 Thread Gerrit Holl
On 31 October 2010 17:10, Nikolaus Rath wrote: > Hello, > > I have a couple of numpy arrays which belong together. Unfortunately > they have different dimensions, so I can't bundle them into a higher > dimensional array. > > My solution was to put them into a Python list instead. But > unfortunate

[Numpy-discussion] List with numpy semantics

2010-10-31 Thread Nikolaus Rath
Hello, I have a couple of numpy arrays which belong together. Unfortunately they have different dimensions, so I can't bundle them into a higher dimensional array. My solution was to put them into a Python list instead. But unfortunately this makes it impossible to use any ufuncs. Has someone el