Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v0.6.1
Uses a newer cluster-tools version which fixed a bug when submitting empty jobs.
v0.6.0
v0.5.2
add method to downsample single Mag (#295)
v0.5.1
Support RGB TIFF (#292) * support alternative channel count * fix formatting and linting * pr feedback * add tests
v0.5.0
The entry point to wkcuber
was changed to auto-detect the input format. The old behavior of the main entry point can still be used via python -m wkcuber.convert_image_stack_to_wkw
.
v0.4.0
Read multi-page tiffs (#252)
- support for multi-page tiffs (One multi-page tiff file is converted into one wkw layer)
- This requires at least python
3.7
Improve knossos conversion (#271)
Update mypy version (#266)
-
update mypy version
-
introduce 'Generic' for better type support
-
invert semantic of parameter
v0.3.5
Bump cluster-tools from 1.51 to 1.52 (#264) * Bump cluster-tools from 1.51 to 1.52 Bumps [cluster-tools](https://github.com/scalableminds/cluster_tools) from 1.51 to 1.52. - [Release notes](https://github.com/scalableminds/cluster_tools/releases) - [Commits](https://github.com/scalableminds/cluster_tools/compare/v1.51...v1.52) Signed-off-by: dependabot-preview[bot] <[email protected]> * Update pyproject.toml
v0.3.4
Use mypy for type checking (#249) * add typechecking with mypy * typecheck packages without __init__ * reformat code * add mypy to lock file * resolve circular dependencies and fix bugs * refactor * add typecheck to CI * change initial value to None * test if CI passes without typecheck * add type check to CI * git status to CI for more output * ignore mypy cache * reformat code * add assertion for non optional parameter * remove redundant imports
Update Cluster Tools
v0.3.3 Upgrade Clustertools (#255)
v0.3.2
Updated cluster tools.