This release allows "slices()" to generate "step=None", and fixes an
off-by-one error where the "start" index could be equal to "size".
This works fine for all Python sequences and Numpy arrays, but is
undefined behaviour in the Array API standard (see pull request
#3065).
The canonical version of these notes (with links) is on readthedocs.