Skip to content

Commit

Permalink
chore(main): release hugr-py 0.1.0 (#932)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 0.1.0 (2024-04-15)


### ⚠ BREAKING CHANGES

* Flatten `LeafOp` ([#922](#922))
* EdgeKind::{Static -> Const}, add new EdgeKind::Function, Type contains
only monomorphic functions, remove TypeApply.
* **py:** Rename package to `hugr`
([#913](#913))

### Features

* Flatten `LeafOp` ([#922](#922))
([3598913](3598913))
* No polymorphic closures
([#906](#906))
([b05dd6b](b05dd6b))
* **py:** Rename package to `hugr`
([#913](#913))
([9fe65db](9fe65db))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and aborgna-q committed Apr 15, 2024
1 parent 9c9cd2c commit 880ffed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"hugr-py": "0.0.0"
"hugr-py": "0.1.0"
}
10 changes: 10 additions & 0 deletions hugr-py/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Changelog

## 0.1.0 (2024-04-15)

This first release includes a pydantic model for the hugr serialization format version 1.

### Features

* Flatten `LeafOp` ([#922](https://github.com/CQCL/hugr/issues/922)) ([3598913](https://github.com/CQCL/hugr/commit/3598913002a361d487aa2f6ba899739d9a3c7f13))
* No polymorphic closures ([#906](https://github.com/CQCL/hugr/issues/906)) ([b05dd6b](https://github.com/CQCL/hugr/commit/b05dd6b1a15aefee277d4034ed07039a259261e0))
* **py:** Rename package to `hugr` ([#913](https://github.com/CQCL/hugr/issues/913)) ([9fe65db](https://github.com/CQCL/hugr/commit/9fe65db9dd7fd8eee28c13e6abe71fd5cf05f90a))
2 changes: 1 addition & 1 deletion hugr-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
name = "hugr"
version = "0.1.0a1"
version = "0.1.0"
description = "Quantinuum's common representation for quantum programs"
#keywords = []
authors = ["TKET development team <tket-support@cambridgequantum.com>"]
Expand Down

0 comments on commit 880ffed

Please sign in to comment.