Skip to content

Tags: czbiohub-sf/iohub

Tags

v0.3.7

Toggle v0.3.7's commit message

Verified

This tag was signed with the committer’s verified signature.
srivarra Sri Varra
v0.3.7 - metadata sources for create_empty_plate

v0.3.6

Toggle v0.3.6's commit message

Verified

This tag was signed with the committer’s verified signature.
srivarra Sri Varra
v0.3.6 - pyramid cli and zarr-python as optional impl

v0.3.5

Toggle v0.3.5's commit message

Verified

This tag was signed with the committer’s verified signature.
srivarra Sri Varra
v0.3.5 - tensorstore and zipped ome zarr

v0.3.4

Toggle v0.3.4's commit message

Verified

This tag was signed with the committer’s verified signature.
srivarra Sri Varra
v0.3.4 - Performance improvements

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(tensorstore): expose recheck_cached_data on TensorStoreConfig (#406

)

* feat(tensorstore): expose recheck_cached_data on TensorStoreConfig

Add ``recheck_cached_data`` to ``TensorStoreConfig`` and forward it into
``ts.open`` in ``TensorStoreImplementation.open_array``. The option controls
whether cached chunk data is revalidated on every read (the TensorStore
driver default) or only at open time (``"open"``), which is the recommended
setting for long-running read-heavy workloads on networked filesystems
(NFS/VAST) where revalidation costs one stat/GETATTR per chunk per read.

``None`` (default) preserves existing behaviour by omitting the kwarg so
the TensorStore driver keeps its own default. ``True``, ``False``, and
``"open"`` are forwarded verbatim.

Covered by a parametrized test that monkey-patches ``_ts_open`` to assert
the kwarg reaches TensorStore for each configured value and is absent when
unset.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* delete redudant text

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v0.3.2

Toggle v0.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
srivarra Sri Varra
v0.3.2 - returning OME-Zarr v0.4 Support

v0.3.1

Toggle v0.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
srivarra Sri Varra
v0.3.1 - returning OME-Zarr v0.4 Support

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
srivarra Sri Varra
v0.3.0 - OME-Zarr v0.5 Support

v0.3.0a7

Toggle v0.3.0a7's commit message

Verified

This tag was signed with the committer’s verified signature.
srivarra Sri Varra
Alpha v0.3.0a7 - Iohub perf improvements

v0.3.0a6

Toggle v0.3.0a6's commit message

Verified

This tag was signed with the committer’s verified signature.
srivarra Sri Varra
Alpha v0.3.0a6 - fixed dask misaligned chunks data loss