Added
- Added a new Annotation class which includes skeletons as well as volume-annotations. [437](https://github.com/scalableminds/webknossos-libs/pull/452)
- Added dataset down- and upload as well as annotation download, see the examples `learned_segmenter.py` and `upload_image_data.py`. [437](https://github.com/scalableminds/webknossos-libs/pull/452)
Changed
- `View`s now always open the `wkw.Dataset` lazily. All explicit calls to `View.open()` and `View.close()` must be removed. [448](https://github.com/scalableminds/webknossos-libs/pull/448)
Fixed
- Fixed two bugs in `cubing` (regarding `start_z` and `pad`). As a result, the ImageConverters do no longer cache metadata. [460](https://github.com/scalableminds/webknossos-libs/pull/460)