Re: [Numpy-discussion] First impressions on migrating to NumPy

2006-08-18 Thread Francesc Altet
A Divendres 18 Agost 2006 16:44, Chris Kees va escriure: > Can you provide some details about your approach to migrating to > NumPy? Are you following some documentation on migration or do you > have your own plan of attack? Well, to say the truth none of both ;-). The truth is that I was tr

Re: [Numpy-discussion] First impressions on migrating to NumPy

2006-08-18 Thread Chris Kees
Can you provide some details about your approach to migrating to NumPy? Are you following some documentation on migration or do you have your own plan of attack? Chris On Aug 18, 2006, at 6:59 AM, Francesc Altet wrote: > Hi, > > I'm starting to (slowly) replace numarray by NumPy at the

[Numpy-discussion] First impressions on migrating to NumPy

2006-08-18 Thread Francesc Altet
Hi, I'm starting to (slowly) replace numarray by NumPy at the core of PyTables, specially at those places where the speed of NumPy is *much* better, that is, in the creation of arrays (there are places in PyTables where this is critical, most specially in indexation) and in copying arrays. In b