QCoDeS 0.51.0 #6885
jenshnielsen
announced in
Announcements
QCoDeS 0.51.0
#6885
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
QCoDeS 0.51.0 (2025-02-14)
Breaking Changes:
qcodes.test()
has been removed. (Remove deprecated noop qcodes.test #6665)Improved:
DelegateParameter
now includes validators of its source Parameter into its validators. This ensures that aDelegateParameter
with a non numeric source parameter is registered correctly in a measurement when the
DelegateParameter
it self does notset a validator. (Enable building of docs using 3.13 #6585)
would not correctly call get/set on the source parameter when this has been set. (Fix bug: delegate parameter doesn't call its source to get value #6671)
bind_to_instrument=False
toInstrumentBase.add_parameter
a warning thatrecommends not doing this is now raised suggesting a better alternative.
This replaces an existing inconsistent warning which was misleading. (Fix delegate parameter warning #6722)
Improved Drivers:
This discussion was created from the release QCoDeS 0.51.0.
Beta Was this translation helpful? Give feedback.
All reactions