Releases: royerlab/softcopy
Releases · royerlab/softcopy
0.0.13
Fix: Pin iohub < 0.3.0
iohub 0.3.0 (released 2026-04-03) introduced a breaking API change that removed the _attrs attribute from ImageArray, causing AttributeError in HCSCopier. This release pins iohub to <0.3.0 to restore compatibility.
Changes
- Pin
iohub>=0.2.0,<0.3.0to avoid breaking API change - Fix test sleep time so tests complete within timeouts
Stability Improvements
0.0.12 Implement priority everywhere, try to calm things down a bit (reduced…
HCS wait for source, filetype detection fix
0.0.11 Fixed HCS copier filetype detection, source waiting
Ome-Zarr HCS format
his version of softcopy is designed to use a new HCS copier on .ome.zarr targets. This is in-line with our push to more standard microscopy data formats.
Wait for archive creation
0.0.9 Added support for waiting for the zarr archive to be created before s…
Error handling and sleep time
0.0.8 Add sleep to allow calmer copying. Added error handling so that the c…
Bugfix for multiple zarr copiers
0.0.7 Fix silly idiot's computer program (its me im the silly idiot)
On-demand folder creation
This is an unstable internal release that has on-demand folder creation. It is kludged in there due to time restraints, so a refactor will come soon
Windows fix test 2
0.0.5 Added proper creation for zarr 2 / delimited skeleton
Windows fix test
0.0.4 Attempting to make this behave on windows