Backwards compatibility breacking bug fixes
* range/slice didn't work with negative values (e.g. `image[::-1]`) and out-of-range values (e.g. `image[100:1000]` for an image with shape `(2,3)`). More precisely: results were different than when using numpy. Fixed in https://github.com/clEsperanto/pyclesperanto_prototype/pull/295 (Thanks to thawn for reporting)
**Full Changelog**: https://github.com/clEsperanto/pyclesperanto_prototype/compare/0.23.6...0.24.0