Skip to content

v3.5.3

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:46

webknossos

Changed

  • MagView.read_cxyz and MagView.write_cxyz are more robust for datasets that have only xyz axes or additional axes (e.g. t) of length 1. #1478
  • Upgraded mypy to 2.1.0. #1482

Fixed

  • Fixed a conversion issue with Tiff files produced by ImageJ virtual stacks. #1481

cluster_tools

Changed

  • Upgraded mypy to 2.1.0. #1482

Fixed

  • Longer polling for log files of finished jobs in forward_log to prevent unhandled TailErrors when a cluster job completes but the log file is not yet visible from the head node e.g. due to a slow NFS. #1480