Add keyword-only `order` argument to ChannelSelection constructor (ADHI-4957)
There are multiple overloads of that constructor, to simplify wrappers
order
is made keyword only, I think this is more Pythonic style.
all()
method also takes keyword order
for consistency.
Checklist:
-
✔ Updated doc/RELEASE_NOTES