eclipse-january / january

January project
Eclipse Public License 1.0
34 stars 25 forks source link

Add axis argument to dataset's squeeze method #403

Open PeterC-DLS opened 5 years ago

PeterC-DLS commented 5 years ago

See NumPy's ndarray.squeeze and add its inverse function numpy.expand_dims

Support Reshapeable metadata too