Releases: CQCL/pytket-aqt
Releases · CQCL/pytket-aqt
v0.35.0
v0.34.0
What's Changed
- Main by @cqc-melf in #92
- Bump actions/deploy-pages from 4.0.4 to 4.0.5 by @dependabot in #93
- remove copyright from documentation by @cqc-melf in #96
- Use ${{github.workspace}} in constraint file path by @trvto in #97
- update tket email by @cqc-melf in #99
- Fix handling of
simplify_initial
kwarg inprocess_circuits()
by @cqc-alec in #101 - Add new issues to project, not Jira by @cqc-alec in #100
- Feature/mainonly by @cqc-alec in #103
- Remove
no-commit-to-branch
check. by @cqc-alec in #104 - Implement new AQT API by @trvto in #102
- pin qiskit-aqt-provider to version 1.5.0 by @trvto in #107
- Update qiskit-aqt-provider to 1.8.x by @jbrixon in #113
- Bump actions/add-to-project from 1.0.1 to 1.0.2 by @dependabot in #105
- Bump the python-packages group across 1 directory with 2 updates by @dependabot in #116
- release 0.34.0 by @cqc-melf in #115
New Contributors
Full Changelog: v0.33.0...v0.34.0
v0.33.0
What's Changed
- Main by @cqc-melf in #85
- Bump the python-packages group with 2 updates by @dependabot in #89
- Bump actions/deploy-pages from 4.0.3 to 4.0.4 by @dependabot in #86
- update dependabot to weekly by @cqc-melf in #90
- Release/1.26.0 by @cqc-melf in #91
Full Changelog: v0.32.0...v0.33.0
v0.32.0
What's Changed
- Main by @cqc-melf in #76
- Bump actions/deploy-pages from 4.0.1 to 4.0.2 by @dependabot in #77
- update copyright 2024 by @cqc-melf in #78
- Bump actions/deploy-pages from 4.0.2 to 4.0.3 by @dependabot in #79
- Bump the python-packages group with 1 update by @dependabot in #80
- Bump actions/cache from 3 to 4 by @dependabot in #82
- Add python 3.12 support by @sjdilkes in #83
- Release 0.32.0 by @cqc-melf in #84
New Contributors
Full Changelog: v0.31.0...v0.32.0
pytket-aqt 0.31.0
What's Changed
- Main by @cqc-melf in #63
- Bump actions/setup-python from 4 to 5 by @dependabot in #65
- Bump actions/deploy-pages from 2 to 3 by @dependabot in #64
- Bump actions/download-artifact from 3 to 4 by @dependabot in #67
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #68
- update actions and add PR template by @cqc-melf in #69
- Bump actions/deploy-pages from 3 to 4 by @dependabot in #72
- Bump actions/upload-pages-artifact from 2 to 3 by @dependabot in #71
- Correct URL for documentation. by @cqc-alec in #73
- Release 0.31.0 by @cqc-melf in #75
Full Changelog: v0.30.0...v0.31.0
pytket-aqt 0.30.0
What's Changed
- Main by @cqc-melf in #56
- Bump poetry from 1.6.1 to 1.7.0 by @dependabot in #57
- docs: add link to docs in README and clarify AQT's meaning by @qartik in #58
- Bump poetry from 1.7.0 to 1.7.1 by @dependabot in #59
- Update/dependabot docs by @cqc-melf in #60
- update links in documentation by @cqc-melf in #61
- Release/1.22 by @cqc-melf in #62
New Contributors
Full Changelog: v0.29.0...v0.30.0
pytket-aqt 0.29.0
What's Changed
- Main by @cqc-melf in #35
- Use Poetry for package management and Nox in github actions by @trvto in #34
- Update pyupgrade requirement from ^2.29.0 to >=2.29,<4.0 by @dependabot in #36
- Update coverage requirement from ^6.1 to >=6.1,<8.0 by @dependabot in #37
- Update pytest-timeout requirement from ^1.4.2 to >=1.4.2,<3.0.0 by @dependabot in #39
- Update sphinx requirement from ^4.3.2 to >=4.3.2,<7.0.0 by @dependabot in #40
- Update pre-commit requirement from ^2.15.0 to >=2.15,<4.0 by @dependabot in #38
- fix link to docs that publish docs job shows by @trvto in #41
- Bump actions/upload-pages-artifact from 1 to 2 by @dependabot in #42
- Update tests.yml by @cqc-melf in #43
- Bump poetry from 1.5.1 to 1.6.1 by @dependabot in #45
- use pytket 1.19 and fix resulting mypy issues by @trvto in #46
- Bump actions/checkout from 3 to 4 by @dependabot in #47
- mypy warn-unused-ignore by @cqc-melf in #49
- Automatic multizone routing by @trvto in #48
- Make
SimplifyInitial
opt-in by @cqc-alec in #50 - Update pylint requirement from ^2.13, !=2.13.6 to >=2.13,<4.0 by @dependabot in #51
- Fix mypy failures with pytket 1.21 by @trvto in #52
- Rebase main onto develop by @trvto in #54
- Release/1.21.0 2 by @cqc-melf in #55
Full Changelog: v0.28.0...v0.29.0
pytket-aqt 0.29.0rc0
Use Poetry for package management and Nox in github actions (#34) * use poetry, changes to noxfile * set extension version from pyproject.toml * refactor docs build, add docs build noxfile session * add mypy session, add dev-requirements.txt, cleanup * add actions to run nox * fix inputs name * fix inputs name * better run name * fix test runs * change naming * use environment files for github output * allow 3.10 3.11 for all nox sessions * add pull request trigger, remove unneeded poetry work around * add release action, remove unneeded actions * fix docs-build session name * naming changes, test dist download * dist download works, only do it on release * Add ref name to release run * move mypy config to pyproject.toml * update dependencies * update readme * restrict python version in pyproject.toml * remove mypy-check script * ignore poetry.lock to always use latest version on ci, remove unnecessary pytest.ini * update extension version, update python version spec * add checks with pytket pre-release if pre-release exists * print versions found * fix pre-release tests, use github token with lastversion * upload coverage data * upload coverage data * run tests on push to develop * add job that checks that all jobs succeeded * Run release prep on pull requests * Update .github/workflows/release.yml Co-authored-by: cqc-melf <70640934+cqc-melf@users.noreply.github.com> * Update pyproject.toml Co-authored-by: cqc-melf <70640934+cqc-melf@users.noreply.github.com> * Update pyproject.toml Co-authored-by: cqc-melf <70640934+cqc-melf@users.noreply.github.com> * Add email for author * In nox-session workflow use pytket pre-release per default * update dependabot.yml * update README.md * update changelog * fix changelog * use rc version --------- Co-authored-by: cqc-melf <70640934+cqc-melf@users.noreply.github.com>
pytket-aqt 0.28.0
Merge pull request #33 from CQCL/release/1-16-0 Release/1 16 0
pytket-aqt 0.27.0
Merge pull request #30 from CQCL/release/pytket-1.15.0 Release/pytket 1.15.0