@@ -1,6 +1,16 | |||
|
1 | 1 | ## CHANGELOG: |
|
2 | 2 | |
|
3 | 3 | ### 2.3 |
|
4 | * Added high order function `multiSchain` for multiprocessing scripts. | |
|
5 | * Added a new graphics processing unit `PlotterReceiver`. It is decoupled from normal processing sequence with support for data generated by multiprocessing scripts. | |
|
6 | * Added a CLI tool named `schain`. | |
|
7 | * Command for GUI is now `schainGUI`. | |
|
8 | * Added suggestions when parameters are poorly written. | |
|
9 | * `Controller.start()` now runs in a different process than the process calling it. | |
|
10 | ||
|
11 | ### 2.2.6 | |
|
12 | * Graphics generated by the GUI are now the same as generated by scripts. Issue #1074 | |
|
13 | * Numpy version updated. | |
|
4 | 14 | |
|
5 | 15 | ### 2.2.5: |
|
6 | 16 | * splitProfiles and combineProfiles modules were added to VoltageProc and Signal Chain GUI. |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now