File tree Expand file tree Collapse file tree 7 files changed +58
-6
lines changed Expand file tree Collapse file tree 7 files changed +58
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.7.0-rc.0 (2025-01-10)
2
+
3
+ ### Breaking Changes
4
+
5
+ #### make ` mut ` lowercase-only and add it to ` ReservedKeyword `
6
+
7
+ #### only parse keywords if they form the whole identifier
8
+
9
+ #### don't parse ` NaN ` , ` inf ` , and ` infinity ` as floats
10
+
11
+ #### tokenize keywords and identifiers correctly (#428 )
12
+
13
+ ### Features
14
+
15
+ #### add missing ` __all__ ` definitions to ` .pyi ` files
16
+
1
17
## 0.6.3-rc.0 (2025-01-09)
2
18
3
19
### Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " quil-cli"
3
- version = " 0.6.3 -rc.0"
3
+ version = " 0.7.0 -rc.0"
4
4
edition = " 2021"
5
5
license = " Apache-2.0"
6
6
7
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
8
9
9
[dependencies ]
10
- quil-rs = { path = " ../quil-rs" , version = " 0.29.3 -rc.0" }
10
+ quil-rs = { path = " ../quil-rs" , version = " 0.30.0 -rc.0" }
11
11
clap = {version = " 4.5.4" , features = [" derive" ]}
12
12
anyhow = " 1.0.81"
Original file line number Diff line number Diff line change
1
+ ## 0.14.0-rc.0 (2025-01-10)
2
+
3
+ ### Breaking Changes
4
+
5
+ #### make ` mut ` lowercase-only and add it to ` ReservedKeyword `
6
+
7
+ #### only parse keywords if they form the whole identifier
8
+
9
+ #### don't parse ` NaN ` , ` inf ` , and ` infinity ` as floats
10
+
11
+ #### tokenize keywords and identifiers correctly (#428 )
12
+
13
+ ### Features
14
+
15
+ #### add missing ` __all__ ` definitions to ` .pyi ` files
16
+
17
+ ### Fixes
18
+
19
+ #### Type stubs for calibration types reflect breaking changes in 0.13.0 (#421 )
20
+
1
21
## 0.13.3-rc.1 (2025-01-09)
2
22
3
23
### Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " quil-py"
3
3
description = " Python bindings for quil-rs"
4
- version = " 0.13.3 -rc.1 "
4
+ version = " 0.14.0 -rc.0 "
5
5
edition = " 2021"
6
6
license = " Apache-2.0"
7
7
repository = " https://github.com/rigetti/quil-rs"
@@ -22,7 +22,7 @@ crate-type = ["cdylib", "rlib"]
22
22
23
23
[dependencies ]
24
24
ndarray.workspace = true
25
- quil-rs = { path = " ../quil-rs" , version = " 0.29.3 -rc.0" }
25
+ quil-rs = { path = " ../quil-rs" , version = " 0.30.0 -rc.0" }
26
26
strum.workspace = true
27
27
# pyo3 dependencies should be updated together
28
28
numpy = " 0.20.0"
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " quil"
3
- version = " 0.13.3 -rc.1 "
3
+ version = " 0.14.0 -rc.0 "
4
4
requires-python = " >=3.8"
5
5
description = " A Python package for building and parsing Quil programs."
6
6
documentation = " https://rigetti.github.io/quil-rs/quil.html"
Original file line number Diff line number Diff line change
1
+ ## 0.30.0-rc.0 (2025-01-10)
2
+
3
+ ### Breaking Changes
4
+
5
+ #### make ` mut ` lowercase-only and add it to ` ReservedKeyword `
6
+
7
+ #### only parse keywords if they form the whole identifier
8
+
9
+ #### don't parse ` NaN ` , ` inf ` , and ` infinity ` as floats
10
+
11
+ #### tokenize keywords and identifiers correctly (#428 )
12
+
13
+ ### Features
14
+
15
+ #### add missing ` __all__ ` definitions to ` .pyi ` files
16
+
1
17
## 0.29.3-rc.0 (2025-01-09)
2
18
3
19
### Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " quil-rs"
3
3
description = " Rust tooling for Quil (Quantum Instruction Language)"
4
- version = " 0.29.3 -rc.0"
4
+ version = " 0.30.0 -rc.0"
5
5
edition = " 2021"
6
6
rust-version = " 1.70"
7
7
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments