-
-
Notifications
You must be signed in to change notification settings - Fork 26.1k
Release 0.22rc2 #15654
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
Release 0.22rc2 #15654
Conversation
* fix whats new link * oops fixed bracket
and OrdinalEncoder
* MNT Reorder parameters in plot_confusion_matrix * MNT Reorder parameters in plot_confusion_matrix * address comment
Looks fine if all we're doing is effectively branching later and there's nothing controversial in master. Let's do it: announce it before the end of the week |
I mean ideally the rc1 would have been associated with a feature freeze
after which you only pick fixes, especially regressions and changes to new
features.
|
If I understand correctly, this should be a rebase and merge, not a squash and merge, but we have it disabled on the repo. Am I missing something? |
I've previously just done it on the command-line (or we could enable it in the repo). git checkout 0.22.X
git merge --ff-only release-0.22rc2
git push upstream or something |
I've now permitted Rebase and Merge as it is occasionally useful (and safer) |
This bumps the version for the 0.22 release to RC2, and includes [almost] all the PRs merged in the meantime.
Please don't squash when merging.
the rebase log:
@jnothman this looks okay?
also ping @NicolasHug