File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------------------
2+ Version 2.0.2 2024-06-13
3+ -------------------------------------------------------------------------------
4+
5+ GUI:
6+
7+ - Various bug fixes.
8+
9+ - Specified UTF-8 encoding of data files to allow for non ASCII characters in variable names.
10+
11+ Devices:
12+
13+ - Added load cell class.
14+
115-------------------------------------------------------------------------------
216Version 2.0.1 2024-01-12
317-------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ pyControl
2020├── tasks # Task definition files
2121└── tools # Tools for working with pycontrol data
2222
23- Version: v2.0.1
23+ Version: v2.0.2
2424---------------
Original file line number Diff line number Diff line change 11import os
22import json
33
4- VERSION = "2.0.1 "
4+ VERSION = "2.0.2 "
55
66
77def get_setting (setting_type , setting_name , want_default = False ):
Original file line number Diff line number Diff line change 66from . import hardware as hw
77from . import utility as ut
88
9- VERSION = "2.0.1 "
9+ VERSION = "2.0.2 "
1010
1111
1212class pyControlError (BaseException ): # Exception for pyControl errors.
You can’t perform that action at this time.
0 commit comments