-
Notifications
You must be signed in to change notification settings - Fork 145
Conversation
@rathishcholarajan can you take a look |
So I'm a bit confused here, what is the status of qiskit-ibm-provider if we're telling people to use the runtime client instead? They're not equivalent sets of functionality. I get you're adding an interface for doing |
@renier - also unsure about the exact plan for this repo |
For reference Qiskit/qiskit-ibm-runtime#459 |
Putting on hold label back on. Like Matthew said we shouldn't deprecate this until there is a replacement. |
qiskit/providers/ibmq/__init__.py
Outdated
"for the next 3 months and then this package will no longer be supported. Please begin to use " | ||
"qiskit-ibm-provider (https://github.com/Qiskit/qiskit-ibm-provider) and " | ||
"qiskit-ibm-runtime (https://github.com/Qiskit/qiskit-ibm-runtime) instead.", | ||
DeprecationWarning, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FutureWarning
?
Co-authored-by: Luciano Bello <[email protected]>
…skit-ibmq-provider into add-deprecation-warning
qiskit/providers/ibmq/__init__.py
Outdated
warnings.warn( | ||
f"The package {__name__} is being deprecated. " | ||
"Please see " | ||
"https://qiskit.org/documentation/partners/qiskit_ibm_provider/tutorials/Migration_Guide_from_qiskit-ibmq-provider.html" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just created ibm.biz/provider_migration_guide, which is shorter and can be updated if the url changes. Maybe a better option?
"https://qiskit.org/documentation/partners/qiskit_ibm_provider/tutorials/Migration_Guide_from_qiskit-ibmq-provider.html" | |
"https://ibm.biz/provider_migration_guide" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just FYI the original link was added to the release note of Qiskit/qiskit#8080. If the url changes, we can consider change there as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But probably the best way to handle the link change would be redirect the original link to the new link. This can be done in sphinx using reredirect extension. Anyway, we don't need to worry about that now.
Summary
fixes #1042
Details and comments