Webknossos

Latest version: v0.15.7

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

Scan your dependencies

Page 17 of 37

0.9.7

webknossos

Added
- Added `only_setup_mag` parameter to downsample-related methods in `Layer`. This parameter allows creating output magnifications before parallelizing downsampling invocations to avoid outdated writes to datasource-properties.json. [610](https://github.com/scalableminds/webknossos-libs/pull/610)
- Added `Task.create()` method to create tasks by prodiving a dataset name, location, and rotation. [605](https://github.com/scalableminds/webknossos-libs/pull/605)

cluster-tools
Added
* Added `KubernetesExecutor` for parallelizing Python scripts on a Kubernetes cluster. [600](https://github.com/scalableminds/webknossos-libs/pull/600)

0.9.6

webknossos
Added
- Added `apply_merger_mode.py` example. [592](https://github.com/scalableminds/webknossos-libs/pull/592)
- Added support for reading from multiple volume layers in annotations. If an annotation contains multiple volume layers, the layer name has to be provided when reading from a volume layer in an annotation (in `Annotation.save_volume_annotation()` and `Annotation.temporary_volume_annotation_layer_copy()`). Also, added the method `Annotation.get_volume_layer_names()` to see available volume layers. [588](https://github.com/scalableminds/webknossos-libs/pull/588)
Changed
- Dataset writes in higher mags do not increase the bounding box if the written data fits in the rounded up box. [595](https://github.com/scalableminds/webknossos-libs/pull/595)
Fixed
- Dataset down- & upload: [595](https://github.com/scalableminds/webknossos-libs/pull/595)
* Fixed download of higher mags.
* Bounding box after download is set correctly (was inflated before when downloading higher mags).
* The returned URL for uploads is corrected, this did not respect `new_dataset_name` before.

cluster-tools
Added
- Automatically detect when a multiprocessing context is set up without using an `if __name__ == "__main__"` guard in the main module. [598](https://github.com/scalableminds/webknossos-libs/pull/598)

0.9.5

webknossos
Fixed
- Skeleton: Fixed a bug when comparing `Graph` instances, this fixes failing loads which had the error message `Can only compare wk.Graph to another wk.Graph.` before. [593](https://github.com/scalableminds/webknossos-libs/pull/593)

0.9.4

webknossos
Added
- Added AnnotationInfo, Project and Task classes for handling annotation information and annotation project administration. [574](https://github.com/scalableminds/webknossos-libs/pull/574):

Changed
- Lifted the restriction that `BoundingBox` cannot have a negative topleft (introduced in v0.9.0). Also, negative size dimensions are flipped, so that the topleft <= bottomright,
e.g. `BoundingBox((10, 10, 10), (-5, 5, 5))` -> `BoundingBox((5, 10, 10), (5, 5, 5))`. [589](https://github.com/scalableminds/webknossos-libs/pull/589)

0.9.3

webknossos

Fixed
- `dataset.upload(layers_to_link=…)`: Fixed a bug where the upload did not complete if layers_to_link contained layers present in uploading dataset. [584](https://github.com/scalableminds/webknossos-libs/pull/584)

0.9.2

webknossos

Added
- A custom network request timeout can be set using `webknossos_context(…, timeout=300)` or `export WK_TIMEOUT="300"`. [577](https://github.com/scalableminds/webknossos-libs/pull/577)

Changed
- The default network request timeout changed from ½min to 30 min. [577](https://github.com/scalableminds/webknossos-libs/pull/577)

Page 17 of 37

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.