-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applied bugfix and update to pyo3 0.19 (#518)
* Applied bugfix and update to pyo3 0.19 * new tests * additional supported version check * missing test case --------- Co-authored-by: mlodi-hqs <[email protected]>
- Loading branch information
Showing
22 changed files
with
212 additions
and
170 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "compatibility_test_1_0" | ||
version ="1.5.0" | ||
version ="1.5.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_0 = {package = "roqoqo", version="=1.0.0"} | ||
test_roqoqo_derive_1_0 = {package = "roqoqo-derive", version="=1.0.0"} | ||
qoqo_calculator = { version="1.1" } | ||
roqoqo = {version="1.5.0", path="../../roqoqo", features=["serialize", "overrotate"]} | ||
roqoqo = {version="1.5.1", path="../../roqoqo", features=["serialize", "overrotate"]} | ||
bincode = {version="1.3"} | ||
ndarray = "0.15" | ||
|
||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "compatibility_test_1_2" | ||
version ="1.5.0" | ||
version ="1.5.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_2 = {package = "roqoqo", version="=1.2.5"} | ||
test_roqoqo_derive_1_2 = {package = "roqoqo-derive", version="=1.2.5"} | ||
qoqo_calculator = { version="1.1" } | ||
roqoqo = {version="1.5.0", path="../../roqoqo", features=["serialize", "overrotate"]} | ||
roqoqo = {version="1.5.1", path="../../roqoqo", features=["serialize", "overrotate"]} | ||
bincode = {version="1.3"} | ||
ndarray = "0.15" | ||
|
||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "compatibility_test_1_3" | ||
version ="1.5.0" | ||
version ="1.5.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_3 = {package = "roqoqo", version="=1.3.2"} | ||
test_roqoqo_derive_1_3 = {package = "roqoqo-derive", version="=1.3.2"} | ||
qoqo_calculator = { version="1.1" } | ||
roqoqo = {version="1.5.0", path="../../roqoqo", features=["serialize", "overrotate"]} | ||
roqoqo = {version="1.5.1", path="../../roqoqo", features=["serialize", "overrotate"]} | ||
bincode = {version="1.3"} | ||
ndarray = "0.15" | ||
|
||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "compatibility_test_1_4" | ||
version ="1.5.0" | ||
version ="1.5.1" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
@@ -22,7 +22,7 @@ publish = false | |
test_roqoqo_1_4 = {package = "roqoqo", version="=1.4.0"} | ||
test_roqoqo_derive_1_4 = {package = "roqoqo-derive", version="=1.4.0"} | ||
qoqo_calculator = { version="1.1" } | ||
roqoqo = {version="1.5.0", path="../../roqoqo", features=["serialize", "overrotate"]} | ||
roqoqo = {version="1.5.1", path="../../roqoqo", features=["serialize", "overrotate"]} | ||
bincode = {version="1.3"} | ||
ndarray = "0.15" | ||
|
||
|
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
Oops, something went wrong.