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?
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?