BIDS / datarray

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

Initial AxisIndexer implementation doesn't match proposal #47

Closed corranwebster closed 13 years ago

corranwebster commented 13 years ago

The API needs to be changed to the API that was agreed at the data array summit. The key idea is that it is accessed by calling a.axes('foo', 'bar', 'baz') instead of a.index_by(...).

terhorst commented 13 years ago

Fixed in 7a2c7dd