Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rreiner-hqs committed Nov 26, 2024
1 parent 29490ad commit de56421
Show file tree
Hide file tree
Showing 26 changed files with 3,097 additions and 3,092 deletions.
4 changes: 2 additions & 2 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.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -21,7 +21,7 @@ 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" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 deletions .compatibility_tests/compatibility_test_1_10/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["HQS Quantum Simulations <[email protected]>"]
name = "compatibility_test_1_10"
version = "1.16.1"
version = "1.17.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.70"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_10 = { package = "roqoqo", version = "=1.10.0" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 deletions .compatibility_tests/compatibility_test_1_11/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_11"
version = "1.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_11 = { package = "roqoqo", version = "=1.11.0" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 deletions .compatibility_tests/compatibility_test_1_12/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_12"
version = "1.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_12 = { package = "roqoqo", version = "=1.12.1" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 deletions .compatibility_tests/compatibility_test_1_13/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_13"
version = "1.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_13 = { package = "roqoqo", version = "=1.13.0" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 deletions .compatibility_tests/compatibility_test_1_14/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_14"
version = "1.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_14 = { package = "roqoqo", version = "=1.14.0" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 deletions .compatibility_tests/compatibility_test_1_15/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_15"
version = "1.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_15 = { package = "roqoqo", version = "=1.15.2" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 deletions .compatibility_tests/compatibility_test_1_16/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_16"
version = "1.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_16 = { package = "roqoqo", version = "=1.16.1" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 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.16.1"
version = "1.17.0"
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", version = "=1.2.5" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 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.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_3 = { package = "roqoqo", version = "=1.3.2" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 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.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_4 = { package = "roqoqo", version = "=1.4.0" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 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.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_5 = { package = "roqoqo", version = "=1.5.0" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 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.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_6 = { package = "roqoqo", version = "=1.6.1" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 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.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_7 = { package = "roqoqo", version = "=1.7.1" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 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.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_8 = { package = "roqoqo", version = "=1.8.0" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
4 changes: 2 additions & 2 deletions .compatibility_tests/compatibility_test_1_9/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compatibility_test_1_9"
version = "1.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ publish = false

[dependencies]
test_roqoqo_1_9 = { package = "roqoqo", version = "=1.9.0" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
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.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -23,7 +23,7 @@ test_roqoqo_1_2 = { package = "roqoqo", features = [
"serialize",
], version = "=1.2.5" }
qoqo_calculator = { version = "~1.2" }
roqoqo = { version = "~1.16", path = "../../roqoqo", features = [
roqoqo = { version = "~1.17", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ This changelog track changes to the qoqo project starting at version v0.5.0

## Unreleased

## 1.17.0

### Added in 1.17.0

* Added the documentation from qoqo_examples.
* Added `PragmaSimulationRepetitions` operation.

## 1.16.1

Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion qoqo-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qoqo-macros"
version = "1.16.1"
version = "1.17.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
readme = "../README.md"
Expand Down
6 changes: 3 additions & 3 deletions qoqo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "1.16.1"
version = "1.17.0"
name = "qoqo"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -39,8 +39,8 @@ num-complex = "0.4"
thiserror = "1.0"
qoqo_calculator = { version = "~1.2" }
qoqo_calculator_pyo3 = { version = "~1.2", default-features = false }
qoqo-macros = { version = "~1.16", path = "../qoqo-macros" }
roqoqo = { version = "~1.16", path = "../roqoqo", features = [
qoqo-macros = { version = "~1.17", path = "../qoqo-macros" }
roqoqo = { version = "~1.17", path = "../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
2 changes: 1 addition & 1 deletion qoqo/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "qoqo"
version = "1.16.1"
version = "1.17.0"
dependencies = ['numpy', 'qoqo_calculator_pyo3>=1.2, <1.3']
license = { text = "Apache-2.0 AND Apache-2.0 with LLVM-exception AND MIT AND Unicode-DFS-2016 AND BSD-2-Clause AND BSD-3-CLause" }
maintainers = [
Expand Down
Loading

0 comments on commit de56421

Please sign in to comment.