You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update generated client
* add annotation.get_annotation_dataset()
* add changelog entry
* minor wording change in docs example
* added docstring
* minor fix
* update some snapshots
* Update webknossos/webknossos/annotation/annotation.py
* extend doc string with details about mappings
* remove unused code
* use the new get_annotation_dataset method in the learned_segmenter example
* fix learned_segmenter example
* rename to get_remote_annotation_dataset
* minor fix
* fix sizes for test
Co-authored-by: Philipp Otto <[email protected]>
Co-authored-by: Philipp Otto <[email protected]>
Copy file name to clipboardExpand all lines: docs/src/webknossos-py/examples/zarr_and_dask.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Zarr and Dask interoperability
2
2
3
-
This example shows how to access the underlying [Zarr](https://zarr.dev) array of a [remote datasets](../../api/webknossos/dataset/dataset.md#RemoteDataset). Using the Zarr array allows to use other libraries, such as [Dask](https://www.dask.org/) for parallel processing.
3
+
This example shows how to access the underlying [Zarr](https://zarr.dev) array of a [remote dataset](../../api/webknossos/dataset/dataset.md#RemoteDataset). Accessing the Zarr array allows to use other libraries, such as [Dask](https://www.dask.org/) for parallel processing.
Copy file name to clipboardExpand all lines: webknossos/Changelog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ For upgrade instructions, please check the respective *Breaking Changes* section
15
15
### Breaking Changes
16
16
17
17
### Added
18
+
- Added `annotation.get_remote_annotation_dataset()` to get a streamed annotation dataset, which also reflects fallback layers or applied mappings. [#794](https://github.com/scalableminds/webknossos-libs/pull/794)
19
+
- Added direct access to an underlying Zarr array with the `MagView.get_zarr_array()` method. [#792](https://github.com/scalableminds/webknossos-libs/pull/792)
Aug 12 08:54:15 2022 +0000"},"webknossos-wrap":{"builtAtMillis":"1640035836569","name":"webknossos-wrap","commitHash":"8b842648702f469a3ffd90dc8a68c4310e64b351","scalaVersion":"2.12.7","version":"1.1.15","sbtVersion":"1.4.1","builtAtString":"2021-12-20
created with [Voxelytics](https://scalableminds.com/voxelytics) by [scalable
20
20
minds](https://scalableminds.com).\n\n \n\nRaw SBEM data and segmentation ground
21
21
truth by Max Planck Institute for Brain Research. As published in *Dense connectomic
22
22
reconstruction in layer 4 of the somatosensory cortex* by A Motta, M Berning,
23
23
KM Boergens, B Staffler, M Beining, S Loomba, P Hennig, H Wissler, M Helmstaedter
24
24
in *Science* on 24 October 2019. [10.1126/science.aay3134](https://science.sciencemag.org/content/early/2019/10/23/science.aay3134)\n","displayName":"L4
0 commit comments