|
| 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) |
0 commit comments