Skip to content

Commit 531189c

Browse files
release/v0.3.0
1 parent 5521d9e commit 531189c

File tree

3 files changed

+70
-1
lines changed

3 files changed

+70
-1
lines changed

docs/changes/0.3.0.rst

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
Changelog for QCoDeS 0.3.0
2+
==========================
3+
4+
The May 2019 release of QCoDeS contains a large backend re-structure of the Measurement.DataSaver logic
5+
as well a handful of driver improvements and some new data saving functionalities.
6+
7+
## New & Improved
8+
9+
- New and Improved Drivers:
10+
11+
- Alazar Cards:
12+
- All models; limit maximum buffer size as documented for AlazarBeforeAsyncRead (#1535)
13+
- All models; add api instance as initialization parameter (#1524)
14+
15+
- Arbitraty Waveform Generators:
16+
- Keysight 33510B: add support for this specific model (#1544)
17+
- Zurich Instruments HDAWG8; Remove warning when taking snapshot of ZIHDAWG8 (#1561)
18+
19+
- Lock-in Amplifiers:
20+
- Zurich Instruments UHF-LI; support all 8 oscillators with MF option (#1546)
21+
- Zurich Instruments UHF-LI; add parameter to UHFLI driver to select oscillator per demodulator (#1551)
22+
23+
- Magnets:
24+
- American Magnetics AMI430; allow a broader range of field limit values (#1558)
25+
- American Magnetics AMI430; fix coil-constant related bug (#1527)
26+
27+
- Multimeters:
28+
- Tektronix Keithley 6500; allow immediate triggering (#1576)
29+
- Tektronix Keithley 6500; fix invalid SCPI commands (#1541)
30+
31+
- Source Meters:
32+
- Tektronix Keithley 2450; add brand new driver! (#1533, #1569)
33+
- Vector Generators:
34+
- Keysight E8267D; extend frequency modulation features (#1554)
35+
36+
- Vector Network Analyzers:
37+
- Rohde&Schwarz ZNB; make initialization more fail-safe (#1564)
38+
39+
- Others:
40+
- Mj2; allow higher gain (#1575)
41+
- Cryocon; allow the setting of the termination character (#1559)
42+
43+
- Data Saving Features:
44+
45+
- Allow arrays of different lengths to be stored together (#1477)
46+
- Allow complex numbers (#1484, #1489, #1493)
47+
- Infer the SQLite storage type of parameters (#1494)
48+
49+
- Documentation:
50+
51+
- Increase title consistency (#1553)
52+
53+
- Database upgrades:
54+
55+
- Schema version bumped to 5; snapshot column always present (#1562)
56+
57+
- QCoDeS Workflow:
58+
59+
- Extend QCoDeS-Station to be configurable through yaml file (#1560)
60+
61+
## Breaking Changes
62+
63+
- The DataSet no longer has an `add_parameter` method (#1547)
64+
65+
## Miscellaneous
66+
67+
- The python package dependencies have been updated (#1550)
68+
- Our copyright is up to date :) (#1552)

docs/changes/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Changelogs
1414
0.1.11 <0.1.11>
1515
0.2.0 <0.2.0>
1616
0.2.1 <0.2.1>
17+
0.3.0 <0.3.0>

qcodes/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.1'
1+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)