Skip to content

Releases: scalableminds/webknossos-libs

v0.4.0

19 Feb 08:46
3634494

Choose a tag to compare

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

20 Jan 11:11
c15bddb

Choose a tag to compare

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

08 Jan 13:21
07e38b5

Choose a tag to compare

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

11 Dec 14:46
7837485

Choose a tag to compare

v0.3.3

Upgrade Clustertools (#255)

v0.3.2

09 Dec 11:21
510eb96

Choose a tag to compare

Updated cluster tools.

v0.3.1

02 Nov 09:05
c83f2fd

Choose a tag to compare

Use newer wkw version with improved performance for multi-channel writes.

v0.3.0

05 Oct 09:00
521dd88

Choose a tag to compare

Dataset API changes: parameter 'dtype' is now interpreted as 'dtype_p…

v0.2.67

05 Oct 08:11
887f1ce

Choose a tag to compare

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

24 Sep 14:59
e794219

Choose a tag to compare

Support adding a layer via symlink (#240)

* support adding layers with symlinks

* reformat code

v0.2.65

28 Aug 14:49
9ad15de

Choose a tag to compare

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