|
| 1 | +Changelog for QCoDeS 0.28.0 |
| 2 | +=========================== |
| 3 | + |
| 4 | +The August 2021 release of QCoDeS. |
| 5 | + |
| 6 | +----------------- |
| 7 | +Breaking Changes: |
| 8 | +----------------- |
| 9 | + |
| 10 | +- get_guids_from_multiple_run_ids accepts connection over dbpath in the function. (#3222) |
| 11 | + |
| 12 | +---- |
| 13 | +New: |
| 14 | +---- |
| 15 | +- Use thread pool when acquiring parameters to save time on recreating threads, new ThreadPoolParamsCaller, |
| 16 | + use it in do1d, do2d, dond. (#3170) |
| 17 | +- QCoDeS has not the ability to set a default experiment in a Python session, and now, creating/ loading an experiment |
| 18 | + automatically sets that experiment as the default one. (#3214) |
| 19 | +- The dond function has gained the ability to produce multiple datasets when measuring multiple parameters. (#3186) |
| 20 | +- Make parameter registration on instrument part of parameter init. (#3191) |
| 21 | +- Add post sweep actions to doND sweeps. (#3283) |
| 22 | +- load experiment functions accept duplicated experiment name, and new_experiment warns if creates duplicated |
| 23 | + experiment. (#3296) |
| 24 | + |
| 25 | +--------- |
| 26 | +Improved: |
| 27 | +--------- |
| 28 | +- Fix shapes of dond datasets with additional setpoints. (#3305) |
| 29 | + |
| 30 | + |
| 31 | +----------------- |
| 32 | +Improved drivers: |
| 33 | +----------------- |
| 34 | + |
| 35 | +- Update voltage parameter for Keithley2600 SMU to be aware of measurement status. (#3251) |
| 36 | + |
| 37 | +--------------- |
| 38 | +Under the hood: |
| 39 | +--------------- |
| 40 | + |
| 41 | +- Adding a Sphinx extension to document Parameter attributes. (#3224) |
| 42 | +- Work around legacy test issue with hf51.12.1 on conda forge. (#3278) |
| 43 | +- Make qcodes install mostly pep517/518 compliant. (#3288) |
| 44 | +- Log all installed packages. (#3289) |
| 45 | +- Remove pre-commit job from the repository in favor of pre-commit integration in the CI. (#3293, #3290) |
| 46 | +- Explicitly depend on setuptools. (#3294) |
0 commit comments