v0.2.1
This release includes bug fixes and extended functionality in the dvpio.read.shapes.read_lmd function.
🚀 New features
read_lmd: Select the type of transformation when aligning lmd shapes and calibration points (affine/similarity/rigid transform).
🚨 Breaking changes
Added arguments in the dvpio.read.shapes.read_lmd function (precision, transformation_type). Changed default behavior of the function (before: precision=3, transformation_type="affine", now: precision=6, transformation_type="similarity"
🛠️ Bug fixes
- Increased accuracy in the affine transformation of the
dvpio.read.shapes.read_lmdfunction (before: 3 digit precision, now per default 6) to mitigate small errors in the transformation - Openslide reader: Fixed bug in
dvpio.read.images.openslidethat made the image import fail and added relevant test cases.
📖 Documentation
- Updated tutorial 004 (Real-world example - Analysis of scDVP liver zonation dataset
- Updated installation instructions to account for potentially missing
libssh2C++ dependency.
What's Changed
- [VERSION] Bump version to 0.1.1-dev0 (merge after release) by @github-actions in #93
- [Documentation] Update installation instructions by @lucas-diedrich in #96
- [Bugfix] Transformation | Similarity transformation by @lucas-diedrich in #97
- [VERSION] Bump version to 0.2.0 by @github-actions in #98
- [Bugfix] Fix docs by @lucas-diedrich in #100
- [Bugfix] Fix openslide reader by @lucas-diedrich in #101
Full Changelog: v0.1.1...v0.2.1