-
Notifications
You must be signed in to change notification settings - Fork 29
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
Conversation
Pull Request Test Coverage Report for Build 8835531657Details
💛 - Coveralls |
other: | ||
- | | ||
The :func:`.generate_cutting_experiments` function has been optimized for faster execution. |
There was a problem hiding this comment.
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".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks
If we merge this PR to
main
, we can tag0.7.1
frommain
and fast-forward thestable/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 tostable/0.7
and tag the release from that branch instead.Remaining action items (checklist for patchlevel release):
pyproject.toml
0.7
directorygit checkout main
git pull
git show
(verify it's the commit we want to tag)git tag -a 0.7.1 -m "Circuit Knitting Toolbox 0.7.1"
git show
(double/triple check the tag is on the correct branch)git push origin 0.7.1
stable/0.7
to the same commitgit checkout stable/0.7
git merge --ff-only 0.7.1
stable/0.7
and then on thegh-pages
branch)0.7.1
milestone items to0.7.2
milestone and close0.7.1
milestonePrevious release PR: #555