Skip to content

Commit f6dee6a

Browse files
authored
Pin click<8.2.0 and add --downsample flag (#1305)
* ping click<8.2.0 * add --downsample flag to webknossos convert * changelog * compress
1 parent f2f6f19 commit f6dee6a

File tree

5 files changed

+196
-180
lines changed

5 files changed

+196
-180
lines changed

docs/src/cli/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ webknossos --install-completion
4545
webknossos convert \
4646
--voxel-size 11.24,11.24,25 \
4747
--name great_dataset \
48+
--downsample \
4849
data/source data/target
4950

5051

webknossos/Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
1515
### Breaking Changes
1616

1717
### Added
18+
- Added `--downsample` flag to `webknossos convert` CLI command. [#1305](https://github.com/scalableminds/webknossos-libs/pull/1305)
1819

1920
### Changed
21+
- Uses compression by default for `webknossos convert` CLI command. [#1305](https://github.com/scalableminds/webknossos-libs/pull/1305)
2022

2123
### Fixed
24+
- Pinned `click<8.2.0` because of incompatibility with `typer`. [#1305](https://github.com/scalableminds/webknossos-libs/pull/1305)
2225

2326

2427
## [2.3.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.3.4) - 2025-05-12

webknossos/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ dependencies = [
3636
"attrs >=22.0.0",
3737
"boltons >=21.0.0",
3838
"cattrs >=22.0.0",
39-
"certifi>=2023",
39+
"certifi >=2023",
40+
"click <8.2.0",
4041
"cluster-tools",
4142
"httpx ~=0.27.0",
4243
"loxun ~=2.0.0",

0 commit comments

Comments
 (0)