Skip to content

Releases: scalableminds/webknossos-libs

v0.6.1

29 Apr 09:59
885ff94
Compare
Choose a tag to compare

Uses a newer cluster-tools version which fixed a bug when submitting empty jobs.

v0.6.0

29 Apr 07:47
517e1e9
Compare
Choose a tag to compare

Previously simple str were used as type for paths. The latest commit (#293) changed the type of paths from str to Path. This changes the interface of many functions.

v0.5.2

22 Apr 11:40
7a24d71
Compare
Choose a tag to compare
add method to downsample single Mag (#295)

v0.5.1

21 Apr 17:55
be6deed
Compare
Choose a tag to compare
Support RGB TIFF (#292)

* support alternative channel count

* fix formatting and linting

* pr feedback

* add tests

v0.5.0

19 Mar 09:44
1ab2dc2
Compare
Choose a tag to compare

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

19 Feb 08:46
3634494
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v0.3.3

Upgrade Clustertools (#255)

v0.3.2

09 Dec 11:21
510eb96
Compare
Choose a tag to compare

Updated cluster tools.