-
Notifications
You must be signed in to change notification settings - Fork 486
Description
This keeps causing confusion, e.g. most recently #434 (comment)
Any suggestions for how to rename the pipeline? This is complex because in general it should be green/passing. If we make the conscious decision to break something compared to the last version it gets red. From that point onward it stays red until the next release. So we definitely do want to be alerted when it goes red for the first time. That's what makes this tricky.
@adrinjalali suggested in the past that things like this could perhaps be fixed just before a release. [I hope I'm not rephrasing his ideas in a way that misrepresent them...]
So I'm curious how people feel about this. In a way I feel like solving the documentation versioning in the way scikit-learn does it, i.e. the webpage can be viewed based on whatever version of the package you're using incl. notebook, and therefore you will have no trouble finding the compatible notebook. That would perhaps address the issue sufficiently.
FYI @kevinrobinson helped out some folks over the past week or so who raised this issue here on GitHub, so perhaps you also have thoughts.
FYI @koaning who faced this issue as well.