Releases: constantinpape/z5
Releases · constantinpape/z5
2.0.19
2.0.18
What's Changed
- README.md: Correct typo in package name by @eschnett in #226
- fix problem when compiling with c++20 by @senbaikang in #227
- Try to fix CI by @constantinpape in #229
New Contributors
- @eschnett made their first contribution in #226
- @senbaikang made their first contribution in #227
Full Changelog: 2.0.17...2.0.18
2.0.17
What's Changed
- const static → static const by @DimitriPapadopoulos in #214
- Add Python 3.11 to CI builds by @DimitriPapadopoulos in #212
- A couple cosmetic fixes by @DimitriPapadopoulos in #215
- Update the dev environments by @constantinpape in #219
- Fix typos found by codespell by @DimitriPapadopoulos in #220
- Update GitHub Actions by @DimitriPapadopoulos in #221
- In Python > 3.3, mock is part of unittest by @DimitriPapadopoulos in #222
- Drop boost requirement by @sameeul in #224
- Drop boost reference from docs and recipe by @sameeul in #225
Full Changelog: 2.0.16...2.0.17
Minor fixes
What's Changed
- Remove xtensor-python dependency if no Python interface needed by @sameeul in #206
- add iostream header to resolve compile error by @sameeul in #207
- Fix residual typos found by codespell by @DimitriPapadopoulos in #208
- Update GitHub Actions by @DimitriPapadopoulos in #209
- Add Python 3.10 to CI builds by @DimitriPapadopoulos in #210
New Contributors
Full Changelog: 2.0.15...2.0.16
Fix parallelisation issue
What's Changed
- Don't fail if chunk directory can't be created due to parallel write by @constantinpape in #203
- Implement verbose data copies by @constantinpape in #204
Full Changelog: 2.0.14...2.0.15
Support writing zarr with nested chunks
What's Changed
- Support writing zarr with nested chunks by @constantinpape in #202
Full Changelog: 2.0.13...2.0.14
Fix issues with blosc in c++ API
Support for nested zarr chunks
What's Changed
- Build mac without boost-fs in CI by @constantinpape in #191
- Fix typos found by codespell by @DimitriPapadopoulos in #192
- Fix typos by @DimitriPapadopoulos in #193
- Zarr format updates by @constantinpape in #194
New Contributors
- @DimitriPapadopoulos made their first contribution in #192
Full Changelog: 2.0.11...2.0.12
Build fixes and compatibility with zarr interface
2.0.11 Bump version
Fix issue in blosc compression
Fixes obsolete padding in blosc compression, that made the result incompatible with some blosc implementations.