Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase main onto develop #54

Merged
merged 19 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
11b1fbc
update version, changelog and pytket version
cqc-melf Jun 20, 2023
397f71c
Merge pull request #33 from CQCL/release/1-16-0
cqc-melf Jun 20, 2023
cdfeb02
Use Poetry for package management and Nox in github actions (#34)
trvto Jul 10, 2023
af7fd7e
Update pyupgrade requirement from ^2.29.0 to >=2.29,<4.0 (#36)
dependabot[bot] Jul 10, 2023
57370c3
Update coverage requirement from ^6.1 to >=6.1,<8.0 (#37)
dependabot[bot] Jul 10, 2023
f666a0b
Update pytest-timeout requirement from ^1.4.2 to >=1.4.2,<3.0.0 (#39)
dependabot[bot] Jul 10, 2023
f1cf4e1
Update sphinx requirement from ^4.3.2 to >=4.3.2,<7.0.0 (#40)
dependabot[bot] Jul 10, 2023
919ba8e
Update pre-commit requirement from ^2.15.0 to >=2.15,<4.0 (#38)
dependabot[bot] Jul 10, 2023
7835462
fix link to docs that publish docs job shows (#41)
trvto Jul 10, 2023
80e39e3
Bump actions/upload-pages-artifact from 1 to 2 (#42)
dependabot[bot] Jul 18, 2023
dc63642
Update tests.yml (#43)
cqc-melf Aug 10, 2023
a7de95e
Bump poetry from 1.5.1 to 1.6.1 (#45)
dependabot[bot] Sep 6, 2023
df1876b
use pytket 1.19 and fix resulting mypy issues (#46)
trvto Sep 6, 2023
c6a82d5
Bump actions/checkout from 3 to 4 (#47)
dependabot[bot] Sep 11, 2023
8df8b58
mypy warn-unused-ignore (#49)
cqc-melf Sep 25, 2023
50e4827
Automatic multizone routing (#48)
trvto Sep 28, 2023
75a64b2
[feature] Make `SimplifyInitial` opt-in (#50)
cqc-alec Oct 5, 2023
4924428
Update pylint requirement from ^2.13, !=2.13.6 to >=2.13,<4.0 (#51)
dependabot[bot] Oct 9, 2023
ee6a4a3
remove no longer necessary casts (#52)
trvto Oct 17, 2023
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
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

version: 2
updates:
- package-ecosystem: "github-actions"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
interval: weekly
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
64 changes: 0 additions & 64 deletions .github/workflows/build-test

This file was deleted.

143 changes: 0 additions & 143 deletions .github/workflows/build_and_test.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/docs.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/docs/check-build-docs

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/docs/intro.txt

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/docs/requirements.txt

This file was deleted.

Empty file.
14 changes: 0 additions & 14 deletions .github/workflows/fetch-modules

This file was deleted.

44 changes: 22 additions & 22 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ jobs:
name: Create Jira issue
runs-on: ubuntu-22.04
steps:
- name: Login
uses: atlassian/gajira-login@v3.0.1
env:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
- name: Create Bug
uses: atlassian/gajira-create@v3.0.1
if: contains(github.event.issue.labels.*.name, 'bug')
with:
project: TKET
issuetype: Bug
summary: « [pytket-aqt] ${{ github.event.issue.title }}»
description: ${{ github.event.issue.html_url }}
- name: Create Task
uses: atlassian/gajira-create@v3.0.1
if: "! contains(github.event.issue.labels.*.name, 'bug')"
with:
project: TKET
issuetype: Task
summary: « [pytket-aqt] ${{ github.event.issue.title }}»
description: ${{ github.event.issue.html_url }}
- name: Login
uses: atlassian/gajira-login@v3.0.1
env:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
- name: Create Bug
uses: atlassian/gajira-create@v3.0.1
if: contains(github.event.issue.labels.*.name, 'bug')
with:
project: TKET
issuetype: Bug
summary: « [pytket-aqt] ${{ github.event.issue.title }}»
description: ${{ github.event.issue.html_url }}
- name: Create Task
uses: atlassian/gajira-create@v3.0.1
if: "! contains(github.event.issue.labels.*.name, 'bug')"
with:
project: TKET
issuetype: Task
summary: « [pytket-aqt] ${{ github.event.issue.title }}»
description: ${{ github.event.issue.html_url }}
28 changes: 0 additions & 28 deletions .github/workflows/lint.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/linting/lint-requirements.txt

This file was deleted.

Loading