Support python-style negative indices in axes arguments
In python, indexing as array[-k]
is the same as array[N-k]
. This extends that behavior to the axes
argument.
The old module-image for the shared runners will be discontinued on October 31. All users still referencing gitlab-registry.mpcdf.mpg.de/mpcdf/module-image in their CI pipelines need to switch to the new CI images now, see instructions here.
In python, indexing as array[-k]
is the same as array[N-k]
. This extends that behavior to the axes
argument.