C-blosc2 v2.22.0
Main changes:
b2nd_squeezeandb2nd_squeeze_indexnow return views and their signatures have consequently changed- bug fix for indexing
[ndim - 1]which caused an error whenndimis 0 (thanks @leroycep !)
What's Changed
- fix: check ndim > 0 before indexing into stride arrays by @leroycep in #706
- Change squeeze to use views by @lshaw8317 in #703
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #707
New Contributors
Full Changelog: v2.21.3...v2.22.0