File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ -------------------------------------------------------------------------------
2
+ Version 1.7.1 20/04/2022
3
+ -------------------------------------------------------------------------------
4
+
5
+ GUI:
6
+
7
+ - Bug fix and improvements in custom variables dialog editor.
8
+
1
9
-------------------------------------------------------------------------------
2
10
Version 1.7 06/04/2022
3
11
-------------------------------------------------------------------------------
4
12
5
- Framework :
13
+ GUI :
6
14
7
15
- Added functionality for users to create custom dialogs for setting task
8
16
variables.
9
17
18
+ Tools:
19
+
10
20
- Modified Rsyn_aligner code to remove the need for users to manually specify
11
21
the units pulse times are measured in.
12
22
Original file line number Diff line number Diff line change 1
1
# Graphical user interface settings.
2
2
3
- VERSION = '1.7'
3
+ VERSION = '1.7.1 '
4
4
5
5
update_interval = 10 # Interval between calls to the GUIs update function (ms).
6
6
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ tasks : Task definition files
15
15
tools : Tools for importing and visualising pycontrol data
16
16
pyControl_GUI.py : Python script to launch the GUI.
17
17
18
- Version: v1.7
18
+ Version: v1.7.1
19
19
---------------
20
20
You can’t perform that action at this time.
0 commit comments