Skip to content

Commit 2c14efd

Browse files
authored
Merge pull request #3376 from astafan8/changelog29
Changelog for qcodes 0.29.0
2 parents 5a9a978 + b339be1 commit 2c14efd

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

docs/changes/0.29.0.rst

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
Changelog for QCoDeS 0.29.0
2+
===========================
3+
4+
The September 2021 release of QCoDeS.
5+
6+
7+
----
8+
New:
9+
----
10+
11+
- Simultaneous ramping feature that enables you to sweep an AMI 3D magnet to (x,y,z) in
12+
time T or at vector ramp rate R, ramping all 3 axes together (in parallel) and
13+
making a linear/vector trajectory from current field to the setpoint
14+
in 3D magnetic field space. Please see updates to the AMI magnet driver example
15+
documentation. (#3233)
16+
- Galil DMC-41x3 stepper motor controller that can be used with Janis probes for
17+
moving the measurement arm. (#2626)
18+
19+
20+
---------
21+
Improved:
22+
---------
23+
24+
- Documentation: clarified contribution guides and contacts (#3375, #3370)
25+
- Raise ``ValueError`` if given more than one result for the same parameter name
26+
in ``DataSaver.add_result``. (#3265)
27+
28+
29+
-----------------
30+
Improved drivers:
31+
-----------------
32+
33+
- Keithley 2600 SMU support to return both voltage and current compliance limit errors. (#3339, #3362)
34+
- Make ``SR86xBufferReadout`` parameter take kwargs and pass them to base class. (#3341)
35+
36+
37+
---------------
38+
Under the hood:
39+
---------------
40+
41+
- Logging update to explicitly set encoding for file handler thus
42+
preventing issues on systems with less widespread encodings. (#3327)
43+
- Add type packages discovered by mypy --install-types. (#3379)
44+
- Resolved uncertainties package issues. (#3334)
45+
- ISSUE_TEMPLATE.md updates for reporting a bug. (#3345)
46+
- Make it possible to manually trigger codeql, using codeql-analysis.yml
47+
recommended by github. (#3314, #3329)
48+
- Remove redundant filters from test runner. (#3295)

docs/changes/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Changelogs
22
==========
33

44
.. toctree::
5+
0.29.0 <0.29.0>
56
0.28.0 <0.28.0>
67
0.27.0 <0.27.0>
78
0.26.0 <0.26.0>

0 commit comments

Comments
 (0)