Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"selene-core": "0.2.0a4",
"selene-compilers/hugr_qis": "0.2.0-a.4",
".": "0.2.0a4"
"selene-compilers/hugr_qis": "0.2.1-a.4",
".": "0.2.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [0.2.1](https://github.com/CQCL/selene/compare/selene-sim-v0.2.0...selene-sim-v0.2.1) (2025-07-04)


### Features

* better typing of state outputs ([#2](https://github.com/CQCL/selene/issues/2)) ([9dbe6b4](https://github.com/CQCL/selene/commit/9dbe6b48d38960be3449d429b07ed55f630998e8))
* **compiler:** `check_hugr` function for early faily on invalid HUGR ([#7](https://github.com/CQCL/selene/issues/7)) ([af79b38](https://github.com/CQCL/selene/commit/af79b385bdb8487cd95bac0722c42a23b9a24c96))
* use hugr entrypoint to avoid looking for "main" ([#9](https://github.com/CQCL/selene/issues/9)) ([4bd8bce](https://github.com/CQCL/selene/commit/4bd8bce4c09b09f8e7e1b2ece04acf1b6d32819a))


### Bug Fixes

* correct RZ axis in Stim ([#5](https://github.com/CQCL/selene/issues/5)) ([90e0cd7](https://github.com/CQCL/selene/commit/90e0cd72690809ce1350fad9e0d8464f6e4b6e0e))
* Fixes from integration tests - rotation codegen, array results, process environment management ([#1](https://github.com/CQCL/selene/issues/1)) ([59b1315](https://github.com/CQCL/selene/commit/59b13151ea0ab7063bb3220364d608c1b051618b))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "selene-sim"
description = "Quantinuum's open source emulator for hybrid quantum computation"
version = "0.2.0a4"
version = "0.2.1"
requires-python = ">=3.10"
dependencies = [
"selene-core~=0.2.0a4",
Expand Down
14 changes: 14 additions & 0 deletions selene-compilers/hugr_qis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.2.1-a.4](https://github.com/CQCL/selene/compare/selene-hugr-qis-compiler-v0.2.0-a.4...selene-hugr-qis-compiler-v0.2.1-a.4) (2025-07-04)


### Features

* **compiler:** `check_hugr` function for early faily on invalid HUGR ([#7](https://github.com/CQCL/selene/issues/7)) ([af79b38](https://github.com/CQCL/selene/commit/af79b385bdb8487cd95bac0722c42a23b9a24c96))
* use hugr entrypoint to avoid looking for "main" ([#9](https://github.com/CQCL/selene/issues/9)) ([4bd8bce](https://github.com/CQCL/selene/commit/4bd8bce4c09b09f8e7e1b2ece04acf1b6d32819a))


### Bug Fixes

* Fixes from integration tests - rotation codegen, array results, process environment management ([#1](https://github.com/CQCL/selene/issues/1)) ([59b1315](https://github.com/CQCL/selene/commit/59b13151ea0ab7063bb3220364d608c1b051618b))
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.