You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/changes/0.7.0.rst
+19-10
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,37 @@ The October 2019 release of QCoDeS
6
6
New:
7
7
____
8
8
9
-
* news
9
+
* Introduce a new kind of deprecation warning (#1752). Users, please take deprecation warnings seriously. See also breaking changes below.
10
10
11
11
Improved:
12
12
_________
13
13
14
-
* improved
15
-
16
-
New Instrument drivers:
17
-
_______________________
18
-
19
-
* drivers
14
+
* API documentation improved! (#1725)
20
15
21
16
Improved Drivers:
22
17
_________________
23
18
24
-
* improved drivers
19
+
* Keithley 2600 Sourcemeter: now implements a time trace parameter and autorange functionality (#1684)
20
+
* Keysight 344xxA Digital Multimeter: now implements a time trace parameter (#1750)
21
+
* Keysight B 1500 Parameter Analyzer: now supports phase compensation, open compensation, clear frequency list, and abort measurement (#1704) and reading the error message (#1758)
22
+
* Lakeshore Model 372 Temperature Controller: Improve the snapshot and add new heater parameter (#1746)
23
+
* Dynacool PPMS: the tolerance for when the magnetic field has reached its target is now a parameter (#1754)
25
24
26
25
Under the hood:
27
26
_______________
28
27
29
-
*
28
+
* Start supporting python 3.8 (#1723)
29
+
* Use `importlib-metadata` (#1721)
30
+
* Fix a bug in `create_on_off_val_mapping` (#1732)
31
+
* Fix a bug in `get_shaped_data_by_runid` (#1735)
32
+
* Use `mypy` 0.730 (#1738)
33
+
* Add type annotations to more of the code base (#1739, #1743)
34
+
* Require type annotations in more of the code base (#1747)
35
+
* Fix a bug in the handling of instrument metadata (#1740)
36
+
* Fix a bug in `GroupParameter` that prevented the use of `initial_value` (#1742)
37
+
* Make the `set_to` context manager of parameters more robust and faster (#1749)
38
+
* Make the `get_latest` method of parameters more robust (#1751)
39
+
* Make test collection faster (#1755)
30
40
31
41
Breaking Changes:
32
42
_________________
@@ -42,4 +52,3 @@ _________________
42
52
be specified as type and the driver field removed. (#1753, #1760)
43
53
* Specifying the limits of a parameter as a list of comma separated values is deprecated. Instead the limits
0 commit comments