1
- Changelog for QCoDeS 0.9.0
2
- ==========================
1
+ Changelog for QCoDeS 0.9.0rc1
2
+ =============================
3
3
4
4
(NOTE RELEASED YET) The December 2019 release of QCoDeS
5
5
6
6
New:
7
7
____
8
8
9
- * .. .
10
-
9
+ * Call `` start_all_logging `` on qcodes import .
10
+ See this example _ for more details on how this can be configured. (#1850)
11
11
12
12
Improved:
13
13
_________
14
14
15
- * ...
16
-
15
+ * Improvements to dataset notebooks (#1813)
16
+ * Fix warning in matplotlib plotting for legacy dataset (#1839)
17
+ * Add electrical delay parameter and function set_electrical_delay_auto for ZNB driver (#1849)
18
+ * Keysight 344xxA: Fix formatting issues (#1851)
19
+ * Fix docstrings in parameter.py (#1855)
20
+ * Update Infiniium.py: add option to save waveform to usb (#1716)
17
21
18
22
New Instrument drivers:
19
23
_______________________
20
24
21
- * ...
22
-
25
+ * Keysight 34980A driver (#1810, #1867)
23
26
24
27
Under the hood:
25
28
_______________
26
29
27
- * ...
28
-
30
+ * Move QCoDeS import into function that needs it to break potential circular import (#1870)
31
+ * Fix return type of _BaseParameter.__call__ (#1839)
32
+ * CI: Trigger azure pipeline on tags (#1837)
33
+ * CI: Travis don't apt-get install (#1842)
34
+ * CI: Travis Explicitly whitelist branches and tags to build (#1865)
35
+ * CI: Check for consistent line ending using Codacy (#1866)
36
+ * CI: Also trigger azure builds on release branches (#1868)
37
+ * CI: Azure twine -r name should match service endpoint (#1869)
29
38
30
39
Breaking Changes:
31
40
_________________
@@ -34,7 +43,6 @@ _________________
34
43
* ``Parameter.set_validator `` method after long deprecation period has been
35
44
removed (#1856)
36
45
37
-
38
46
Deprecations:
39
47
_____________
40
48
@@ -45,11 +53,10 @@ _____________
45
53
instrument drivers is deprecated now. Use ``Parameter.set `` and
46
54
``Parameter.cache.set `` methods instead. (#1858)
47
55
48
-
49
56
Recommended Dependencies:
50
57
_________________________
51
58
52
- * ...
53
-
54
-
59
+ * Type checking should be done with Mypy 0.750. (#1863)
60
+ * Docs are build using Sphinx 2.2.2 (#1864)
55
61
62
+ .. _example : ../examples/logging/logging_example.ipynb
0 commit comments