Skip to content

Commit

Permalink
fix changelog entries (#658)
Browse files Browse the repository at this point in the history
* fix changelog entries
* Merge refs/heads/master into changelog-fixes
* Merge refs/heads/master into changelog-fixes
  • Loading branch information
jstriebel authored Mar 18, 2022
1 parent c800e69 commit f90ad7b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,15 @@ For upgrade instructions, please check the respective *Breaking Changes* section
### Added
- Added `groups` and `graphs` property to skeleton.Group to access immediate child groups/graphs. [#645](https://github.com/scalableminds/webknossos-libs/pull/645)
- The `BoundingBox` class now supports the following additional properties: `id`, `name`, `is_visible` and `color`. [#646](https://github.com/scalableminds/webknossos-libs/pull/646)
||||||| 94dfa4c
- The `BoundingBox` class now supports the following additional properties: `id`, `name`, `is_visible` and `color'. [#646](https://github.com/scalableminds/webknossos-libs/pull/646)
- Added support for [Zarr](https://zarr.dev/) arrays in the `Dataset` classes. Users can set the `data_format` of layers to `zarr` to use Zarr for storing data.
[#627](https://github.com/scalableminds/webknossos-libs/pull/627)

- Added support for [Zarr](https://zarr.dev/) arrays in the `Dataset` classes. Users can set the `data_format` of layers to `zarr` to use Zarr for storing data. [#627](https://github.com/scalableminds/webknossos-libs/pull/627)
The current implementation has some limitations, e.g.:
* Only one type of compression (Blosc+Zstd) is implemented.
* Sharding is not available in Zarr, yet. Please use `chunks_per_shard = (1, 1, 1)`.
* Only local filesystem-based arrays are supported.

There are changes to the `datasource-properties.json` for Zarr layers compared to WKW layers:
* `dataFormat` needs to be changed to `zarr`.
* The list of mags is called `mags`, instead of `wkwResolutions`.
* Each mag is represented by an object with a single attribute `mag`, e.g. `{ "mag": [1, 1, 1] }`.
- The `BoundingBox` class now supports the following additional properties: `id`, `name`, `is_visible` and `color'. [#646](https://github.com/scalableminds/webknossos-libs/pull/646)

### Changed
- Dataset: `block_len` and `file_len` attributes are now deprecated, but still available for backwards compatibility. Use `chunk_size` and `chunks_per_shard` instead. These new attributes are `Vec3Int`, so they can be set non-uniformly. However, WKW-backed layers still require uniform `chunk_size` and `chunks_per_shard`. [#627](https://github.com/scalableminds/webknossos-libs/pull/627)
Expand Down

0 comments on commit f90ad7b

Please sign in to comment.