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

Adding a singleton dimension #179

Closed ajdawson closed 8 years ago

ajdawson commented 8 years ago

Being able to add a singleton dimension to a biggus array without loading any data would be very useful (e.g. in iris we could change iris.util.new_axis so it doesn't trigger loading of deferred data). I have next to no experience with biggus, does anyone have a feel for if this would be doable, and how one might approach it?

ajdawson commented 8 years ago

Actually, it looks like one can already do this with biggus... Is that correct?

ajdawson commented 8 years ago

Yes, yes it is!