SciTools / biggus

:no_entry: [DEPRECATED] Virtual large arrays and lazy evaluation.
http://biggus.readthedocs.io/
GNU Lesser General Public License v3.0
54 stars 27 forks source link

Sliced shape has tests, and can deal with np.newaxis. #124

Closed pelson closed 9 years ago

pelson commented 9 years ago

If nothing else, the functions are of use here - I'd happily strip this back to just tests if necessary.

pelson commented 9 years ago

I've rebased (to make use of #121), and removed the catch-all else statement.

pelson commented 9 years ago

Ping @rhattersley & @bjlittle - I have a PR waiting in the wings which will really benefit from this - it is an alternative implementation of #116.

rhattersley commented 9 years ago

Thanks @pelson