Webknossos

Latest version: v0.16.1

Safety actively analyzes 688803 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 15 of 38

0.10.1

0.10.0

webknossos

Breaking Changes
- `Dataset.upload()` now returns a `RemoteDataset` instead instead of the URL string. You can get the URL via `remote_ds.url`. [723](https://github.com/scalableminds/webknossos-libs/pull/723)
- `User.teams` now is a tuple instead of a list. [723](https://github.com/scalableminds/webknossos-libs/pull/723)
- The deprecated `download_dataset` function now requires the `organization_id` argument. [723](https://github.com/scalableminds/webknossos-libs/pull/723)

Added
- Added `Dataset.open_remote()`, which returns an object of the new `RemoteDataset`. [723](https://github.com/scalableminds/webknossos-libs/pull/723)
This can
* give the webknossos URL for the dataset as `remote_ds.url`,
* read image data via the webknossos zarr interface, using the inherited `Dataset` methods, and
* read and change the following dataset metadata as properties: `display_name`, `description`, `tags`, `is_public`, `sharing_token`, `allowed_teams`.
- `Team` instances also contain the `organization_id`. [723](https://github.com/scalableminds/webknossos-libs/pull/723)

0.9.24

webknossos

Fixed
- Fixed upsampling with constant z in certain anisotropic cases. [720](https://github.com/scalableminds/webknossos-libs/pull/720)

0.9.23

0.9.22

webknossos

Breaking Changes
- Renamed some entities to comply with the [webKnossos terminology](https://docs.webknossos.org/webknossos/terminology.html). [#704](https://github.com/scalableminds/webknossos-libs/pull/704):
* The `Graph` class changed to `Tree`, also related methods and attributes are renamed now, e.g. `add_graph` is now `add_tree`.
All previous entities are still available, but deprecated.
* `scale` has changed to `voxel_size` for datasets, skeletons and annotations.
Changes in `Dataset` are backwards-compatible, but `scale` is deprecated.
For `Annotation` and `Skeletons` the initializer only supports `voxel_size`, the `scale` attribute is deprecated
* `get_best_mag` is deprecated, please use `get_finest_mag` instead
* In `layer.upscale`, `min_mag` is deprecated in favor of `finest_mag`

Fixed
- Correctly maintain default_view_configuration property when downloading a dataset. [677](https://github.com/scalableminds/webknossos-libs/pull/677)


wkcuber

Breaking Changes
- Deprecated `--scale` in favor of `--voxel_size`. [704](https://github.com/scalableminds/webknossos-libs/pull/704)

Fixed
- Fixed a bug where upper-case file extensions would lead to errors during channel count detection. [709](https://github.com/scalableminds/webknossos-libs/pull/709)

0.9.21

Page 15 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.