From 161bd2e121562a4574d39b5413251a3dd6916fc5 Mon Sep 17 00:00:00 2001 From: Masato Fukushima Date: Sun, 19 Jul 2026 15:51:35 -0400 Subject: [PATCH] Bump version to 0.4.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d0d018..35931ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2026-07-19 + ### Added - **QEC Stim MPP Import**: Added utilities for building `StabilizerCode` inputs from unsigned Stim `MPP` layers, including sparse Stim qubit id mapping, coordinate import, multi-layer selection, detector/logical-observable import, and the optional `graphqomb[stim]` extra. Signed products using inverted Pauli targets are rejected because stabilizer signs are not retained. diff --git a/pyproject.toml b/pyproject.toml index 314e48e6..d444ab16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "graphqomb" -version = "0.3.1" +version = "0.4.0" description = "A modular Graph State qompiler for measurement-based quantum computing." readme = "README.md" requires-python = ">=3.10, <3.15" diff --git a/uv.lock b/uv.lock index f9ea220d..e365df8b 100644 --- a/uv.lock +++ b/uv.lock @@ -704,7 +704,7 @@ wheels = [ [[package]] name = "graphqomb" -version = "0.3.1" +version = "0.4.0" source = { editable = "." } dependencies = [ { name = "matplotlib" },