-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6880 from microsoft/changelog_0_51_0
Add 0.51.0 changelog
- Loading branch information
Showing
8 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.