Skip to content

Commit aa0ab2a

Browse files
authored
Merge pull request #6880 from microsoft/changelog_0_51_0
Add 0.51.0 changelog
2 parents 643b7b5 + 00a45ed commit aa0ab2a

File tree

8 files changed

+28
-11
lines changed

8 files changed

+28
-11
lines changed

docs/changes/0.51.0.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
QCoDeS 0.51.0 (2025-02-14)
2+
==========================
3+
4+
Breaking Changes:
5+
-----------------
6+
7+
- The deprecated and non functional function `qcodes.test()` has been removed. (:pr:`6665`)
8+
9+
10+
Improved:
11+
---------
12+
13+
- ``DelegateParameter`` now includes validators of its source Parameter into its validators. This ensures that a ``DelegateParameter``
14+
with a non numeric source parameter is registered correctly in a measurement when the ``DelegateParameter`` it self does not
15+
set a validator. (:pr:`6585`)
16+
- Fix a regression introduced in 0.50.0 where a DelegateParameter initialized with a None source
17+
would not correctly call get/set on the source parameter when this has been set. (:pr:`6671`)
18+
- When passing ``bind_to_instrument=False`` to ``InstrumentBase.add_parameter`` a warning that
19+
recommends not doing this is now raised suggesting a better alternative.
20+
This replaces an existing inconsistent warning which was misleading. (:pr:`6722`)
21+
- Only add magnet parameters if a magnet is detected in the Oxford Triton driver. (:pr:`6792`)
22+
23+
24+
Improved Drivers:
25+
-----------------
26+
27+
- Enabled use of ZNLE R&S VNA by recognizing the model name in RohdeSchwarzZNBBase, and creating an ZNLE## class as an alias (:pr:`6796`)

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.51.0 <0.51.0>
67
0.50.1 <0.50.1>
78
0.50.0 <0.50.0>
89
0.49.0 <0.49.0>

docs/changes/newsfragments/6585.improved

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

docs/changes/newsfragments/6665.breaking

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/newsfragments/6671.improved

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

docs/changes/newsfragments/6722.improved

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

docs/changes/newsfragments/6792.improved

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/newsfragments/6796.improved_driver

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)