Skip to content

0.29.3

Latest

Choose a tag to compare

@jjmartinezQT jjmartinezQT released this 07 Apr 13:07
· 66 commits to main since this release
510a5e1

Improvements

  • The tests for QbloxDraw have been modified such that the plots don't open on the user's browser when running pytests via VSCode.
    #924

  • Github Actions now use pytest-xdist plugin to run tests in parallel. To run tests in parallel locally use uv run pytest -n auto --dist loadfile. The --dist loadfile flag is mandatory to avoid conflicts between tests that edit shared data, and should be planned for removal in the future.
    #925

Bug fixes

  • For the Rohde & Schwarz SGS100A, a missing line in the driver prevented the settings from updating when set. This issue has been fixed.
    #927

  • Qblox-instruments version updated to the right one.
    #929