Skip to content

Latest commit

 

History

History
215 lines (134 loc) · 9.01 KB

File metadata and controls

215 lines (134 loc) · 9.01 KB

CHANGELOG

v0.10.0 (2026-09-02)

Bug Fixes

  • Increase link check timeout and remove reminiscent stim tests (#315, f090140)

Documentation

  • Documents standalone component repositories (#338, 1e62c14)

Features

  • Remove subpackages (#332, bcf5a70)

  • packages: Add deltakit-visualise and deltakit-compile docs (#344, 1e05a44)

v0.9.0 (2026-07-09)

Bug Fixes

  • Corrected the links in CONTRIBUTING.md (#305, d0856bc)

  • Increase linkcheck_timeout to 180s to reduce flaky CI failures (#291, f56fbcf)

  • circuit: Proper TICK placement with REPEAT (#289, 3f8b19d)

  • circuit: Tag propagation in deltakit stim (#302, dc4054a)

  • dependencies: Deltakit-stim>=0.2 (#296, 7ba2de1)

  • dependencies: Update gql[requests] requirement from ~=3.5 to >=3.5,<5.0 in /deltakit-explorer in the prod-deps group across 1 directory (#300, 2f00bd1)

  • docs: Add upper-bound for sphinx theme (#280, 76818c9)

  • docs: Update release documentation (#267, ead6b7f)

  • explorer: Fix auth test. (#288, 9fad696)

  • explorer: Upper bound matplotlib version (#285, de10516)

  • other: Move conftest.py file to analysis folder (#255, f6cb203)

  • other: Typo in documentation (#254, 63466b3)

  • others: Avoid coverage failing on dependabot PRs (#256, 60e8281)

Features

  • Allow even distances for lambda (#242, 1ed0ca3)

  • Improve plotting function calls (#245, 80087d5)

  • Lepprresults renaming (#244, 3e0c276)

  • Refactor Generic Plot to Dispatch to Specialised Plotters (#268, 546117a)

  • Rename class to avoid name ambiguity. (#243, a521905)

  • Replace stim imports (#277, 57126ab)

  • Visualise detection probability on patch (#135) (#271, c79d4a0)

  • analysis: Support asymmetric error bars (#275, 26dae51)

  • analysis: Use the uncertainties package for error propagation (#274, 6e3e31b)

  • explorer: Implement c-optimal discretisation strategy to reduce gradient variance in error budgeting feature (#266, f59bb4c)

v0.8.0 (2026-03-09)

Breaking Changes

  • Support for Stim v1.11 is discontinued. Minimal supported Stim version is v1.12.

Bug Fixes

Documentation

  • Document mutation in compilation functions (#209, d559a1a)

Features

v0.7.1 (2026-02-10)

Features

  • Fix dependencies of deltakit subpackages.

v0.7.0 (2026-02-10)

Features

v0.6.2 (2026-01-29)

Bug Fixes

  • Fix failing docs build on ReadTheDocs.

Features

  • Include deltakit-compile into release process.

v0.6.1 (2026-01-29)

Bug Fixes

  • Make NoiseParameters fields keyword-only (#194, ffc27b2)

  • Remove remaining references to pixi (#195, 1d8707d)

Features

v0.5.1 (2025-09-17)

Bug Fixes

  • Add the Client class to the re-exports in deltakit (#11, 1df3056)

Documentation

  • Add Deltakit component images to README (#8, 5d41e7d)

v0.5.0 (2025-09-16)

Features

  • Initial Public Release