webknossos-libs
webknossos-libs copied to clipboard
Python API and CLI tools for working with WEBKNOSSOS datasets, annotations and server interactions. Includes converter to OME-Zarr.
Hi, we regularly run into problems with our SLURM cluster while running (very) large downsampling jobs on webknossos datasets either via CLI or chunk-wise processing of large datasets via the...
I cannot read datasets created with version 0.14.25 onward with version 0.14.24. Error message: ``` >>> import webknossos as wk >>> wk.Dataset.open('my_newer_dataset') + Exception Group Traceback (most recent call last):...
### Description: - Add a CLI for copy_dataset ### Todos: Make sure to delete unnecessary points or to check all before merging: - [x] Updated Changelog - [x] Updated Documentation...
## Context - Affected library: webknossos With the current version of wklibs I cannot add a remote dataset via `RemoteDataset.explore_and_add_remote` as this leads to a crash. The reason for the...
### Description: - Deprecates `chunks_per_shard` in favor of `shard_shape` - Deprecates `dtype_per_layer` in favor of `dtype_per_channel` ### Todos: Make sure to delete unnecessary points or to check all before merging:...
### Description: - Makes Zarr3 the default data format - Removes deprecated functions, properties, arguments - Changes the writing behavior to include a `allow_resize` and `allow_unaligned` argument to make it...
Add regression test for fix of PR #1256. This needs to be done in a separate pr as I cannot get the test working and it is important to merge...
Saw exception in Dataset.from_images called with a tif file. Stack trace: ``` Traceback (most recent call last): File "/usr/local/lib/python3.11/concurrent/futures/process.py", line 261, in _process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "site-packages/cluster_tools/executors/multiprocessing_.py",...
We are aiming for the next major release of the `webknossos` and `cluster_tools` packages. Since, the cluster_tools already use 1.x packages, we should jump to 2.x directly. TODO (tbd): -...
### Description: - This PR collects all deprecations and changes for the release of version 2.0 ### Issues: - fixes #1200 ### Todos: - [x] Deprecations for cluster tools -...