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
* [WIP] create handles for Tasks + Projects
* add new routes from swagger, task example
* add user info by id, use in project
* rename project_info_by_id, add by_name
* fix imports
* fix type errors
* move to “administration” pacakge
* get tasks for project
* fetch annotation infos by task id
* [WIP] pagination
* fetch all using pagination if requested
* create tasks from files
* pass BytesIO directly
* task state
* create new task from downloaded annotation
* experiences are varying, binary is property
* fix optional field
* format
* remove name field from annotation layer response
* undo wrong renaming. IDE tried to be clever...
* one more usage...
* document new example
* changelog
* docs
* implement pr feedback (part 1)
* lru cache instead of cachedproperty
* new generated client
* format
* fix generated client
* format again after poetry install
* add missing call parentheses
* lru cache python37 compatible (hopefully)
This example uses the [`Project` class](../../api/webknossos/administration/project.md#Project) and [`Task` class](../../api/webknossos/administration/task.md#task) to check annotation task status and submit new tasks.
Copy file name to clipboardExpand all lines: webknossos/Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
12
12
### Breaking Changes
13
13
14
14
### Added
15
+
- Added AnnotationInfo, Project and Task classes for handling annotation information and annotation project administration. [#574](https://github.com/scalableminds/webknossos-libs/pull/574):
0 commit comments