File tree 3 files changed +108
-5
lines changed
3 files changed +108
-5
lines changed Original file line number Diff line number Diff line change
1
+ Changelog for QCoDeS 0.11.0
2
+ ===========================
3
+
4
+ The February 2020 release of QCoDeS
5
+
6
+
7
+ New Instrument drivers:
8
+ _______________________
9
+
10
+ * Keithley 7510 digital multimeter (#1912)
11
+
12
+
13
+ Improved drivers:
14
+ _________________
15
+
16
+ * New features for Keithley 2450 (#1906)
17
+ * Keysight B1500: Add units to current/voltage parameters to B1571A SMU module (#1920)
18
+ * Keysight 344xx (#1918)
19
+ * Yokogawa GS200 (#1901)
20
+ * Agilent instruments' drivers (#1904)
21
+ * Rohde Schwarz instruments' drivers (#1911)
22
+
23
+ Improved:
24
+ _________
25
+
26
+ * Allow passing database connection object to ``experiments() `` function (#1894)
27
+
28
+
29
+ Documentation:
30
+ ______________
31
+
32
+ * Add notes to instrument driver example about Windows-specific drivers (#1902)
33
+ * Fix links to issues in ``contributing.rst `` (#1919)
34
+ * Remove unused imports in ``15_minutes_to_QCoDeS `` notebook (#1923)
35
+
36
+
37
+ Deprecations:
38
+ _____________
39
+
40
+ * Deprecate ``DataSet.add_result `` as a duplicate of ``DataSet.add_results `` (#1926)
41
+
42
+
43
+ Under the hood:
44
+ _______________
45
+
46
+ * Continuing improvements on typing:
47
+
48
+ * Fix type of timestamp in monitor (#1922)
49
+ * Remove some doc types (#1905)
50
+ * Complete typing of logging module (#1907)
51
+ * Add types to monitor (#1908)
52
+
53
+ * Avoid calling pip script (#1910)
54
+ * Convert hypothesis args to kwargs (#1916)
55
+
56
+
57
+ Recommended Dependencies:
58
+ _________________________
59
+
60
+ * Build docs with sphinx 2.4.1 (#1924)
Original file line number Diff line number Diff line change 1
- Changelog for QCoDeS 0.12.0
2
- ===========================
1
+ Changelog for QCoDeS 0.12.0 (not released yet)
2
+ ==============================================
3
3
4
- The March 2020 release of QCoDeS
4
+ The March 2020 release of QCoDeS (not released yet)
5
+
6
+ Breaking Changes:
7
+ _________________
8
+
9
+ * .
10
+
11
+
12
+ New Instrument drivers:
13
+ _______________________
14
+
15
+ * .
16
+
17
+
18
+ Improved drivers:
19
+ _________________
20
+
21
+ * .
22
+
23
+
24
+ Improved:
25
+ _________
26
+
27
+ * .
28
+
29
+
30
+ Documentation:
31
+ ______________
32
+
33
+ * .
5
34
6
35
7
36
Deprecations:
8
- -------------
9
- * The `DataSet ` method `add_result ` is now deprecated in favour of the `add_results ` method. (#1926)
37
+ _____________
38
+
39
+ * .
40
+
41
+
42
+ Under the hood:
43
+ _______________
44
+
45
+ * .
46
+
47
+
48
+ Recommended Dependencies:
49
+ _________________________
50
+
51
+ * .
Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ Changelogs
25
25
0.8.1 <0.8.1>
26
26
0.9.0 <0.9.0>
27
27
0.10.0 <0.10.0>
28
+ 0.11.0 <0.11.0>
28
29
0.12.0 <0.12.0>
You can’t perform that action at this time.
0 commit comments