Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v0.8.26
GH Action for creating releases (#503) * adds tools for changelog and release management * use github token * github_token is used by default, duh * also check for already-existing higher versions * workflow * fixes * pr feedback * Update make_changelog.py Co-authored-by: Philipp Otto <[email protected]> Co-authored-by: Philipp Otto <[email protected]>
v0.8.25
Rename script-collection dir to script_collection (#505) * rename script-collection dir to script_collection * update changelog
v0.8.24
v0.8.23
webknossos
Breaking Changes
wk.Graphnow inherits fromnetworkx.Graphdirectly. Therefore, thenx_graphattribute is removed. #481- The class
LayerCategorieswas removed.COLOR_TYPEandSEGMENTATION_TYPEwere renamed toCOLOR_CATEGORYandSEGMENTATION_CATEGORYand can now be imported directly. The type of many parameters were changed fromstrto the literalLayerCategoryType. #454
Added
- Added
redownsample()method toLayerto recompute existing downsampled magnifications. #461 - Added
globalize_floodfill.pyscript to globalize partially computed flood fill operations. #461
Changed
- Improved performance for calculations with
Vec3IntandBoundingBox. #461 - Resolve path when symlinking layer and make_relative is False (instead of only making it absolute). #492
wkcuber
Added
- Added the flag
--versiontowkcuber. #471
v0.8.22
Breaking Changes
- Removed the
organizationparameter from thewebknossos_contextfunction. The organization will automatically be fetched using the token of the user. #470
Added
- Added a
Userclass to the client that can be used to get meta-information of users or their logged time. The currently logged in user can be accessed, as well as all managed users. #470
v0.8.21
v0.8.20
v0.8.19
Added
- Added a new Annotation class which includes skeletons as well as volume-annotations. #437
- Added dataset down- and upload as well as annotation download, see the examples
learned_segmenter.pyandupload_image_data.py. #437
Changed
Views now always open thewkw.Datasetlazily. All explicit calls toView.open()andView.close()must be removed. #448
Fixed
- Fixed two bugs in
cubing(regardingstart_zandpad). As a result, the ImageConverters do no longer cache metadata. #460
v0.8.18
What's Changed
- Add shallow_copy_dataset method by @valentin-pinkau in #437
- Allow full Vec3IntLike as input for get_buffered_slice_writer by @fm3 in #438
- [wkcuber] Make tiff and czi reading more robust by @youri-k in #335
- Allow float numpy array in BoundingBox.contains by @fm3 in #450
- Forbid implicit optional in typing by @fm3 in #449
- Use Dataset API inside
cubingby @rschwanhold in #418
Full Changelog: v0.8.17...v0.8.18