Skip to content

v0.16.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 16:12

webknossos

Added

  • Added .nrrd and .nhdr to supported suffixes. #1228
  • Added more docstrings for many public classes and methods. #1225

Changed

  • Removes vcr-py from developer dependencies for testing and adds proxay for recording and replaying API requests. #1198
  • Removed the CZI installation extra from pip install webknossos[all] by default. Users need to manually install it with pip install --extra-index-url https://pypi.scm.io/simple/ webknossos[czi]. #1219
  • Refactored the PimsTiffReader to read the data directly from the tiff file without creating a memmap-able copy first. This greatly reduces the time and storage requirements for converting large tiff files. #1212

Fixed

  • Fixed unpickling of the SSL_Context to allow for a second or third pickling. #1223