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

Remove 0.24.0 deprecations #1907

Merged
merged 9 commits into from
Sep 23, 2024
Merged

Conversation

kt474
Copy link
Member

@kt474 kt474 commented Sep 5, 2024

Summary

Removes/updates everything that was deprecated in the 0.24.0 release. BackendV1 related things will be taken care of in a separate PR

Changes:

  • The arguments backend and session for Sampler and Estimator have been removed and replaced with "mode"
  • Primitive Session property has been replaced with mode
  • Specifying options without the full dictionary structure is no longer supported
  • Job.program_id() has been replaced with Job.primitive_id()
  • Service.run() and Session.run() have been replaced with a private method, _run()
  • In Service.backend(), "name" is now a required parameter
  • Service.get_backend() removed, replaced with backend()

Details and comments

Fixes #1911

@kt474 kt474 added the Changelog: Removal Include in the Removed section of the changelog label Sep 5, 2024
@kt474 kt474 merged commit ce5f7c4 into Qiskit:main Sep 23, 2024
18 checks passed
@kt474 kt474 deleted the remove-0.24.0-deprecations branch September 23, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Removal Include in the Removed section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation has to be updated
2 participants