Skip to content

Commit

Permalink
Merge pull request #6880 from microsoft/changelog_0_51_0
Browse files Browse the repository at this point in the history
Add 0.51.0 changelog
  • Loading branch information
jenshnielsen authored Feb 17, 2025
2 parents 643b7b5 + 00a45ed commit aa0ab2a
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 11 deletions.
27 changes: 27 additions & 0 deletions docs/changes/0.51.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
QCoDeS 0.51.0 (2025-02-14)
==========================

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

- The deprecated and non functional function `qcodes.test()` has been removed. (:pr:`6665`)


Improved:
---------

- ``DelegateParameter`` now includes validators of its source Parameter into its validators. This ensures that a ``DelegateParameter``
with a non numeric source parameter is registered correctly in a measurement when the ``DelegateParameter`` it self does not
set a validator. (:pr:`6585`)
- Fix a regression introduced in 0.50.0 where a DelegateParameter initialized with a None source
would not correctly call get/set on the source parameter when this has been set. (:pr:`6671`)
- When passing ``bind_to_instrument=False`` to ``InstrumentBase.add_parameter`` a warning that
recommends not doing this is now raised suggesting a better alternative.
This replaces an existing inconsistent warning which was misleading. (:pr:`6722`)
- Only add magnet parameters if a magnet is detected in the Oxford Triton driver. (:pr:`6792`)


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

- Enabled use of ZNLE R&S VNA by recognizing the model name in RohdeSchwarzZNBBase, and creating an ZNLE## class as an alias (:pr:`6796`)
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.51.0 <0.51.0>
0.50.1 <0.50.1>
0.50.0 <0.50.0>
0.49.0 <0.49.0>
Expand Down
3 changes: 0 additions & 3 deletions docs/changes/newsfragments/6585.improved

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/6665.breaking

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changes/newsfragments/6671.improved

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/6792.improved

This file was deleted.

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

This file was deleted.

0 comments on commit aa0ab2a

Please sign in to comment.