Skip to content

Commit ce4b0ad

Browse files
authored
changelog 0.28.0 (#3223)
changelog 0.28.0
1 parent 2dbe228 commit ce4b0ad

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

docs/changes/0.28.0.rst

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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)

docs/changes/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Changelogs
22
==========
33

44
.. toctree::
5+
0.28.0 <0.28.0>
56
0.27.0 <0.27.0>
67
0.26.0 <0.26.0>
78
0.25.0 <0.25.0>

0 commit comments

Comments
 (0)