Releases
v2.4.2
Compare
Sorry, something went wrong.
No results found
webknossos
Added
Added operations for Project, Task and TaskType classes and objects: #1294
Added operations for Project class:
Project.create() for creating a new project.
my_project.delete() to delete a project object
Added my_project.update() to update priority, expected_time and is_blacklisted_from_report values of an existing project object.
Added operations for TaskType class:
TaskType.get_list() to get all TaskType objects.
TaskType.get_by_id() to get a TaskType by id.
TaskType.get_by_name() to get a TaskType by name.
TaskType.create() to create a new TaskType.
Added operations my_task_type.delete() method for TaskType objects.
Added Task.get_list()to get all Task objects.
Added operations for Task objects:
my_task.update() to update a Task object.
my_task.delete() to delete a Task object.
Added TaskExperience class to store domain and value pair.
The libs client now uses versioned datastore routes for improved compatibility across webknossos versions. #1328
Fixed
Fixed the tests for the newest WEBKNOSSOS version. #1328
You can’t perform that action at this time.