Skip to content

Commit b630e2c

Browse files
authored
Merge pull request #6334 from trevormorgan/v0.47.0_changelog
Changelogs for v0.47.0 release
2 parents 89ff78d + 2e56ad7 commit b630e2c

File tree

7 files changed

+33
-16
lines changed

7 files changed

+33
-16
lines changed

docs/changes/0.47.0.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
QCoDeS 0.47.0 (2024-08-07)
2+
==========================
3+
4+
Breaking Changes:
5+
-----------------
6+
7+
This release supports Python 3.10 and later.
8+
9+
Improved Drivers:
10+
-----------------
11+
12+
- Fixed the Harvard DecaDAC range not including the highest bit. (:pr:`6076`)
13+
- Fixed Keysight 34465A DMM firmware version parsing. (:pr:`6076`)
14+
- Fixed Oxford Instruments Triton section parsing. (:pr:`6076`)
15+
- The long deprecated aliases to channels on MiniCircuits UsbSPDT drivers have been removed. This means that `channel_a` should be replaced by `a` and so on in any call to this driver. (:pr:`6207`)
16+
- Added power output parameters to LakeShore335 driver, allowing configuration of the maximum heater current. (:pr:`6248`)
17+
- Added input coupling and impedance parameters for channels in the Keysight Infiniium oscilloscope driver. (:pr:`6293`)
18+
- Added 'offset' parameter to Tektronix AWG Channels. (:pr:`6303`)
19+
- The ``qcodes.instrument_drivers.american_magnetics.AMIModel430`` driver can now be snapshotted with the heater missing or not enabled
20+
without triggering warnings. Furthermore confusing aliases for parameters on the switch module have been deprecated since use of these would
21+
lead to incorrect state of the parameters.
22+
The aliases ``qcodes.instrument_drivers.american_magnetics.AMI_430_visa.AMI430_3D`` and ``qcodes.instrument_drivers.american_magnetics.AMI_430_visa.AMI430``
23+
have been deprecated. (:pr:`6306`)
24+
- Add setpoint ramp rate parameters to LakeShore335 driver,
25+
this allows to configure the setpoint ramp rate. (:pr:`6322`)
26+
- Add setpoint ramp status parameter to LakeShore335 driver,
27+
this allows to monitor a ongoing setpoint ramp. (:pr:`6322`)
28+
29+
Other Changes:
30+
--------------
31+
32+
- Improved error handling when checking experiment IDs in the experiment list. (:pr:`6305`)

docs/changes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changelogs
33

44
.. toctree::
55
Unreleased <unreleased>
6+
0.47.0 <0.47.0>
67
0.46.0 <0.46.0>
78
0.45.0 <0.45.0>
89
0.44.1 <0.44.1>

docs/changes/newsfragments/6076.improved_driver

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changes/newsfragments/6207.improved_driver

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changes/newsfragments/6248.improved_driver

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changes/newsfragments/6306.improved_driver

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/changes/newsfragments/6322.improved_driver

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)