webknossos-libs icon indicating copy to clipboard operation
webknossos-libs copied to clipboard

Python API and CLI tools for working with WEBKNOSSOS datasets, annotations and server interactions. Includes converter to OME-Zarr.

Results 187 webknossos-libs issues
Sort by recently updated
recently updated
newest added

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.1. Release notes Sourced from pytest's releases. 8.2.1 pytest 8.2.1 (2024-05-19) Improvements #12334: Support for Python 3.13 (beta1 at the time of writing). Bug Fixes...

dependencies

With webknossos 0.14.22 (on Linux), doing either ``` $ pydoc webknossos ``` or ``` $ python ... >>> import webknossos >>> help(webknossos) ``` gets me a lot of unrendered HTML...

bug

See https://github.com/scalableminds/webknossos/issues/7457 Add a function to the wklibs to announce a dataset via the wk API before writing that dataset to the filesystem.

enhancement

### Description: - When comparing webknossos context url (which is always without trailing slashes) and `webknossos_url` parameter, possible trailing slashes in the latter case are removed. ### Issues: - fixes...

## Context - Affected library: e.g. webknossos - Uploading an RGB dataset as tiff (RGB stored in s channel) results in a 4D grayscale image ## Expected Behavior - When...

bug

Bumps [zipp](https://github.com/jaraco/zipp) from 3.15.0 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies

Bumps [pdoc](https://github.com/mitmproxy/pdoc) from 14.0.0 to 14.5.1. Changelog Sourced from pdoc's changelog. 2024-06-25: pdoc 14.5.1 CVE-2024-38526: Documentation generated with math mode (pdoc --math) does not include scripts from polyfill.io anymore. Users...

dependencies

Often we do Dataset.open_remote only to set some metadata in webknossos. For this it is not necessary to initialize the mags as zarr arrays, which performs quite a few requests...

enhancement
wklibs