File tree 4 files changed +22
-3
lines changed
4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "hugr-py" : " 0.10.3 "
2
+ "hugr-py" : " 0.11.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.11.0] ( https://github.com/CQCL/hugr/compare/hugr-py-v0.10.3...hugr-py-v0.11.0 ) (2025-03-14)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * Lift op in prelude replaced with a Barrier that behaves similarly except does not add any extensions.
9
+
10
+ ### Features
11
+
12
+ * Add collections.static_array extension. ([ #1964 ] ( https://github.com/CQCL/hugr/issues/1964 ) ) ([ fdcd48a] ( https://github.com/CQCL/hugr/commit/fdcd48af26c10ec92b63287681fd201dff0f281c ) )
13
+ * Add float < ; --> ; int bytecasting ops to conversions extension ([ #1956 ] ( https://github.com/CQCL/hugr/issues/1956 ) ) ([ fa1bf86] ( https://github.com/CQCL/hugr/commit/fa1bf867289bbfce10316a7101ea123419d1893f ) )
14
+ * Generic HUGR serialization with envelopes ([ 6710e5f] ( https://github.com/CQCL/hugr/commit/6710e5fe3939a71b38018fca547c4d9cc421cbac ) )
15
+ * replace ` Lift ` with ` Barrier ` ([ #1952 ] ( https://github.com/CQCL/hugr/issues/1952 ) ) ([ 4e6b6d8] ( https://github.com/CQCL/hugr/commit/4e6b6d8df576f43bd5ced51b2eb4f1ed4d5c3b82 ) )
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * ** hugr-py:** output and delete node issues ([ #1971 ] ( https://github.com/CQCL/hugr/issues/1971 ) ) ([ 408517d] ( https://github.com/CQCL/hugr/commit/408517d620711c5573ea013e4d062499a62f55dd ) )
21
+
3
22
## [ 0.10.3] ( https://github.com/CQCL/hugr/compare/hugr-py-v0.10.2...hugr-py-v0.10.3 ) (2025-02-17)
4
23
5
24
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " hugr"
3
- version = " 0.10.3 "
3
+ version = " 0.11.0 "
4
4
requires-python = " >=3.10,<3.14"
5
5
description = " Quantinuum's common representation for quantum programs"
6
6
license = { file = " LICENCE" }
Original file line number Diff line number Diff line change 16
16
17
17
# This is updated by our release-please workflow, triggered by this
18
18
# annotation: x-release-please-version
19
- __version__ = "0.10.3 "
19
+ __version__ = "0.11.0 "
You can’t perform that action at this time.
0 commit comments