Skip to content

Commit

Permalink
Add ome_zarr_metadata dependency for OME-Zarr metadata serialisation (
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin authored Jul 24, 2024
1 parent b989794 commit 13d8de3
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 124 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- Add `ome_zarr_metadata` dependency for OME-Zarr metadata serialisation

### Changed
- `zarrs_reencode`: revise output and update docs
- Update benchmarks and add plots
Expand Down
63 changes: 37 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zarrs_tools"
version = "0.5.2"
version = "0.5.3"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.75"
Expand All @@ -22,7 +22,7 @@ binary2zarr = []
filter = []
info = []
ncvar2zarr = ["dep:netcdf"]
ome = []
ome = ["dep:ome_zarr_metadata"]

[dependencies]
approx = "0.5.1"
Expand All @@ -38,6 +38,7 @@ ndarray = { version = "0.15.6", features = ["rayon", "approx-0_5"] }
netcdf = { version = "0.9.0", optional = true, features = ["static"] }
num-traits = "0.2.18"
object_store = { version = "0.10.1", optional = true, features = ["http"] }
ome_zarr_metadata = { version = "0.1.0", optional = true }
opendal = { version = "0.47", optional = true, default-features = false, features = ["services-fs", "services-http"] }
rayon = "1.10.0"
rayon_iter_concurrent_limit = "0.2.0"
Expand Down
Loading

0 comments on commit 13d8de3

Please sign in to comment.