File tree 6 files changed +37
-8
lines changed
6 files changed +37
-8
lines changed Original file line number Diff line number Diff line change 1
- ## 0.14.0-rc.3
1
+ ## 0.14.0
2
2
3
3
### Breaking Changes
4
4
12
12
- The QCS Client now fallbacks to default values when loading incomplete settings. The default ` grpc_api_url ` has been updated. (#314 )
13
13
- TranslationOptions builder-like struct with Python bindings (#308 )
14
14
15
+ ## 0.14.0-rc.3
16
+
17
+ ### Breaking Changes
18
+
19
+ - QVM timeout can now be configured via a new options parameter (#309 )
20
+ - change to signature of ` qpu::translate ` to be generic over translation options
21
+
22
+ ---------
23
+
24
+ ### Features
25
+
26
+ - The QCS Client now fallbacks to default values when loading incomplete settings. The default ` grpc_api_url ` has been updated. (#314 )
27
+ - TranslationOptions builder-like struct with Python bindings (#308 )
28
+
15
29
## 0.14.0-rc.2
16
30
17
31
### Breaking Changes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " qcs"
3
3
description = " High level interface for running Quil on a QPU"
4
- version = " 0.14.0-rc.3 "
4
+ version = " 0.14.0"
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
7
7
repository = " https://github.com/rigetti/qcs-sdk-rust"
Original file line number Diff line number Diff line change 1
- ## 0.9.0-rc.3
1
+ ## 0.9.0
2
2
3
3
### Breaking Changes
4
4
13
13
- Integrate with logging (#311 )
14
14
- TranslationOptions builder-like struct with Python bindings (#308 )
15
15
16
+ ## 0.9.0-rc.3
17
+
18
+ ### Breaking Changes
19
+
20
+ - QVM timeout can now be configured via a new options parameter (#309 )
21
+ - change to signature of ` qpu::translate ` to be generic over translation options
22
+
23
+ ---------
24
+
25
+ ### Features
26
+
27
+ - The QCS Client now fallbacks to default values when loading incomplete settings. The default ` grpc_api_url ` has been updated. (#314 )
28
+ - Integrate with logging (#311 )
29
+ - TranslationOptions builder-like struct with Python bindings (#308 )
30
+
16
31
## 0.9.0-rc.2
17
32
18
33
### Breaking Changes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " qcs-sdk-python"
3
3
description = " Python bindings to qcs-sdk-rust"
4
- version = " 0.9.0-rc.3 "
4
+ version = " 0.9.0"
5
5
edition = " 2021"
6
6
license = " Apache-2.0"
7
7
repository = " https://github.com/rigetti/qcs-sdk-rust"
Original file line number Diff line number Diff line change 1
1
# This is the metadata Maturin uploads to PyPI on publish
2
2
[project ]
3
3
name = " qcs-sdk-python"
4
- version = " 0.9.0-rc.3 "
4
+ version = " 0.9.0"
5
5
description = " Python interface for the QCS Rust SDK"
6
6
readme = " README.md"
7
7
license = { text = " Apache-2.0" }
@@ -25,7 +25,7 @@ classifiers = [
25
25
# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
26
26
[tool .poetry ]
27
27
name = " qcs-sdk-python"
28
- version = " 0.9.0-rc.3 "
28
+ version = " 0.9.0"
29
29
description = " Python interface for the QCS Rust SDK"
30
30
readme = " README.md"
31
31
authors = [
You can’t perform that action at this time.
0 commit comments