Skip to content

Tags: czbiohub-sf/iohub

Tags

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) <[email protected]>

* delete redudant text

---------

Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>

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

v0.3.0a5

Toggle v0.3.0a5's commit message

Verified

This tag was signed with the committer’s verified signature.
srivarra Sri Varra
Alpha v0.3.0a5 - added pyramids support

v0.3.0a4

Toggle v0.3.0a4's commit message

Verified

This tag was signed with the committer’s verified signature.
srivarra Sri Varra
Alpha v0.3.0a4, fixed convert issue for mmstack

v0.3.0a3

Toggle v0.3.0a3's commit message

Verified

This tag was signed with the committer’s verified signature.
srivarra Sri Varra
Alpha v0.3.0a3, a couple of small adjustments

v0.2.3.post1

Toggle v0.2.3.post1's commit message

Verified

This tag was signed with the committer’s verified signature.
srivarra Sri Varra
Correct PyPI release with PR #346 fixes