1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Change Log
==========
1.3.0: 07/2023
--------------
* add option to remove some dataset from the supervisor
1.2.0: 05/2023
--------------
* add dataset sorting
1.0.0: 07/2022
--------------
* update identifier API to fit the tomoscan 'BaseIdentifier' API
* add dataset url copy from right click.
0.3: 10/2021
------------
* add get_process function
* remove ExternalRessources
0.2.2:
------
* core
* add helpers functions
0.2.1:
------
* gui
* update column when a process is removed
0.2.0:
------
* core
* DatasetState: add `WAIT_USER_VALIDATION` state
0.1.0:
------
* core:
* dataset: add `Dataset` and `DatasetIdentifier` classes. API for datasets
* superviseprocess: add `SuperviseProcess` class. API for processes
* manager: add `ProcessManager` and `DatasetState` classes. Allow to define interaction between processes and datasets
* gui
* processmanager
* simple gui to display process and datasets states.
* allow reprocessing of a dataset
|