scikit-learn / enhancement_proposals

Enhancement proposals for scikit-learn: structured discussions and rational for large additions and modifications
https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
48 stars 34 forks source link

Shall we rename the default branch here? #83

Closed adrinjalali closed 1 year ago

adrinjalali commented 1 year ago

We've moved many repos to main, but not this one, shall we do it?

jnothman commented 1 year ago

SGTM for consistency

jjerphan commented 1 year ago

Ditto.

GaelVaroquaux commented 1 year ago

+1

adrinjalali commented 1 year ago

Done

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a