Skip to content

Commit d617453

Browse files
Update v0.12.0 changelog and add template v0.13.0
1 parent a569dc8 commit d617453

File tree

3 files changed

+59
-14
lines changed

3 files changed

+59
-14
lines changed

docs/changes/0.12.0.rst

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Changelog for QCoDeS 0.12.0 (not released yet)
1+
Changelog for QCoDeS 0.12.0
22

3-
The March 2020 release of QCoDeS (not released yet)
3+
The March 2020 release of QCoDeS
44

55
Breaking Changes:
66
_________________
@@ -11,14 +11,15 @@ _________________
1111
New Instrument drivers:
1212
_______________________
1313

14-
* .
14+
* Keithley 3706A High Performance DMM/Switch System. (#1884)
15+
* QDevil QDAC High Precision Voltage Generator. (#1613)
1516

1617

1718
Improved drivers:
1819
_________________
1920

20-
* .
21-
21+
* Yokogawa GS200 no longer throws snapshot exception during initialization. (#1930)
22+
* Keysight 34465A DMM now returns ±`numpy.inf` for out-of-range values and not `9e±37`. (#1929)
2223

2324
Improved:
2425
_________
@@ -29,22 +30,16 @@ _________
2930
Documentation:
3031
______________
3132

32-
* .
33+
No documentation updates in this release.
3334

3435

3536
Deprecations:
3637
_____________
3738

38-
* .
39+
Nothing deprecated :)
3940

4041

4142
Under the hood:
4243
_______________
4344

44-
* .
45-
46-
47-
Recommended Dependencies:
48-
_________________________
49-
50-
* .
45+
* The database version is now 9. An index was added for the `captured_run_id`. (#1925)

docs/changes/0.13.0.rst

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
Changelog for QCoDeS 0.13.0 (Not released yet)
2+
3+
The April 2020 release of QCoDeS (Not released yet)
4+
5+
Breaking Changes:
6+
_________________
7+
8+
* .
9+
10+
11+
New Instrument drivers:
12+
_______________________
13+
14+
* .
15+
16+
17+
Improved drivers:
18+
_________________
19+
20+
* .
21+
22+
Improved:
23+
_________
24+
25+
* .
26+
27+
28+
Documentation:
29+
______________
30+
31+
* .
32+
33+
34+
Deprecations:
35+
_____________
36+
37+
* .
38+
39+
40+
Under the hood:
41+
_______________
42+
43+
* .
44+
45+
46+
Recommended dependencies:
47+
_________________________
48+
49+
* .

docs/changes/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ Changelogs
2727
0.10.0 <0.10.0>
2828
0.11.0 <0.11.0>
2929
0.12.0 <0.12.0>
30+
0.13.0 <0.13.0>

0 commit comments

Comments
 (0)