Skip to content

Commit f6ba396

Browse files
committed
Modified Changelog, readme and gui_settings for release 1.6.2
1 parent 61a736b commit f6ba396

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

ChangeLog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
-------------------------------------------------------------------------------
2+
Version 1.6.2 23/12/2021
3+
-------------------------------------------------------------------------------
4+
5+
Framework:
6+
7+
- All pyControl specific functions are now imported by the user into the task
8+
file from the pyControl.utility module, rather than some functions being
9+
patched onto the task file after it has been imported by the framework.
10+
11+
- The button example task has been modified to match the example task in the
12+
pyControl manuscript. An additional version of the button task using named
13+
rather than * imports has been added for comparison of the two import methods.
14+
115
-------------------------------------------------------------------------------
216
Version 1.6.1 22/11/2021
317
-------------------------------------------------------------------------------

config/gui_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Graphical user interface settings.
22

3-
VERSION = '1.6.1'
3+
VERSION = '1.6.2'
44

55
update_interval = 10 # Interval between calls to the GUIs update function (ms).
66

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ tasks : Task definition files
1515
tools : Tools for importing and visualising pycontrol data
1616
pyControl_GUI.py : Python script to launch the GUI.
1717

18-
Version: v1.6.1
18+
Version: v1.6.2
1919
---------------
2020

0 commit comments

Comments
 (0)