-
-
Notifications
You must be signed in to change notification settings - Fork 673
provide alias number_of_connected_components #40943
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
base: develop
Are you sure you want to change the base?
provide alias number_of_connected_components #40943
Conversation
Documentation preview for this PR (built with commit d65857a; changes) is ready! 🎉 |
it is important to keep |
a serious drawback of this change is that it makes it less intuitive for users to get the list of methods related to connected components. Currently, |
There is absolutely no question whether we should keep the old names. They must stay, in my opinion. The only question is whether adding aliases is worth it. |
I'm not sure of the added value of this change. it does not help unifying the name of similar methods for biconnected or triconnected components. The name |
Yes, the only issue is consistency with the rest of sage, where we try to promote |
I understand the consistency issue. For bi/tricconnected components, we are missing some methods. I will propose a PR for the number of bi/tri connected components. |
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.
Ok, let's go. LGTM.
fix #40935 for
connected_components
as with #40939: we have to decide whether this does not pollute the name space too much.