Skip to content

Commit 573eb8a

Browse files
committed
Add changelog for 0.54.3 and 0.54.4
1 parent 4863c39 commit 573eb8a

7 files changed

Lines changed: 28 additions & 10 deletions

File tree

docs/changes/0.54.3.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
QCoDeS 0.54.3 (2025-11-11)
2+
==========================
3+
4+
Improved:
5+
---------
6+
7+
- - Improved pyvisa-sim YAMLs for Lakeshore Models 335, 336, and 372.
8+
- Updated Lakeshore tests to use pyvisa-sim backend instead of mocked classes.
9+
- Updated lakeshore_base.py to bypass waiting when using blocking_t in sim mode. (:pr:`7606`)
10+
- Fixes a bug in the LinSweeper iterator that caused it to always raise StopIteration after
11+
completing a single sweep. This bug meant LinSweeper could not be used in a nested measurement function. (:pr:`7607`)
12+
13+
Improved Drivers:
14+
-----------------
15+
16+
- The Stanford SR86x drivers now statically assign attributes statically
17+
for more member InstrumentModules and parameters enabling better documentation,
18+
type checking and IDE integration. (:pr:`7542`)

docs/changes/0.54.4.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
QCoDeS 0.54.4 (2025-12-12)
2+
==========================
3+
4+
Improved:
5+
---------
6+
7+
- The `InterDependencies_` class is now frozen during the performance of a measurement so it cannot be modified.
8+
This enables caching of attributes on the class significantly reducing the overhead of measurements. (:pr:`7712`)

docs/changes/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Changelogs
33

44
.. toctree::
55
Unreleased <unreleased>
6+
0.54.4 <0.54.4>
7+
0.54.3 <0.54.3>
68
0.54.1 <0.54.1>
79
0.54.0 <0.54.0>
810
0.53.0 <0.53.0>

docs/changes/newsfragments/7542.improved_driver

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changes/newsfragments/7606.improved

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changes/newsfragments/7607.improved

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changes/newsfragments/7712.improved

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)