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

Prepare 0.7.1 release #566

Merged
merged 3 commits into from
Apr 25, 2024
Merged

Prepare 0.7.1 release #566

merged 3 commits into from
Apr 25, 2024

Conversation

garrison
Copy link
Member

@garrison garrison commented Apr 25, 2024

If we merge this PR to main, we can tag 0.7.1 from main and fast-forward the stable/0.7 branch to the same commit. This will mean that #556 will be included in the patch release as well. If we don't want this, then we should backport #563 to stable/0.7 and tag the release from that branch instead.

Remaining action items (checklist for patchlevel release):

  • Test all tutorial notebooks on a hardware backend
  • Update version [sub]string in all files where it appears in the repository
    • pyproject.toml
  • move release notes to 0.7 directory
  • merge everything except this PR on the 0.7.1 milestone
  • build docs locally; proofread the release notes
  • merge this PR
  • tag the release
    1. git checkout main
    2. git pull
    3. git show (verify it's the commit we want to tag)
    4. git tag -a 0.7.1 -m "Circuit Knitting Toolbox 0.7.1"
    5. git show (double/triple check the tag is on the correct branch)
    6. git push origin 0.7.1
  • Wait for CI to finish. The release should then be available on GitHub and pypi.
  • fast-forward the stable/0.7 to the same commit
    1. git checkout stable/0.7
    2. git merge --ff-only 0.7.1
  • get docs to deploy (should happen automatically at this point after CI runs both on stable/0.7 and then on the gh-pages branch)
  • move remaining 0.7.1 milestone items to 0.7.2 milestone and close 0.7.1 milestone

Previous release PR: #555

@garrison garrison added the on hold Let's wait for something before merging label Apr 25, 2024
@garrison garrison added this to the 0.7.1 milestone Apr 25, 2024
@coveralls
Copy link

coveralls commented Apr 25, 2024

Pull Request Test Coverage Report for Build 8835531657

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.489%

Totals Coverage Status
Change from base Build 8835377332: 0.0%
Covered Lines: 3493
Relevant Lines: 3658

💛 - Coveralls

@garrison garrison removed the on hold Let's wait for something before merging label Apr 25, 2024
Comment on lines +2 to 4
other:
- |
The :func:`.generate_cutting_experiments` function has been optimized for faster execution.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@caleb-johnson I know I claimed previously that this should be fixes instead of upgrade, but after previewing the release notes I actually think it makes even more sense to be other, i.e., under "other notes" rather than "bug fixes".

0 7 1-notes

Copy link
Collaborator

@caleb-johnson caleb-johnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks

@garrison garrison merged commit 35d7b94 into main Apr 25, 2024
11 checks passed
@garrison garrison deleted the prepare-0.7.1 branch April 25, 2024 15:54
@garrison garrison mentioned this pull request May 15, 2024
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants