You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upgrade pdoc to fix some linkify behavior
* warn when layers are not uploaded due to linking
* allow negative bbox.topleft, always convert size to positive pendant
* add explaining comment
* add changelog entry
* don't cancel ci builds on master
* ci syntax fix
Copy file name to clipboardExpand all lines: webknossos/Changelog.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ For upgrade instructions, please check the respective *Breaking Changes* section
15
15
- Added AnnotationInfo, Project and Task classes for handling annotation information and annotation project administration. [#574](https://github.com/scalableminds/webknossos-libs/pull/574):
16
16
17
17
### Changed
18
+
- 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,
0 commit comments