Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v0.2.39: Github Actions (#168)
* Create main.yml * ci * ci * ci * tests * ci * ci * tests * ci * ci * ci * remove circleci * Merge branch 'master' into gh-actions
v0.2.38
Bump cluster-tools from 1.44 to 1.45 (#164) Bumps [cluster-tools](https://github.com/scalableminds/cluster_tools) from 1.44 to 1.45. - [Release notes](https://github.com/scalableminds/cluster_tools/releases) - [Commits](https://github.com/scalableminds/cluster_tools/compare/v1.44...v1.45) Signed-off-by: dependabot-preview[bot] <[email protected]>
v0.2.37
Bump cluster-tools from 1.43 to 1.44 (#159) Bumps [cluster-tools](https://github.com/scalableminds/cluster_tools) from 1.43 to 1.44. - [Release notes](https://github.com/scalableminds/cluster_tools/releases) - [Commits](https://github.com/scalableminds/cluster_tools/compare/v1.43...v1.44) Signed-off-by: dependabot-preview[bot] <[email protected]>
v0.2.36
Allow supplying start_z: first slice z coordinate (#158)
v0.2.35
Only log downsampling for each GB of processed data (#155) * only log downsampling for each MB ob precessed data * Merge branch 'master' into cleanup_downsampling_log * log every gigabyte instead of every megabyte * implement PR feedback
v0.2.34
Bump cluster-tools from 1.42 to 1.43 (#154) * Bump cluster-tools from 1.42 to 1.43 Bumps [cluster-tools](https://github.com/scalableminds/cluster_tools) from 1.42 to 1.43. - [Release notes](https://github.com/scalableminds/cluster_tools/releases) - [Commits](https://github.com/scalableminds/cluster_tools/compare/v1.42...v1.43) Signed-off-by: dependabot-preview[bot] <[email protected]>
v0.2.33
Bump cluster-tools from 1.41 to 1.42 (#153) * Bump cluster-tools from 1.41 to 1.42 Bumps [cluster-tools](https://github.com/scalableminds/cluster_tools) from 1.41 to 1.42. - [Release notes](https://github.com/scalableminds/cluster_tools/releases) - [Commits](https://github.com/scalableminds/cluster_tools/compare/v1.41...v1.42) Signed-off-by: dependabot-preview[bot] <[email protected]>
Performance improvements in WKW
Bump wkw from 0.0.8 to 0.1.0 (#147) * Bump wkw from 0.0.8 to 0.1.0 Bumps [wkw](https://github.com/scalableminds/webknossos-wrap) from 0.0.8 to 0.1.0. - [Release notes](https://github.com/scalableminds/webknossos-wrap/releases) - [Commits](https://github.com/scalableminds/webknossos-wrap/compare/python-v0.0.8...python-v0.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Merge branch 'master' into 3bdfdependabot/pip/wkw-0.1.0 * Merge refs/heads/master into 3bdfdependabot/pip/wkw-0.1.0
v0.2.31: Fix wkw file len (#149)
- Fixes bug in
wkw_file_len
v0.2.30: Allow to specify wkw file len (#146)
* allow to specify wkw file len * black * fix * fix