QCoDeS [UNRELEASED DRAFT] (2025-04-11)¶
Breaking Changes:¶
QCoDeS has dropped support for python 3.10. QCoDeS now supports Python 3.11, 3.12 and 3.13. (#7038)
New:¶
InstrumentBase.add_submodule
now returns the added submodule. This similar to changes made inadd_parameter
earlier. This makes it possible to assign this to an attribute which enables static code checkers, IDEs and documentation to discover submodules. TheGalil
drivers have been updated to make use of this. Consult theGalil
driver orCreating-Instrument-Drivers
notebook for examples of how to use this. It is planed that QCoDeS in the future will ship with a tool to automatically perform this refactor and updates to all included drivers. (#7017)