Changelog for QCoDeS 0.18.0¶
The September 2020 release of QCoDeS.
Breaking Changes:¶
There are no breaking changes in this release of QCoDeS.
New:¶
Improved:¶
Jump to value when trying to set a parameter that cannot be set in steps (can’t be swept) (#2128)
Raise exception if
get_cmd
is not defined in aGroup
ofGroupParameter
s (#2133)Add new
set_parameters
method toGroup
and remove the old deprecatedset
method (#2137)Update ArrayParameter Docs (#2126)
Add a docs page listing projects to QCoDeS project (#2142)
Improved drivers:¶
Under the hood:¶
Dependencies:¶
Constrain all requirements and their dependencies in requirements.txt (#2164)
Use
pip
s new resolver when installing dependencies (#2168)Fix docs and test requirements to minor version (#2148)
Restrict pyvisa to less than 1.11 (#2162)
Install pyqt for python 3.8 (#2157)
Require latest opencensus packages (#2141)
Remove no longer needed apt dependecies from travis (#1843)
Update nbconvert requirement from 5.6.1 to ~=6.0.3 (#2146, #2152, #2160)
Update pytest requirement from ~=6.0.1 to ~=6.0.2 (#2151)
Update coverage requirement from ~=5.2.1 to ~=5.3 (#2154)
Update sphinx-jsonschema requirement from ~=1.16.1 to ~=1.16.2 (#2155)
Update hypothesis requirement from ~=5.5.5 to ~=5.35.3 (#2158)