Skip to content

Releases: scalableminds/webknossos-libs

v0.3.1

02 Nov 09:05
c83f2fd
Compare
Choose a tag to compare

Use newer wkw version with improved performance for multi-channel writes.

v0.3.0

05 Oct 09:00
521dd88
Compare
Choose a tag to compare
Dataset API changes: parameter 'dtype' is now interpreted as 'dtype_p…

v0.2.67

05 Oct 08:11
887f1ce
Compare
Choose a tag to compare
Allow to write a subset of a compressed wkw dataset (#241)

* Allow to write a subset of a compressed wkw dataset

* add parameter for compressed write

* make chunks in 'for_each_chunk' bounded to their bounding box

* reformat code

* Update wkcuber/api/View.py

Co-authored-by: Jonathan Striebel <[email protected]>

* reformat code

* change expected Exception

Co-authored-by: Jonathan Striebel <[email protected]>

v0.2.66

24 Sep 14:59
e794219
Compare
Choose a tag to compare
Support adding a layer via symlink (#240)

* support adding layers with symlinks

* reformat code

v0.2.65

28 Aug 14:49
9ad15de
Compare
Choose a tag to compare
Interpret offsets for MagDataset.get_view as absolute values (#237)

* interpret the offset parameter for MagDataset.get_view as an absolute value

* fix calculation for the size of the new view and add tests

* imporve error messages for View creation

v0.2.64

10 Aug 15:36
88c0c57
Compare
Choose a tag to compare
Add check-equality task (#231)

* implement check equality task to compare two datasets
* update readme
* add test for check equality task
* format
* format
* clean up
* remove unused var
* remove unused verify flag
* update test script name in github action
* Merge branch 'master' into check-equality

v0.2.63: Fix call to tiffView.open (#230)

07 Aug 12:18
@fm3 fm3
6870a17
Compare
Choose a tag to compare
* Fix call to tiff view open

* add test for tiff dataset mag read

* Update test_dataset.py

v0.2.62

29 Jul 09:41
80acf22
Compare
Choose a tag to compare
add __expr__ for mag class (#226)

Floored version of align_with_mag()

09 Jun 14:17
175dac6
Compare
Choose a tag to compare
Floored version of align_with_mag() (#217)

* Floored version of align_with_mag()
* Format
* Update wkcuber/api/bounding_box.py

Co-authored-by: Philipp Otto <[email protected]>
* Update wkcuber/api/bounding_box.py

Co-authored-by: Jonathan Striebel <[email protected]>
* Fix lambda

v0.2.60: Assert that bounding box and mag are aligned (#211)

08 Jun 15:20
b5dee90
Compare
Choose a tag to compare

Assert that bounding box and mag are aligned