Skip to content

Commit

Permalink
Version bump (alpha) (#577)
Browse files Browse the repository at this point in the history
* Using both struqture 1.0 and 2.0 in noise models

* Removed struqture two dep

* 1.11 Dependencies Bugfix (#559)

* clippy

* new cargos

* pyproject corr

* clippy

* lock + dependencies

* compat test cargos

* CHANGELOG

* test correction

* dead_code

* rand better pin

* roq dep compatibility tests

* CHANGELOG

* fmt (#560)

* Updated path

* Fixing issues

* Removed non-pipeline test

* Updated cimpatibility test struqture dep to 1.9

* Added compatibility test for 1.14

* trying to fix new compatibility test

* Fixing struqture import for test

* Fixing typo

* Commenting out test for now

* Increased version

* Updated deps and changelog

* Updated version of compatibility tests

* Added overwritten compatibility test file

---------

Co-authored-by: Matteo Lodi <[email protected]>
  • Loading branch information
kbarkhqs and mlodi-hqs authored Jul 25, 2024
1 parent f695295 commit e9e40f6
Show file tree
Hide file tree
Showing 24 changed files with 55 additions and 49 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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -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.2" }
roqoqo = { version = "~1.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.56"
Expand All @@ -22,7 +22,7 @@ publish = false
test_roqoqo_1_10 = { package = "roqoqo", version = "=1.10.0" }
test_roqoqo_derive_1_10 = { package = "roqoqo-derive", version = "=1.10.0" }
qoqo_calculator = { version = "~1.2" }
roqoqo = { version = "~1.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -22,7 +22,7 @@ publish = false
test_roqoqo_1_11 = { package = "roqoqo", version = "=1.11.0" }
test_roqoqo_derive_1_11 = { package = "roqoqo-derive", version = "=1.11.0" }
qoqo_calculator = { version = "~1.2" }
roqoqo = { version = "~1.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -22,7 +22,7 @@ publish = false
test_roqoqo_1_12 = { package = "roqoqo", version = "=1.12.1" }
test_roqoqo_derive_1_12 = { package = "roqoqo-derive", version = "=1.12.1" }
qoqo_calculator = { version = "~1.2" }
roqoqo = { version = "~1.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -22,7 +22,7 @@ publish = false
test_roqoqo_1_13 = { package = "roqoqo", version = "=1.13.0" }
test_roqoqo_derive_1_13 = { package = "roqoqo-derive", version = "=1.13.0" }
qoqo_calculator = { version = "~1.2" }
roqoqo = { version = "~1.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -23,7 +23,7 @@ test_roqoqo_1_14 = { package = "roqoqo", version = "=1.14.0" }
test_roqoqo_derive_1_14 = { package = "roqoqo-derive", version = "=1.14.0" }
test_struqture_1_14 = { package = "struqture", version = "=1.7.1" }
qoqo_calculator = { version = "~1.2" }
roqoqo = { version = "~1.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -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.2" }
roqoqo = { version = "~1.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -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.2" }
roqoqo = { version = "~1.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -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.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -22,7 +22,7 @@ publish = false
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.2" }
roqoqo = { version = "~1.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -22,7 +22,7 @@ publish = false
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.2" }
roqoqo = { version = "~1.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -22,7 +22,7 @@ publish = false
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.2" }
roqoqo = { version = "~1.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -22,7 +22,7 @@ publish = false
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.2" }
roqoqo = { version = "~1.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -22,7 +22,7 @@ publish = false
test_roqoqo_1_9 = { package = "roqoqo", version = "=1.9.0" }
test_roqoqo_derive_1_9 = { package = "roqoqo-derive", version = "=1.9.0" }
qoqo_calculator = { version = "~1.2" }
roqoqo = { version = "~1.15", path = "../../roqoqo", features = [
roqoqo = { version = "~1.15.2-alpha.0", path = "../../roqoqo", features = [
"serialize",
"overrotate",
] }
Expand Down
2 changes: 1 addition & 1 deletion .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.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
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.5.2-alpha.0

### Added in 1.5.2-alpha.0

* Added support for noise model operator input from struqture 2.x. Output remains in struqture 1.x.

## 1.15.1

### Fixed in 1.15.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.15.1"
version = "1.15.2-alpha.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,6 +1,6 @@
[package]

version = "1.15.1"
version = "1.15.2-alpha.0"
name = "qoqo"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -40,8 +40,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.15", path = "../qoqo-macros" }
roqoqo = { version = "~1.15", path = "../roqoqo", features = [
qoqo-macros = { version = "~1.15.2-alpha.0", path = "../qoqo-macros" }
roqoqo = { version = "~1.15.2-alpha.0", 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.15.1"
version = "1.15.2-alpha.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
10 changes: 5 additions & 5 deletions qoqo/python/qoqo/DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -24527,7 +24527,7 @@ LICENSE-APACHE:


====================================================
qoqo 1.15.1
qoqo 1.15.2-alpha.0
https://github.com/HQSquantumsimulations/qoqo
by HQS Quantum Simulations <[email protected]>
Quantum computing circuit toolkit. Python interface of roqoqo
Expand Down Expand Up @@ -24739,7 +24739,7 @@ LICENSE:


====================================================
qoqo-macros 1.15.1
qoqo-macros 1.15.2-alpha.0
by HQS Quantum Simulations <[email protected]>
Macros for the qoqo crate
License: Apache-2.0
Expand Down Expand Up @@ -27745,7 +27745,7 @@ limitations under the License.


====================================================
roqoqo 1.15.1
roqoqo 1.15.2-alpha.0
https://github.com/HQSquantumsimulations/qoqo
by HQS Quantum Simulations <[email protected]>
Rust Quantum Computing Toolkit by HQS
Expand Down Expand Up @@ -27957,7 +27957,7 @@ LICENSE:


====================================================
roqoqo-derive 1.15.1
roqoqo-derive 1.15.2-alpha.0
by HQS Quantum Simulations <[email protected]>
Macros for the roqoqo crate
License: Apache-2.0
Expand Down Expand Up @@ -28168,7 +28168,7 @@ LICENSE:


====================================================
roqoqo-test 1.15.1
roqoqo-test 1.15.2-alpha.0
https://github.com/HQSquantumsimulations/qoqo
by HQS Quantum Simulations <[email protected]>
Testing helper functions for roqoqo toolkit
Expand Down
2 changes: 1 addition & 1 deletion roqoqo-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roqoqo-derive"
version = "1.15.1"
version = "1.15.2-alpha.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
Loading

0 comments on commit e9e40f6

Please sign in to comment.