File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 0.14.0-rc.0
1+ ## 0.14.0-rc.1
22
33### Breaking Changes
44
5+ - QVM timeout can now be configured via a new options parameter (#309 )
56- change to signature of ` qpu::translate ` to be generic over translation options
67
78---------
1011
1112- TranslationOptions builder-like struct with Python bindings (#308 )
1213
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+
1326## 0.13.1
1427
1528### Fixes
Original file line number Diff line number Diff line change 11[package ]
22name = " qcs"
33description = " High level interface for running Quil on a QPU"
4- version = " 0.14.0-rc.0 "
4+ version = " 0.14.0-rc.1 "
55edition = " 2018"
66license = " Apache-2.0"
77repository = " 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
22
33### Breaking Changes
44
5+ - QVM timeout can now be configured via a new options parameter (#309 )
56- change to signature of ` qpu::translate ` to be generic over translation options
67
78---------
1011
1112- TranslationOptions builder-like struct with Python bindings (#308 )
1213
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+
1326## 0.8.1
1427
1528### Fixes
Original file line number Diff line number Diff line change 11[package ]
22name = " qcs-sdk-python"
33description = " Python bindings to qcs-sdk-rust"
4- version = " 0.9.0-rc.0 "
4+ version = " 0.9.0-rc.1 "
55edition = " 2021"
66license = " Apache-2.0"
77repository = " https://github.com/rigetti/qcs-sdk-rust"
Original file line number Diff line number Diff line change 11# This is the metadata Maturin uploads to PyPI on publish
22[project ]
33name = " qcs-sdk-python"
4- version = " 0.9.0-rc.0 "
4+ version = " 0.9.0-rc.1 "
55description = " Python interface for the QCS Rust SDK"
66readme = " README.md"
77license = { text = " Apache-2.0" }
@@ -25,7 +25,7 @@ classifiers = [
2525# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
2626[tool .poetry ]
2727name = " qcs-sdk-python"
28- version = " 0.9.0-rc.0 "
28+ version = " 0.9.0-rc.1 "
2929description = " Python interface for the QCS Rust SDK"
3030readme = " README.md"
3131authors = [
You can’t perform that action at this time.
0 commit comments