Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"selene-core": "0.2.7",
"selene-core": "0.2.8",
"selene-compilers/hugr_qis": "0.2.6",
".": "0.2.13"
}
2 changes: 1 addition & 1 deletion Cargo.lock

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

13 changes: 13 additions & 0 deletions selene-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.8](https://github.com/Quantinuum/selene/compare/selene-core-v0.2.7...selene-core-v0.2.8) (2026-04-21)


### Features

* add timing to builtin runtimes and batching options to softrz runtime ([#158](https://github.com/Quantinuum/selene/issues/158)) ([049e123](https://github.com/Quantinuum/selene/commit/049e1231ba70ced08aa6477cf9c7efb579d4f659))
* Traces for analytics ([#160](https://github.com/Quantinuum/selene/issues/160)) ([24b9978](https://github.com/Quantinuum/selene/commit/24b997803cc91a5efc7039c91dd19509f1883e8e))


### Bug Fixes

* classify lowered qir-qis bitcode as helios ([#157](https://github.com/Quantinuum/selene/issues/157)) ([67fca60](https://github.com/Quantinuum/selene/commit/67fca60db58dd6b04de8656cfc9dbd9d62a9d92f))

## [0.2.7](https://github.com/Quantinuum/selene/compare/selene-core-v0.2.6...selene-core-v0.2.7) (2026-04-10)


Expand Down
2 changes: 1 addition & 1 deletion selene-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "selene-core"
version = "0.2.7"
version = "0.2.8"
edition = "2024"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion selene-core/examples/error_model/Cargo.lock

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

2 changes: 1 addition & 1 deletion selene-core/examples/runtime/Cargo.lock

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

2 changes: 1 addition & 1 deletion selene-core/examples/simulator/Cargo.lock

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

2 changes: 1 addition & 1 deletion selene-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "selene-core"
version = "0.2.7"
version = "0.2.8"
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

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

The package version is bumped here to 0.2.8, but selene-core/python/selene_core/__init__.py still declares __version__ = "0.2.4" (and appears intended to be kept in sync via release-please). This leaves selene_core.__version__ inconsistent with the published package version. Please update __version__ as part of the release, or switch it to derive from package metadata (e.g., importlib.metadata.version("selene-core")) to avoid future drift.

Copilot uses AI. Check for mistakes.
requires-python = ">=3.10"
description = "The core interop library for Selene python interfaces"
readme = "python/selene_core/README.md"
Expand Down
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.

Loading