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.
We’ve updated our runner tagging system. If you’re using our shared runners for your CI pipelines, please review the new tags here: https://docs.mpcdf.mpg.de/bnb/220.html#new-tags-for-mpcdf-gitlab-runners
The old tags will remain valid until the end of February 2026.
In python, indexing as array[-k] is the same as array[N-k]. This extends that behavior to the axes argument.