Skip to content

Releases: royerlab/softcopy

0.0.13

10 Apr 00:03

Choose a tag to compare

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.0 to avoid breaking API change
  • Fix test sleep time so tests complete within timeouts

Stability Improvements

14 Jul 23:50

Choose a tag to compare

0.0.12

Implement priority everywhere, try to calm things down a bit (reduced…

HCS wait for source, filetype detection fix

14 Jul 22:49

Choose a tag to compare

0.0.11

Fixed HCS copier filetype detection, source waiting

Ome-Zarr HCS format

14 Jul 18:47

Choose a tag to compare

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

10 Oct 17:24

Choose a tag to compare

0.0.9

Added support for waiting for the zarr archive to be created before s…

Error handling and sleep time

09 Oct 22:46

Choose a tag to compare

0.0.8

Add sleep to allow calmer copying. Added error handling so that the c…

Bugfix for multiple zarr copiers

09 Oct 21:33

Choose a tag to compare

0.0.7

Fix silly idiot's computer program (its me im the silly idiot)

On-demand folder creation

09 Oct 17:09

Choose a tag to compare

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

09 Oct 16:42

Choose a tag to compare

0.0.5

Added proper creation for zarr 2 / delimited skeleton

Windows fix test

09 Oct 16:09

Choose a tag to compare

0.0.4

Attempting to make this behave on windows