Skip to content

v0.9.4

Compare
Choose a tag to compare
@jstriebel jstriebel released this 09 Feb 10:48
· 391 commits to master since this release

webknossos

Added

  • Added AnnotationInfo, Project and Task classes for handling annotation information and annotation project administration. #574:

Changed

  • Lifted the restriction that BoundingBox cannot have a negative topleft (introduced in v0.9.0). Also, negative size dimensions are flipped, so that the topleft <= bottomright,
    e.g. BoundingBox((10, 10, 10), (-5, 5, 5)) -> BoundingBox((5, 10, 10), (5, 5, 5)). #589