v0.39.0 #5223
jenshnielsen
announced in
Announcements
v0.39.0
#5223
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
qcodesrc.json
config file and when usingdond
to perform measurements.The Exception raised when a
dond
,do1d
etc. measurement is interrupted (BreakConditionInterrupt
) has been made public as part of theqcodes.dataset
module so it can be intercepted and handled by the user. (Make in memory cache configurable #5200)DataSetInMem
back to a database the exp_id, counter and run_id are correctly updatedto reflect the sate of the new database.
write_metadata_to_db
has also been fixed to usethe database passed to init of the
DataSetInMem
class if no path is provided. (Update run_id when adding ds in mem to db #5209)Improved Drivers:
(following up on :pr:
5007
) (Fix Keithley 3706A driver to refer to the new interlock status string #5147)This discussion was created from the release v0.39.0.
Beta Was this translation helpful? Give feedback.
All reactions