Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v0.13.2
webknossos
Changed
- The
convertcommand of the cli now has a--categoryflag, to select the LayerCategoryType.
cluster_tools
Added
- From now on the cluster tools will detect if slurm jobs were killed, because they exceeded the configured time limit, and throw a
RemoteTimeLimitExceptionindicating the issue instead of a genericRemoteException. If it is unclear whether a job was killed because of the time or memory limit, aRemoteResourceLimitExceptionis thrown. #929
v0.13.1
v0.13.0
webknossos
Added
- Added
duration_in_secondsandmodifiedtoAnnotationInfo. #914 - Added
zarritastorage backend for arrays. zarrita supports Zarr v2 and v3 including sharding. To activate zarrita, the environment variableWK_USE_ZARRITAmust be set. #912 - Added a
Zarr3data format which supports sharding. #912
Changed
- Integrated the
wkcuberCLI tool intowebknossospackage. #903- To get an overview of all webknossos subcommands type
webknossos --help. If the usage of a single subcommand is of interest typewebknossos <subcommand> --help - These commands were changed:
python -m wkcuber,python -m wkcuber.convert_image_stack_to_wkw->webknossos convertpython -m wkcuber.export_wkw_as_tiff->webknossos export-wkw-as-tiffpython -m wkcuber.convert_knossos->webknossos convert-knossospython -m wkcuber.convert_nifti->webknossos convert-niftipython -m wkcuber.convert_raw->webknossos convert-rawpython -m wkcuber.downsampling->webknossos downsamplepython -m wkcuber.compress->webknossos compresspython -m wkcuber.check_equality->webknossos check-equality
- There is one new command:
webknossos uploadto upload a dataset to a WEBKNOSSOS server
- These commands have been removed:
python -m wkcuber.cubingpython -m wkcuber.tile_cubingpython -m wkcuber.metadatapython -m wkcuber.recubing
- To get an overview of all webknossos subcommands type
Fixed
- Fixed a bug where upsampling of a layer would fail, if the layer had a bounding box that doesn't align with the from_mag mag. #915
wkcuber
The wkcuber package is now deprecated because the CLI was integrated into the webknossos package. Please use the CLI in the webknossos package instead.
v0.12.6
v0.12.5
v0.12.4
webknossos
Added
Group.add_treenow also accepts a tree object as a first parameter (instead of only a string). #891Group.remove_tree_by_idwas added. #891
Changed
- Upgrades
black,mypy,pylint,pytest. #873
Fixed
- Fixed poetry build backend for new versions of Poetry. #899
- Added axis_order fields for Zarr data format. #902
wkcuber
Changed
- Upgrades
black,mypy,pylint,pytest. #873
cluster_tools
Changed
- Upgrades
black,mypy,pylint,pytest. #873
v0.12.3
webknossos
Added
- Added support to import ImageJ Hyperstack tiff files via
Dataset.from_imagesanddataset.add_layer_from_images. #877
Changed
Dataset.from_imagesanddataset.add_layer_from_imagesnow automatically convert big endian dtypes to their little endian counterparts by default. #877
Fixed
- Fixed reading czi files with non-zero axis offsets. #876