Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update qcodes requirement from ~=0.41.1 to ~=0.42.0 #723

Merged
merged 1 commit into from
Nov 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2023

Updates the requirements on qcodes to permit the latest version.

Release notes

Sourced from qcodes's releases.

v0.42.0

QCoDeS 0.42.0 (2023-11-16)

Breaking Changes:

  • Tests are no longer shipped as part of the qcodes package. The 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. (#5452)

Improved:

  • Fixed a bug in the Agilent 8257D where on and off would call a non existing parameter. The methods have been updated to call output_enabled. (#5496)
  • QCoDeS in memory datasets exported to netcdf with MultiIndexes are now correctly decompressed when reloaded with load_by_id and friends. (#5517)
  • Lakeshore 335 Output: Add parameter mapping for input=None (#5520)
  • The size calculation used to estimate when a dataset should be exported in chuncks has been improved. This will prevent "small" dataset with many rows from being exported in chuncks when not required. (#5523)

New:

  • Mark python 3.12 as supported and fix deprecation warnings with python 3.12 (#5408)
  • Mock instruments have been moved from qcodes.tests.instrument_mocks to qcodes.instrument_drivers.mock_instruments and DriverTestCase from qcodes.tests.driver_test_case to qcodes.extensions. This is in preparation for no longer shipping qcodes.tests as part of the public api. The previous locations remain functional but will be deprecated after one release. (#5486)
Commits
  • c619a7b Merge pull request #5525 from jenshnielsen/changelog_042
  • ce42bd2 Apply suggestions from code review
  • 4016970 add changelog for 0.42.0
  • a891d21 Add missing changes
  • 136ee26 Merge pull request #5523 from jenshnielsen/better_treshold
  • a0a33ce Merge pull request #5522 from QCoDeS/dependabot/pip/stringparser-0.7
  • 3123af7 Better calculation of array size.
  • bbf9651 opentelemetry only supports str as attribute not path
  • aa01715 basic test that purely numeric data is exported correctly
  • 80e9151 Bump stringparser from 0.6 to 0.7
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [qcodes](https://github.com/qcodes/qcodes) to permit the latest version.
- [Release notes](https://github.com/qcodes/qcodes/releases)
- [Commits](microsoft/Qcodes@v0.41.1...v0.42.0)

---
updated-dependencies:
- dependency-name: qcodes
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 16, 2023
@jenshnielsen jenshnielsen added this pull request to the merge queue Nov 19, 2023
Merged via the queue into main with commit 40d01a9 Nov 19, 2023
10 checks passed
@jenshnielsen jenshnielsen deleted the dependabot/pip/qcodes-approx-eq-0.42.0 branch November 19, 2023 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant