Skip to content

Commit a8bc484

Browse files
authored
Release/0.1.7 (#746)
* Docs: Changelog 0.1.7 * Bump version
1 parent d3e872d commit a8bc484

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

docs/changes/0.1.7.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Changelog for QCoDeS 0.1.7
2+
==========================
3+
4+
New & Improved
5+
--------------
6+
7+
- New and Improved drivers:
8+
9+
- Fixes to DecaDac driver (#713)
10+
- Driver for Oxford Kelvinox (#707)
11+
- Driver for Oxford ILM 200 Helium Level Meter (#706)
12+
- IPS120 Magnet driver (#660)
13+
- New AMI430 driver (#700)
14+
- Driver for tektronics awg5200 (#724)
15+
- Benchmark Keysight DMM software trigger (#729)
16+
- Faster qdac (#730, #737)
17+
- Ivvi triggers (#739)
18+
19+
- Features:
20+
21+
- Improved PyQtGraph performance (#712)
22+
- Improve default_parameter_name (#714)
23+
- Function to Close all instruments (#715)
24+
- Automatic Foreground qt window (#716) Requires pywin32 on windows not
25+
installed by default
26+
- Handle snapshot update failing better (#717)
27+
- Cleanup dependencies for easier install (#721)
28+
- Update Slack contact information (#727)

docs/changes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Changelogs
88
0.1.4 <0.1.4>
99
0.1.5 <0.1.5>
1010
0.1.6 <0.1.6>
11+
0.1.7 <0.1.7>

qcodes/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.6'
1+
__version__ = '0.1.7'

0 commit comments

Comments
 (0)