Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog entry for 0.7.0 #267

Merged
merged 4 commits into from
May 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.7.0 (May 2023)

- Optimize zarr multiscale writing by permitting delayed execution: thanks to Camilo Laiton ([#257](https://github.com/ome/ome-zarr-py/pull/257))
- Use default compressor by default; thanks to Juan Nunez-Iglesias ([#253](https://github.com/ome/ome-zarr-py/pull/253))
- Fix bug in dask resizing of edge chunks ([#244](https://github.com/ome/ome-zarr-py/pull/244))
- Fix dimension separator used in dask array to_zarr; thanks to Luca Marconato ([#243](https://github.com/ome/ome-zarr-py/pull/243))
- Add `compute` option to image writing methods; thanks to Camilo Laiton ([#257](https://github.com/ome/ome-zarr-py/pull/257))
- Allow errors to be raised when reading Multiscales data ([#266](https://github.com/ome/ome-zarr-py/pull/266))
- Add a pre-commit configuration for codespell; thanks to Yaroslav Halchenko ([#272](https://github.com/ome/ome-zarr-py/pull/272))

# 0.6.1 (October 2022)

- Fix pyramid dtype for scaler.local_mean ([#233](https://github.com/ome/ome-zarr-py/pull/233))
Expand Down