Skip to content

Commit

Permalink
Merge pull request #6334 from trevormorgan/v0.47.0_changelog
Browse files Browse the repository at this point in the history
Changelogs for v0.47.0 release
  • Loading branch information
jenshnielsen authored Aug 8, 2024
2 parents 89ff78d + 2e56ad7 commit b630e2c
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 16 deletions.
32 changes: 32 additions & 0 deletions docs/changes/0.47.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
QCoDeS 0.47.0 (2024-08-07)
==========================

Breaking Changes:
-----------------

This release supports Python 3.10 and later.

Improved Drivers:
-----------------

- Fixed the Harvard DecaDAC range not including the highest bit. (:pr:`6076`)
- Fixed Keysight 34465A DMM firmware version parsing. (:pr:`6076`)
- Fixed Oxford Instruments Triton section parsing. (:pr:`6076`)
- 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`)
- Added power output parameters to LakeShore335 driver, allowing configuration of the maximum heater current. (:pr:`6248`)
- Added input coupling and impedance parameters for channels in the Keysight Infiniium oscilloscope driver. (:pr:`6293`)
- Added 'offset' parameter to Tektronix AWG Channels. (:pr:`6303`)
- The ``qcodes.instrument_drivers.american_magnetics.AMIModel430`` driver can now be snapshotted with the heater missing or not enabled
without triggering warnings. Furthermore confusing aliases for parameters on the switch module have been deprecated since use of these would
lead to incorrect state of the parameters.
The aliases ``qcodes.instrument_drivers.american_magnetics.AMI_430_visa.AMI430_3D`` and ``qcodes.instrument_drivers.american_magnetics.AMI_430_visa.AMI430``
have been deprecated. (:pr:`6306`)
- Add setpoint ramp rate parameters to LakeShore335 driver,
this allows to configure the setpoint ramp rate. (:pr:`6322`)
- Add setpoint ramp status parameter to LakeShore335 driver,
this allows to monitor a ongoing setpoint ramp. (:pr:`6322`)

Other Changes:
--------------

- Improved error handling when checking experiment IDs in the experiment list. (:pr:`6305`)
1 change: 1 addition & 0 deletions docs/changes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changelogs

.. toctree::
Unreleased <unreleased>
0.47.0 <0.47.0>
0.46.0 <0.46.0>
0.45.0 <0.45.0>
0.44.1 <0.44.1>
Expand Down
3 changes: 0 additions & 3 deletions docs/changes/newsfragments/6076.improved_driver

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changes/newsfragments/6207.improved_driver

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changes/newsfragments/6248.improved_driver

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changes/newsfragments/6306.improved_driver

This file was deleted.

4 changes: 0 additions & 4 deletions docs/changes/newsfragments/6322.improved_driver

This file was deleted.

0 comments on commit b630e2c

Please sign in to comment.