v0.42.0: Merge pull request #5525 from jenshnielsen/changelog_042 #5526
jenshnielsen
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
QCoDeS 0.42.0 (2023-11-16)
Breaking Changes:
qcodes.tests
namespace still exists but will be deprecated in QCoDeS 0.43.0.
qcodes.test
is deprecated and will be removed in a future release.To run the tests against an installed version clone git repo to matching tag and
run
pytest tests
from the root of the repo. (Move tests outside of src layout #5452)Improved:
output_enabled
. (fix call to incorrect parameter in Agilent8257D driver #5496)correctly decompressed when reloaded with load_by_id and friends. (Fix expansion of multi index when loading im memory cache from a netcdf file #5517)
This will prevent "small" dataset with many rows from being exported in chuncks when not required. (Better treshold calculation for chunked output #5523)
New:
qcodes.tests.instrument_mocks
toqcodes.instrument_drivers.mock_instruments
andDriverTestCase
fromqcodes.tests.driver_test_case
toqcodes.extensions
. This is in preparation for no longer shippingqcodes.tests
as part of thepublic api. The previous locations remain functional but will be deprecated after one release. (Move DriverTestCase and mock Instruments out of tests module #5486)
This discussion was created from the release v0.42.0: Merge pull request #5525 from jenshnielsen/changelog_042.
Beta Was this translation helpful? Give feedback.
All reactions