Skip to content

Commit

Permalink
1.9 Dependencies Bugfix (#562)
Browse files Browse the repository at this point in the history
* CHANGELOG

* clippy

* clippy

* versioning

* fmt
  • Loading branch information
mlodi-hqs authored May 22, 2024
1 parent 212f6db commit 08525c1
Show file tree
Hide file tree
Showing 25 changed files with 4,706 additions and 3,527 deletions.
6 changes: 3 additions & 3 deletions .compatibility_tests/compatibility_test_1_0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_0"
version ="1.9.1"
version ="1.9.2"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -21,8 +21,8 @@ publish = false
[dependencies]
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.9", path="../../roqoqo", features=["serialize", "overrotate"]}
qoqo_calculator = { version="~1.1" }
roqoqo = {version="~1.9", path="../../roqoqo", features=["serialize", "overrotate"]}
bincode = {version="1.3"}
ndarray = "0.15"

Expand Down
6 changes: 3 additions & 3 deletions .compatibility_tests/compatibility_test_1_2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_2"
version ="1.9.1"
version ="1.9.2"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -21,8 +21,8 @@ publish = false
[dependencies]
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.9", path="../../roqoqo", features=["serialize", "overrotate"]}
qoqo_calculator = { version="~1.1" }
roqoqo = {version="~1.9", path="../../roqoqo", features=["serialize", "overrotate"]}
bincode = {version="1.3"}
ndarray = "0.15"

Expand Down
6 changes: 3 additions & 3 deletions .compatibility_tests/compatibility_test_1_3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_3"
version ="1.9.1"
version ="1.9.2"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -21,8 +21,8 @@ publish = false
[dependencies]
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.9", path="../../roqoqo", features=["serialize", "overrotate"]}
qoqo_calculator = { version="~1.1" }
roqoqo = {version="~1.9", path="../../roqoqo", features=["serialize", "overrotate"]}
bincode = {version="1.3"}
ndarray = "0.15"

Expand Down
6 changes: 3 additions & 3 deletions .compatibility_tests/compatibility_test_1_4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_4"
version ="1.9.1"
version ="1.9.2"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -21,8 +21,8 @@ publish = false
[dependencies]
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.9", path="../../roqoqo", features=["serialize", "overrotate"]}
qoqo_calculator = { version="~1.1" }
roqoqo = {version="~1.9", path="../../roqoqo", features=["serialize", "overrotate"]}
bincode = {version="1.3"}
ndarray = "0.15"

Expand Down
6 changes: 3 additions & 3 deletions .compatibility_tests/compatibility_test_1_5/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_5"
version ="1.9.1"
version ="1.9.2"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -21,8 +21,8 @@ publish = false
[dependencies]
test_roqoqo_1_5 = {package = "roqoqo", version="=1.5.0"}
test_roqoqo_derive_1_5 = {package = "roqoqo-derive", version="=1.5.0"}
qoqo_calculator = { version="1.1" }
roqoqo = {version="1.9", path="../../roqoqo", features=["serialize", "overrotate"]}
qoqo_calculator = { version="~1.1" }
roqoqo = {version="~1.9", path="../../roqoqo", features=["serialize", "overrotate"]}
bincode = {version="1.3"}
ndarray = "0.15"

Expand Down
6 changes: 3 additions & 3 deletions .compatibility_tests/compatibility_test_1_6/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_6"
version ="1.9.1"
version ="1.9.2"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -21,8 +21,8 @@ publish = false
[dependencies]
test_roqoqo_1_6 = {package = "roqoqo", version="=1.6.1"}
test_roqoqo_derive_1_6 = {package = "roqoqo-derive", version="=1.6.1"}
qoqo_calculator = { version="1.1" }
roqoqo = {version="1.9", path="../../roqoqo", features=["serialize", "overrotate"]}
qoqo_calculator = { version="~1.1" }
roqoqo = {version="~1.9", path="../../roqoqo", features=["serialize", "overrotate"]}
bincode = {version="1.3"}
ndarray = "0.15"

Expand Down
6 changes: 3 additions & 3 deletions .compatibility_tests/compatibility_test_1_7/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_7"
version ="1.9.1"
version ="1.9.2"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -21,8 +21,8 @@ publish = false
[dependencies]
test_roqoqo_1_7 = {package = "roqoqo", version="=1.7.1"}
test_roqoqo_derive_1_7 = {package = "roqoqo-derive", version="=1.7.1"}
qoqo_calculator = { version="1.1" }
roqoqo = {version="1.9", path="../../roqoqo", features=["serialize", "overrotate"]}
qoqo_calculator = { version="~1.1" }
roqoqo = {version="~1.9", path="../../roqoqo", features=["serialize", "overrotate"]}
bincode = {version="1.3"}
ndarray = "0.15"

Expand Down
6 changes: 3 additions & 3 deletions .compatibility_tests/compatibility_test_1_8/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_8"
version ="1.9.1"
version ="1.9.2"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -21,8 +21,8 @@ publish = false
[dependencies]
test_roqoqo_1_8 = {package = "roqoqo", version="=1.8.0"}
test_roqoqo_derive_1_8 = {package = "roqoqo-derive", version="=1.8.0"}
qoqo_calculator = { version="1.1" }
roqoqo = {version="1.9", path="../../roqoqo", features=["serialize", "overrotate"]}
qoqo_calculator = { version="~1.1" }
roqoqo = {version="~1.9", path="../../roqoqo", features=["serialize", "overrotate"]}
bincode = {version="1.3"}
ndarray = "0.15"

Expand Down
4 changes: 2 additions & 2 deletions .compatibility_tests/compatibility_test_sim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_sim"
version = "1.9.1"
version = "1.9.2"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_2 = {package = "roqoqo", features=["serialize"], version="=1.2.5"}
qoqo_calculator = { version="1.1" }
qoqo_calculator = { version="~1.1" }
roqoqo = {path="../../roqoqo", features=["serialize", "overrotate"]}
num-complex = {version="0.4"}
ndarray="0.15"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This changelog track changes to the qoqo project starting at version v0.5.0

## 1.9.2

### Fixed in 1.9.2

* Fixed dependencies issues caused by Pyo3 0.21 support release

## 1.9.1

### Fixed in 1.9.1
Expand Down
Loading

0 comments on commit 08525c1

Please sign in to comment.