Skip to content

Commit

Permalink
Merge pull request #3709 from astafan8/changelog31
Browse files Browse the repository at this point in the history
Add 0.31.0 changelog
  • Loading branch information
astafan8 committed Dec 20, 2021
2 parents 681dd67 + 35576d2 commit a3440d0
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 14 deletions.
31 changes: 31 additions & 0 deletions docs/changes/0.31.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
QCoDeS 0.31.0 (2021-12-20)
==========================

Improved:
---------

- Do not apply offset or scale when getting a DelegateParameter and source is
uninitialized (its value is None) to prevent a TypeError being raised. Closes
#3653 (#3662)
- get_parameter_data for an empty dataset now correctly
returns a dict of dicts of empty numpy arrays consistent
with how data is normally returned. Previously, this returned an
empty dict. (#3682)


New Drivers:
------------

- Adds a driver for the PNA N5222B (#3683)


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

- AMI430 magnet power supply: fix switch heater parameters that return 0 or 1 as a string (#3650)
- Adds CW mode to PNA 52xx (#3683)
- Update N52xx driver to fix warnings on initialization
related to not passing ``**kwargs`` in trace parameters (closes #3687).
PNA traces updated to use ParameterWithSetpoints as base instead of
ArrayParameter. (#3688)
- Add example notebook for R&S SGS100A RF source. (#3680)
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.31.0 <0.31.0>
0.30.1 <0.30.1>
0.30.0 <0.30.0>
0.29.1 <0.29.1>
Expand Down
1 change: 0 additions & 1 deletion docs/changes/newsfragments/3650.improved_driver

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes/newsfragments/3662.improved

This file was deleted.

4 changes: 0 additions & 4 deletions docs/changes/newsfragments/3682.improved

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/3683.improved_driver

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/3683.new_driver

This file was deleted.

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

This file was deleted.

0 comments on commit a3440d0

Please sign in to comment.