mne-tools / mne-installers

Installers for MNE-Python.
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

MAINT: Migrate to standard version control procedures #209

Closed larsoner closed 1 year ago

larsoner commented 1 year ago

It's a bit weird to me to have recipes/mne_python_*.*/ rather than a single recipes/mne_python/.

@hoechenberger if you agree with migrating to a more standard version control scheme under a single recipes/mne_python/, we could try to migrate gracefully by merging backward (rename 0.23 to root mne_python, then merge 0.24 into mne_python, then 0.25 into 0.23, etc. in single PRs). That way we at least get to see what was changed in each version release. (I'll get all git blame in terms of authorship but at least it'll be clearer when stuff was changed.)

hoechenberger commented 1 year ago

@larsoner I'm also happy with just declaring the latest recipe "the" recipe and deleting the old ones, to make things easier… in any case, +1 to having only a single recipe.