Skip to content

Support python-style negative indices in axes arguments

Peter Bell requested to merge negative-axes into new_norm

In python, indexing as array[-k] is the same as array[N-k]. This extends that behavior to the axes argument.

Merge request reports