Skip to content

Commit ea0a89b

Browse files
Add changelog for v0.7.0 (#1762)
1 parent 107935b commit ea0a89b

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

docs/changes/0.7.0.rst

+19-10
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,37 @@ The October 2019 release of QCoDeS
66
New:
77
____
88

9-
* news
9+
* Introduce a new kind of deprecation warning (#1752). Users, please take deprecation warnings seriously. See also breaking changes below.
1010

1111
Improved:
1212
_________
1313

14-
* improved
15-
16-
New Instrument drivers:
17-
_______________________
18-
19-
* drivers
14+
* API documentation improved! (#1725)
2015

2116
Improved Drivers:
2217
_________________
2318

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

2625
Under the hood:
2726
_______________
2827

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

3141
Breaking Changes:
3242
_________________
@@ -42,4 +52,3 @@ _________________
4252
be specified as type and the driver field removed. (#1753, #1760)
4353
* Specifying the limits of a parameter as a list of comma separated values is deprecated. Instead the limits
4454
should be specified as an array. (#1756)
45-

0 commit comments

Comments
 (0)