BIDS / datarray

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

RF+BF: add any and all as reductions #70

Closed matthew-brett closed 8 years ago

matthew-brett commented 8 years ago

any and all are also reductions. You can see from the edited doctests here that datarray was leaving axes in place when the dimensions had been lost in the reducton. Add any and all as reductions, and adapt doctests.

matthew-brett commented 8 years ago

This is a change (fix) to the API - any and all behave differently after this change. Any comments?