Skip to content

Commit

Permalink
Merge pull request #5220 from jenshnielsen/changelog_39
Browse files Browse the repository at this point in the history
Add changelog for 0.39.0
  • Loading branch information
jenshnielsen committed Jun 20, 2023
2 parents 63d41a8 + 149e256 commit 373b80e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
23 changes: 23 additions & 0 deletions docs/changes/0.39.0.rst
@@ -0,0 +1,23 @@
QCoDeS 0.39.0 (2023-06-20)
==========================

Note that this will be the last version to support Python 3.8. Please upgrade to at least
python 3.9.

Improved:
---------

- 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.
The Exception raised when a `dond`, `do1d` etc. measurement is interrupted (`BreakConditionInterrupt`) has been made public as part of the
`qcodes.dataset` module so it can be intercepted and handled by the user. (:pr:`5200`)
- When writing a `DataSetInMem` back to a database the exp_id, counter and run_id are correctly updated
to reflect the sate of the new database. `write_metadata_to_db` has also been fixed to use
the database passed to init of the `DataSetInMem` class if no path is provided. (:pr:`5209`)


Improved Drivers:
-----------------

- Fix Keithley 3706A driver to use the updated interlock status strings
(following up on :pr:`5007`) (:pr:`5147`)
- Increase default timeout on R&S ZNB and allow the instrument to overwrite default timeout (:pr:`5201`)
1 change: 1 addition & 0 deletions docs/changes/index.rst
Expand Up @@ -3,6 +3,7 @@ Changelogs

.. toctree::
Unreleased <unreleased>
0.39.0 <0.39.0>
0.38.1 <0.38.1>
0.38.0 <0.38.0>
0.37.0 <0.37.0>
Expand Down
2 changes: 0 additions & 2 deletions docs/changes/newsfragments/5147.improved_driver

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes/newsfragments/5200.improved

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/5201.improved_driver

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes/newsfragments/5209.improved

This file was deleted.

0 comments on commit 373b80e

Please sign in to comment.