Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
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.
v0.3.1
Use newer wkw version with improved performance for multi-channel writes.
v0.3.0
Dataset API changes: parameter 'dtype' is now interpreted as 'dtype_p…
v0.2.67
Allow to write a subset of a compressed wkw dataset (#241) * Allow to write a subset of a compressed wkw dataset * add parameter for compressed write * make chunks in 'for_each_chunk' bounded to their bounding box * reformat code * Update wkcuber/api/View.py Co-authored-by: Jonathan Striebel <[email protected]> * reformat code * change expected Exception Co-authored-by: Jonathan Striebel <[email protected]>
v0.2.66
Support adding a layer via symlink (#240) * support adding layers with symlinks * reformat code
v0.2.65
Interpret offsets for MagDataset.get_view as absolute values (#237) * interpret the offset parameter for MagDataset.get_view as an absolute value * fix calculation for the size of the new view and add tests * imporve error messages for View creation