Skip to content

Commit

Permalink
add skip_volume_data argument to Annotation.download() (#806)
Browse files Browse the repository at this point in the history
* add skip_volume_data argument to Annotation.download()

* update changelog and docs
  • Loading branch information
jstriebel committed Sep 29, 2022
1 parent 6313321 commit 7c152fb
Show file tree
Hide file tree
Showing 3 changed files with 45,216 additions and 49,707 deletions.
1 change: 1 addition & 0 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
### Breaking Changes

### Added
- `Annotation.download()` now accepts the keyword-only argument `skip_volume_data`, which can be set to `True` to omit downloading volume data. [#806](https://github.com/scalableminds/webknossos-libs/pull/806)

### Changed

Expand Down

0 comments on commit 7c152fb

Please sign in to comment.