Skip to content

Commit 373b80e

Browse files
authored
Merge pull request #5220 from jenshnielsen/changelog_39
Add changelog for 0.39.0
2 parents 63d41a8 + 149e256 commit 373b80e

File tree

6 files changed

+24
-9
lines changed

6 files changed

+24
-9
lines changed

docs/changes/0.39.0.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
QCoDeS 0.39.0 (2023-06-20)
2+
==========================
3+
4+
Note that this will be the last version to support Python 3.8. Please upgrade to at least
5+
python 3.9.
6+
7+
Improved:
8+
---------
9+
10+
- The in memory cache of a dataset can now be configured both from the `qcodesrc.json` config file and when using `dond` to perform measurements.
11+
The Exception raised when a `dond`, `do1d` etc. measurement is interrupted (`BreakConditionInterrupt`) has been made public as part of the
12+
`qcodes.dataset` module so it can be intercepted and handled by the user. (:pr:`5200`)
13+
- When writing a `DataSetInMem` back to a database the exp_id, counter and run_id are correctly updated
14+
to reflect the sate of the new database. `write_metadata_to_db` has also been fixed to use
15+
the database passed to init of the `DataSetInMem` class if no path is provided. (:pr:`5209`)
16+
17+
18+
Improved Drivers:
19+
-----------------
20+
21+
- Fix Keithley 3706A driver to use the updated interlock status strings
22+
(following up on :pr:`5007`) (:pr:`5147`)
23+
- Increase default timeout on R&S ZNB and allow the instrument to overwrite default timeout (:pr:`5201`)

docs/changes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changelogs
33

44
.. toctree::
55
Unreleased <unreleased>
6+
0.39.0 <0.39.0>
67
0.38.1 <0.38.1>
78
0.38.0 <0.38.0>
89
0.37.0 <0.37.0>

docs/changes/newsfragments/5147.improved_driver

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

docs/changes/newsfragments/5200.improved

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

docs/changes/newsfragments/5201.improved_driver

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/newsfragments/5209.improved

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

0 commit comments

Comments
 (0)