Skip to content

v0.10.14

Choose a tag to compare

@github-actions github-actions released this 30 Aug 15:32

webknossos

Changed

  • dataset.add_copy_layer() and layer.add_copy_mag() now read and write the image data, not copying files. This allows to stream data from remote datasets. To continue using the filesystem copy mechanism, please use dataset.add_fs_copy_layer() or layer.add_fs_copy_mag(). #790