Skip to content

chore: release selene-sim 0.3.0-alpha.1#162

Merged
jake-arkinstall merged 2 commits into
0.3-seriesfrom
release-please--branches--0.3-series--components--selene-sim
Jun 12, 2026
Merged

chore: release selene-sim 0.3.0-alpha.1#162
jake-arkinstall merged 2 commits into
0.3-seriesfrom
release-please--branches--0.3-series--components--selene-sim

Conversation

@hugrbot

@hugrbot hugrbot commented Apr 21, 2026

Copy link
Copy Markdown
Collaborator

🤖 I have created a release beep boop

0.3.0-alpha.1 (2026-06-12)

⚠ BREAKING CHANGES

  • Use struct exports for all plugin types, separate error model and simulator (#169)
  • Add handling for an additional gateset (#119)

Features

  • Add version attributes (#137) (379ae01)
  • Add event hook which records measurement results (#104) (01300ee), closes #103
  • Add handling for an additional gateset (#119) (5180b80)
  • Add simulate_delay functionality (#139) (cca97fa)
  • Add support for object files provided as bytes (#94) (c4cfac6)
  • add timing to builtin runtimes and batching options to softrz runtime (#158) (049e123)
  • Better exception handling for parse_shots=False (#70) (3caf530)
  • Build improvements (#142) (12f399b)
  • Bump selene-core dependency and relax guppylang testing dependency (#120) (6375791)
  • Cleanup error'd processes before log collection (#98) (77e698e)
  • compiler: Bump tket version; add wasm + gpu to the hugr-qis registry (c69155d)
  • correct shot end strategy and error processing (#91) (93eaeb0)
  • Emit a nicer error when trying to emulate unsupported pytket ops (#72) (d88a28a)
  • Fine-grained timeout configuration (#69) (072842e)
  • Interactive use of Selene from python (#135) (db3028d)
  • Make interfaces shared, add ArgReader (#171) (143e742)
  • QIR support using QIR-QIS (#114) (70ab294)
  • Quest performance improvements (#133) (af640e9)
  • random_advance (#55) (974b496)
  • Record simulated delays in event hooks (#154) (608884a)
  • Result stream handling refactor (#93) (607a55e)
  • Stim improvements (more ops + state printing) (#115) (867d5e5)
  • Support state-dump passthrough on quantum replay simulator (#108) (1b01a01)
  • test on QIS instead of relying on the upper stack (#150) (b80a9c4)
  • Test on QIS snapshots (#134) (c4d58ab)
  • Traces for analytics (#160) (24b9978)
  • update to tket-qsystem 0.20 (#66) (7191b07)
  • Use mingw instead of msvc for windows wheels (#143) (3d91514)
  • Use SeleneStartupError for errors before shot_start (#170) (85c2907)
  • Use struct exports for all plugin types, separate error model and simulator (#169) (c44a5c9)

Bug Fixes

  • add ___barrier to Helios QIS for QIR emulation (#136) (dfbc4c3)
  • Add ENDING to allowed shot state on receiving meta information (#100) (fc4d673)
  • Add numpy dependency back (#127) (c9a01eb)
  • avoid using qir_major_version string for QIR detection (#123) (deaa0dc)
  • classify lowered qir-qis bitcode as helios (#157) (67fca60)
  • compiler: error when entrypoint has arguments (#84) (604b131)
  • compiler: update tket-qystem to fix CZ bug (#78) (3991f11)
  • correct post_runtime duration metric (#74) (0bef66a)
  • make qir-qis optional and stabilize CI (#164) (e52c0b2)

Documentation


This PR was generated with Release Please. See documentation.

@hugrbot hugrbot changed the title chore: release selene-sim 0.4.0-alpha.0 chore: release selene-sim 0.3.0 Apr 21, 2026
@hugrbot hugrbot force-pushed the release-please--branches--0.3-series--components--selene-sim branch from 19f440d to 9a4f6b6 Compare April 21, 2026 16:17
@hugrbot hugrbot changed the title chore: release selene-sim 0.3.0 chore: release selene-sim 0.3.0-alpha.1 Apr 21, 2026
@hugrbot hugrbot force-pushed the release-please--branches--0.3-series--components--selene-sim branch 2 times, most recently from 5296a04 to fca674d Compare April 22, 2026 09:12
@hugrbot hugrbot force-pushed the release-please--branches--0.3-series--components--selene-sim branch from fca674d to 1c3bdf2 Compare May 27, 2026 17:13
@hugrbot hugrbot force-pushed the release-please--branches--0.3-series--components--selene-sim branch from 1c3bdf2 to 726be2a Compare June 12, 2026 14:30
@jake-arkinstall jake-arkinstall marked this pull request as ready for review June 12, 2026 15:18
@jake-arkinstall jake-arkinstall self-requested a review as a code owner June 12, 2026 15:18
Copilot AI review requested due to automatic review settings June 12, 2026 15:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release PR for selene-sim that bumps the project to 0.3.0-alpha.1 and updates the associated release metadata/lockfiles to match.

Changes:

  • Bump selene-sim version to 0.3.0-alpha.1 across Python and Rust project metadata.
  • Update CHANGELOG.md with the 0.3.0-alpha.1 release notes.
  • Refresh lockfiles/manifests (uv.lock, Cargo.lock, .release-please-manifest.json) to reflect the new version.

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
uv.lock Updates locked workspace package version for selene-sim to 0.3.0-alpha.1.
pyproject.toml Bumps Python package version to 0.3.0-alpha.1.
CHANGELOG.md Adds the 0.3.0-alpha.1 release notes section.
Cargo.toml Bumps Rust workspace package version to 0.3.0-alpha.1.
Cargo.lock Updates crate versions to 0.3.0-alpha.1.
.release-please-manifest.json Updates release-please manifest to 0.3.0-alpha.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md
* avoid using qir_major_version string for QIR detection ([#123](https://github.com/Quantinuum/selene/issues/123)) ([deaa0dc](https://github.com/Quantinuum/selene/commit/deaa0dcee72833a0695cb3cdd82cad3c2374343e))
* classify lowered qir-qis bitcode as helios ([#157](https://github.com/Quantinuum/selene/issues/157)) ([67fca60](https://github.com/Quantinuum/selene/commit/67fca60db58dd6b04de8656cfc9dbd9d62a9d92f))
* **compiler:** error when entrypoint has arguments ([#84](https://github.com/Quantinuum/selene/issues/84)) ([604b131](https://github.com/Quantinuum/selene/commit/604b1311b96593609e699a6bb8251ad3c952ebdb))
* **compiler:** update tket-qystem to fix CZ bug ([#78](https://github.com/Quantinuum/selene/issues/78)) ([3991f11](https://github.com/Quantinuum/selene/commit/3991f11a73d8ceebf0346a8c43248fde73e1b549))
@jake-arkinstall jake-arkinstall merged commit 6baef89 into 0.3-series Jun 12, 2026
11 checks passed
@jake-arkinstall jake-arkinstall deleted the release-please--branches--0.3-series--components--selene-sim branch June 12, 2026 15:39
@hugrbot

hugrbot commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants