Interpret list indices as in NumPy
Created by: asouthgate
Currently, lists provided as indices are interpreted as tuple, whereas in NumPy they are treated like numpy.array, i.e. advanced index arrays.
Created by: asouthgate
Currently, lists provided as indices are interpreted as tuple, whereas in NumPy they are treated like numpy.array, i.e. advanced index arrays.