On Tue, Sep 20, 2011 at 2:02 PM, Justin Peel wrote:
> There are a few things to be done before we start on a
> multi-dimensional array. First, we need to do some refactoring to get
> all of the 1D parts out of BaseArray and into the SingleDimArray
> class. Also, we need to decide if we want to ke
There are a few things to be done before we start on a
multi-dimensional array. First, we need to do some refactoring to get
all of the 1D parts out of BaseArray and into the SingleDimArray
class. Also, we need to decide if we want to keep single dimensional
arrays as a specialized case or just use
2011/9/20 matti picus :
> I would really love to have 2 dimensional matrices in micronumpy, and am
> willing to donate some hours of coding. There seems to be a number of
> "heads" on the mercurial tree that use numpy in their keyword. Can anyone
> give me pointer as to what branch (maybe just tip?
I would really love to have 2 dimensional matrices in micronumpy, and am
willing to donate some hours of coding. There seems to be a number of
"heads" on the mercurial tree that use numpy in their keyword. Can anyone
give me pointer as to what branch (maybe just tip?) would be the recommended
one t