You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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