Skip to content

v0.2.1

Choose a tag to compare

@lucas-diedrich lucas-diedrich released this 21 Apr 23:55
· 190 commits to main since this release

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_lmd function (before: 3 digit precision, now per default 6) to mitigate small errors in the transformation
  • Openslide reader: Fixed bug in dvpio.read.images.openslide that made the image import fail and added relevant test cases.

📖 Documentation

What's Changed

Full Changelog: v0.1.1...v0.2.1