Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v0.12.4
webknossos
Added
Group.add_tree
now also accepts a tree object as a first parameter (instead of only a string). #891Group.remove_tree_by_id
was added. #891
Changed
- Upgrades
black
,mypy
,pylint
,pytest
. #873
Fixed
- Fixed poetry build backend for new versions of Poetry. #899
- Added axis_order fields for Zarr data format. #902
wkcuber
Changed
- Upgrades
black
,mypy
,pylint
,pytest
. #873
cluster_tools
Changed
- Upgrades
black
,mypy
,pylint
,pytest
. #873
v0.12.3
webknossos
Added
- Added support to import ImageJ Hyperstack tiff files via
Dataset.from_images
anddataset.add_layer_from_images
. #877
Changed
Dataset.from_images
anddataset.add_layer_from_images
now automatically convert big endian dtypes to their little endian counterparts by default. #877
Fixed
- Fixed reading czi files with non-zero axis offsets. #876
v0.12.2
v0.12.1
v0.12.0
v0.11.4
v0.11.3
v0.11.2
v0.11.1
webknossos
Added
Dataset.from_images
anddataset.add_layer_from_images
have new features: #842dm3
anddm4
datasets can be read without bioformats now.- It's possible to completely disable the bioformats adapter by setting
use_bioformats
to False. - Lists of images can now be handled with other readers, before only images supported by skimage worked in lists.
wkcuber
Changed
- Improved perfomance of
wkcuber.tile_cubing
and making it more robust. #840
cluster_tools
Changed
- When using the slurm or pbs distribution strategy, scheduled jobs are automatically canceled when aborting a run, i.e. if the SIGINT signal is received. #838
v0.11.0
webknossos
Breaking Changes
- Removed the
id
attribute of theBoundingBox
class, also from the constructor. #836