BIDS / datarray

Prototyping numpy arrays with named axes for data management.
http://bids.github.com/datarray
Other
87 stars 20 forks source link

Provide 2 constructors #19

Open llvilanova opened 14 years ago

llvilanova commented 14 years ago

Just like ndarray, provide a constructor (e.g., using new) with numpy.ndarray semantics (with a shape descriptor), and another with numpy.array semantics (with contents).

llvilanova commented 14 years ago

This is a duplicate of #23.