v0.39.0
jenshnielsen
released this
20 Jun 13:12
·
3 commits
to release/v0.39.x
since this release
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 usingdond
to perform measurements.
The Exception raised when adond
,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. (#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 theDataSetInMem
class if no path is provided. (#5209)