Skip to content

Commit

Permalink
Prepared for 1.6.0 release (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfwvogt authored Aug 10, 2023
1 parent b5d9213 commit 40375b5
Show file tree
Hide file tree
Showing 14 changed files with 29,745 additions and 7,591 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.6.0-alpha.2"
version ="1.6.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.1" }
roqoqo = {version="1.6.0-alpha.2", path="../../roqoqo", features=["serialize", "overrotate"]}
roqoqo = {version="1.6.0", path="../../roqoqo", features=["serialize", "overrotate"]}
bincode = {version="1.3"}
ndarray = "0.15"

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.6.0-alpha.2"
version ="1.6.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.1" }
roqoqo = {version="1.6.0-alpha.2", path="../../roqoqo", features=["serialize", "overrotate"]}
roqoqo = {version="1.6.0", path="../../roqoqo", features=["serialize", "overrotate"]}
bincode = {version="1.3"}
ndarray = "0.15"

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.6.0-alpha.2"
version ="1.6.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.6.0-alpha.2", path="../../roqoqo", features=["serialize", "overrotate"]}
roqoqo = {version="1.6.0", path="../../roqoqo", features=["serialize", "overrotate"]}
bincode = {version="1.3"}
ndarray = "0.15"

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.6.0-alpha.2"
version ="1.6.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.1" }
roqoqo = {version="1.6.0-alpha.2", path="../../roqoqo", features=["serialize", "overrotate"]}
roqoqo = {version="1.6.0", path="../../roqoqo", features=["serialize", "overrotate"]}
bincode = {version="1.3"}
ndarray = "0.15"

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.6.0-alpha.2"
version = "1.6.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
15 changes: 2 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,11 @@

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

## 1.6.0-alpha.2
## 1.6.0

### Added in 1.6.0-alpha.2
### Added in 1.6.0

* Added support for JsonSchema.

## 1.6.0-alpha.1

### Fixed in 1.6.0-alpha.1

* Renamed the PNRDetection operation to PhotonDetection.

## 1.6.0-alpha.0

### Added in 1.6.0-alpha.0

* Added first bosonic operations traits in `roqoqo` and `qoqo`.

## 1.5.1
Expand Down
Loading

0 comments on commit 40375b5

Please sign in to comment.