Skip to content

Releases: Deltakit/deltakit

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:19
ffaccf9

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

Choose a tag to compare

@rolandriver rolandriver released this 10 Mar 11:50
5c5d9f8

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

Choose a tag to compare

@github-actions github-actions released this 10 Feb 15:31
7cffc6b

Features

  • Fix dependencies of deltakit subpackages.

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 14:58

Features

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 30 Jan 18:12
47e2e77

Bug Fixes

  • Fix failing docs build on ReadTheDocs.

Features

  • Include deltakit-compile into release process.

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 29 Jan 15:24
b0f262e

Bug Fixes

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

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

Features

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 15 Jan 18:52
63d3272

What's Changed

  • ci: Run notebooks against production by @anjbur in #13
  • chore: improve ruff check rules on deltakit_circuit by @nelimee in #16
  • chore: improve ruff check rules on deltakit_core by @nelimee in #15
  • docs(doi): adding DOI badge and bibtex by @str-anger in #17
  • feat(cancel): cancelling the job with Ctrl+C in APIv2 by @str-anger in #47
  • ci: Fix CI for fork PRs by @anjbur in #59
  • tests: add unit tests of _logicals.py by @mdhaber in #30
  • chore: replace nbsp characters with normal space by @mdhaber in #20
  • chore: apply ruff format to deltakit-core by @nelimee in #57
  • chore: apply ruff format deltakit-circuit by @nelimee in #58
  • chore: make bandit respect pyproject.toml configuration by @mdhaber in #64
  • fix: pre-commit hook configuration and fixes by @nelimee in #65
  • ci: fix labeled tests workflow by @anjbur in #75
  • ci: fix CI for labeled tests by @anjbur in #77
  • style: enforce NumPy-specific lint rules by @zhiyaol in #78
  • docs(guide): adding guide notebooks and supporting them with fixes by @str-anger in #9
  • chore: improve ruff check rules on deltakit_decode by @nelimee in #43
  • ci: Add explicit permissions to workflows by @anjbur in #60
  • chore: enable warn_unused_ignores and address associated errors by @zhiyaol in #79
  • chore: fixing errors from enforcing warn_return_any by @zhiyaol in #80
  • chore: ignore pip vulnerability reported by pip-audit by @mdhaber in #84
  • chore: check if token exists before running docs build by @guenp in #85
  • chore: simplify .readthedocs.yaml; add -W (fail on warnings) to custom build command by @mdhaber in #86
  • chore: run ruff format with pre-commit by @mdhaber in #69
  • docs: amend pixi setup instruction by @mdhaber in #93
  • docs: links should point to docs (built from docs-live branch) by @mdhaber in #74
  • feat: better logical error probability per round by @nelimee in #67
  • tests: allow mypy to run from top level by @mdhaber in #95
  • tests: allow pytest to run from top level by @mdhaber in #94
  • Add mypy_path to fix pre-commit by @nelimee in #97
  • DEV: add upper bound on supported Python by @mdhaber in #105
  • Fixed token setting tests by changing 403 to 401 by @Arindam2407 in #104
  • Docs: guidance on how conda users can use pixi without conda/pixi interaction issues by @zhiyaol in #103
  • dev: add support for package managers other than pixi by @mdhaber in #92
  • docs: add download link to notebooks by @zhiyaol in #111
  • feat(gtm): add google tag manager by @safeamiiir in #101
  • Change default CODEOWNER from @mdhaber to @nelimee by @nelimee in #115
  • chore: add en-gb locale to typos by @mdhaber in #70
  • Restoring full security check by @mghibaudi in #119
  • feat: support stim tags by @nelimee in #117
  • chose: ignore files generated by docs/guide/simulation.md by @nelimee in #118
  • docs: replace 'logical error rate' with 'logical error probability per round' by @mdhaber in #108
  • fix:unignore deprecation warnings in tests by @nelimee in #114
  • feat: add deprecation policy by @nelimee in #120
  • chore: temporary bposd version change by @nelimee in #128
  • chore: improve leppr function consistency by @nelimee in #126
  • feat: better lambda computation by @nelimee in #68
  • chore: add dependabot.yml configuration file by @nelimee in #127
  • feat: adding QuOps computation methods. Task #122 by @str-anger in #123
  • chore: enforce more linting rules by @nelimee in #130
  • chore: make deltakit.analysis.lambda_ private by @nelimee in #133
  • chore: add default code owner by @nelimee in #136
  • fix: mypy error on imported symbol by @nelimee in #141
  • fix:leppr on empty inputs by @nelimee in #139
  • chore: update CODEOWNERS by @nelimee in #142
  • chore: correct dependencies in pyproject.toml by @nelimee in #144
  • chore: bump numpy>=2.0 by @nelimee in #146
  • docs: Improvements to README. by @rolandriver in #143
  • chore: docs enhancements by @rolandriver in #148
  • fix: tag feature when exporting with stim<1.15 by @nelimee in #151
  • chore: use uv and remove pixi by @nelimee in #149
  • ci: use ubuntu-slim runner when possible by @nelimee in #153
  • chore: add more linting rules by @nelimee in #156
  • chore: lint deltakit_explorer with ruff by @nelimee in #158
  • chore: addressing live comments by @nelimee in #157
  • chore: better handling of stim version in deltakit_circuit by @nelimee in #161
  • ci: update release.yml with broader tests by @nelimee in #154
  • ci: simplifying CI by grouping tests by @nelimee in #164
  • ci: add coverage reports by @nelimee in #167
  • fix: add missing changes from previous commit by @nelimee in #168
  • feat: more features to deltakit-core by @nelimee in #160
  • Do not run coverage report when PR comes from fork by @nelimee in #171
  • feat: LEPPR and Lambda Visualization modules by @zhiyaol in #98
  • fix: missing renaming in docs by @nelimee in #176
  • feat: enable ci main by @rolandriver in #178
  • chore: remove bposd dependency by @nelimee in #173
  • feat: cla documentation by @rolandriver in #175
  • release: Bump versions for release of all deltakit packages. by @rolandriver in #180
  • fix release branch by @nelimee in #182
  • fix: release CI by @nelimee in #185
  • fix: tests on windows by @nelimee in #188
  • fix: publishing to PyPI by @nelimee in #190
  • fix: Action requires Docker not shipped in ubuntu-slim. by @rolandriver in #191

New Contributors

Full Changelog: v0.5.1...main

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 15 Jan 18:51
39bcbaf

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

Choose a tag to compare

@github-actions github-actions released this 16 Sep 17:06

Features

  • Initial Public Release