webknossos
Added
- Added AnnotationInfo, Project and Task classes for handling annotation information and annotation project administration. [574](https://github.com/scalableminds/webknossos-libs/pull/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](https://github.com/scalableminds/webknossos-libs/pull/589)