Version 0.6.0
Welcome, WSInfer version 0.6.0! This version makes the tissue segmentation step more customizable, with options beginning with --seg-
to wsinfer run
. Python 3.12 is also supported now, and a QuPath project can be created with WSInfer results using the --qupath
option in wsinfer run
. See below for other changes.
What's Changed
- [DOCS] add video walkthrough to user guide + update version switcher by @kaczmarj in #201
- Fix/recursion limit by @swaradgat19 in #208
- fix types when using cv2 by @kaczmarj in #211
- Feat/qupath by @swaradgat19 in #209
- [STYLE] format with black by @kaczmarj in #215
- add python 3.12 to ci by @kaczmarj in #197
- Add segmentation options to wsinfer run by @kaczmarj in #217
Full Changelog: v0.5.0...v0.6.0