Skip to content

Emit a single warning about pending package namespace change#25

Merged
nonhermitian merged 1 commit into
qiskit-community:masterfrom
mtreinish:warn-about-namespace-change
Nov 11, 2020
Merged

Emit a single warning about pending package namespace change#25
nonhermitian merged 1 commit into
qiskit-community:masterfrom
mtreinish:warn-about-namespace-change

Conversation

@mtreinish
Copy link
Copy Markdown
Collaborator

Summary

In the release after next, 0.4.0, we will change the namespace of the
package from 'qiskit.providers.aqt' to 'qiskit_aqt_provider'. This is
being done for 2 reasons. The first is to make it clear what is developed
as part of the core qiskit project, and things on top of it. The second
is that python namespace packaging is quite error prone and a frequent
cause of user issues. So having the aqt provider package own its own
namespace should make it much more reliable to install and use. (see
Qiskit/qiskit#559 for more details). While the first reason may change
over time as the priorities and objective of the Qiskit project evolve,
the second will always remain true. So even if the first goes away this
will be a one way permanent change.

Details and comments

In the release after next, 0.4.0, we will change the namespace of the
package from 'qiskit.providers.aqt' to 'qiskit_aqt_provider'. This is
being done for 2 reasons. The first is to make it clear what is developed
as part of the core qiskit project, and things on top of it. The second
is that python namespace packaging is quite error prone and a frequent
cause of user issues. So having the aqt provider package own its own
namespace should make it much more reliable to install and use. (see
Qiskit/qiskit#559 for more details). While the first reason may change
over time as the priorities and objective of the Qiskit project evolve,
the second will always remain true. So even if the first goes away this
will be a one way permanent change.
@nonhermitian nonhermitian self-requested a review November 11, 2020 14:51
@nonhermitian nonhermitian merged commit 0ebb74d into qiskit-community:master Nov 11, 2020
@mtreinish mtreinish deleted the warn-about-namespace-change branch November 11, 2020 14:52
wilfried-huss pushed a commit that referenced this pull request Sep 26, 2023
* Update pyproject.toml

* updated poetry.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants