Skip to content

Commit 73e7d0e

Browse files
authored
Merge pull request #1871 from jenshnielsen/changelog090
Changelog for 0.9.0
2 parents bd2f54d + 209ea86 commit 73e7d0e

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed

docs/changes/0.9.0.rst

+22-15
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,40 @@
1-
Changelog for QCoDeS 0.9.0
2-
==========================
1+
Changelog for QCoDeS 0.9.0rc1
2+
=============================
33

44
(NOTE RELEASED YET) The December 2019 release of QCoDeS
55

66
New:
77
____
88

9-
* ...
10-
9+
* Call ``start_all_logging`` on qcodes import.
10+
See this example_ for more details on how this can be configured. (#1850)
1111

1212
Improved:
1313
_________
1414

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)
1721

1822
New Instrument drivers:
1923
_______________________
2024

21-
* ...
22-
25+
* Keysight 34980A driver (#1810, #1867)
2326

2427
Under the hood:
2528
_______________
2629

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)
2938

3039
Breaking Changes:
3140
_________________
@@ -34,7 +43,6 @@ _________________
3443
* ``Parameter.set_validator`` method after long deprecation period has been
3544
removed (#1856)
3645

37-
3846
Deprecations:
3947
_____________
4048

@@ -45,11 +53,10 @@ _____________
4553
instrument drivers is deprecated now. Use ``Parameter.set`` and
4654
``Parameter.cache.set`` methods instead. (#1858)
4755

48-
4956
Recommended Dependencies:
5057
_________________________
5158

52-
* ...
53-
54-
59+
* Type checking should be done with Mypy 0.750. (#1863)
60+
* Docs are build using Sphinx 2.2.2 (#1864)
5561

62+
.. _example: ../examples/logging/logging_example.ipynb

0 commit comments

Comments
 (0)