webknossos
Breaking Changes
- Removed the `id` attribute of the `BoundingBox` class, also from the constructor. [836](https://github.com/scalableminds/webknossos-libs/pull/836)
Fixed
- Fixed bounding box serialization in NMLs, so that bounding boxes which are uploaded via annotations are now recognized properly by webKnossos. [836](https://github.com/scalableminds/webknossos-libs/pull/836)
- Bounding boxes keep their name, color and visibility when transformed via methods, such as `bbox.padded_with_margins()`. [836](https://github.com/scalableminds/webknossos-libs/pull/836)