-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from qBraid/rh1-release
prepare release
- Loading branch information
Showing
23 changed files
with
43 additions
and
828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
include *.txt *.md | ||
recursive-include docs *.rst *.py *.png *.ico *.txt | ||
recursive-include qbraid_qir *.py | ||
recursive-include tools *.py | ||
prune docs/build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ name = "qbraid-qir" | |
dynamic = ["version"] | ||
description = "qBraid-SDK extension providing support for QIR conversions." | ||
readme = "README.md" | ||
authors = [{ name = "qBraid Development Team", email = "[email protected]" }] | ||
license = { file = "LICENSE" } | ||
authors = [{name = "qBraid Development Team"}, {email = "[email protected]"}] | ||
license = {text = "GNU General Public License v3.0"} | ||
keywords = ["qbraid", "quantum", "qir", "llvm", "cirq", "openqasm"] | ||
classifiers = [ | ||
"Intended Audience :: Developers", | ||
|
@@ -25,7 +25,7 @@ classifiers = [ | |
"Topic :: Scientific/Engineering :: Physics" | ||
] | ||
dependencies = ["pyqir~=0.10.0", "numpy"] | ||
requires-python = ">= 3.9" | ||
requires-python = ">=3.9" | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/qBraid/qbraid-qir" | ||
|
@@ -38,7 +38,7 @@ Discord = "https://discord.gg/TPBU2sa8Et" | |
cirq = ["cirq-core>=1.3.0,<1.4.0"] | ||
qasm3 = ["openqasm3[parser]>=0.4.0,<0.6.0"] | ||
test = ["qbraid>=0.5.3,<0.7.0", "pytest", "pytest-cov"] | ||
lint = ["black[jupyter]", "isort", "pylint"] | ||
lint = ["black[jupyter]", "isort", "pylint", "qbraid-cli"] | ||
docs = ["sphinx~=7.3.7", "sphinx-autodoc-typehints>=1.24,<2.2", "sphinx-rtd-theme~=2.0.0", "docutils<0.22"] | ||
|
||
[tool.setuptools.dynamic] | ||
|
@@ -74,6 +74,5 @@ exclude_lines = [ | |
parallel = true | ||
source = ["qbraid_qir"] | ||
omit = [ | ||
"**/qbraid_qir/runner/simulator.py", | ||
"**/qbraid_qir/__init__.py" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
Version number (major.minor.patch[-label]) | ||
""" | ||
__version__ = "0.2.0.dev" | ||
__version__ = "0.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.