File tree 6 files changed +34
-8
lines changed
6 files changed +34
-8
lines changed Original file line number Diff line number Diff line change 1
- ## 0.14.0-rc.0
1
+ ## 0.14.0-rc.1
2
2
3
3
### Breaking Changes
4
4
5
+ - QVM timeout can now be configured via a new options parameter (#309 )
5
6
- change to signature of ` qpu::translate ` to be generic over translation options
6
7
7
8
---------
10
11
11
12
- TranslationOptions builder-like struct with Python bindings (#308 )
12
13
14
+ ## 0.14.0-rc.0
15
+
16
+ ### Breaking Changes
17
+
18
+ - change to signature of ` qpu::translate ` to be generic over translation options
19
+
20
+ ---------
21
+
22
+ ### Features
23
+
24
+ - TranslationOptions builder-like struct with Python bindings (#308 )
25
+
13
26
## 0.13.1
14
27
15
28
### Fixes
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.0 "
4
+ version = " 0.14.0-rc.1 "
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.0
1
+ ## 0.9.0-rc.1
2
2
3
3
### Breaking Changes
4
4
5
+ - QVM timeout can now be configured via a new options parameter (#309 )
5
6
- change to signature of ` qpu::translate ` to be generic over translation options
6
7
7
8
---------
10
11
11
12
- TranslationOptions builder-like struct with Python bindings (#308 )
12
13
14
+ ## 0.9.0-rc.0
15
+
16
+ ### Breaking Changes
17
+
18
+ - change to signature of ` qpu::translate ` to be generic over translation options
19
+
20
+ ---------
21
+
22
+ ### Features
23
+
24
+ - TranslationOptions builder-like struct with Python bindings (#308 )
25
+
13
26
## 0.8.1
14
27
15
28
### Fixes
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.0 "
4
+ version = " 0.9.0-rc.1 "
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.0 "
4
+ version = " 0.9.0-rc.1 "
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.0 "
28
+ version = " 0.9.0-rc.1 "
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