Skip to content

v0.8.19

Compare
Choose a tag to compare
@rschwanhold rschwanhold released this 21 Oct 15:27
· 474 commits to master since this release
26da565

Added

  • Added a new Annotation class which includes skeletons as well as volume-annotations. #437
  • Added dataset down- and upload as well as annotation download, see the examples learned_segmenter.py and upload_image_data.py. #437

Changed

  • Views now always open the wkw.Dataset lazily. All explicit calls to View.open() and View.close() must be removed. #448

Fixed

  • Fixed two bugs in cubing (regarding start_z and pad). As a result, the ImageConverters do no longer cache metadata. #460