Skip to content
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

Consistency in parameter names: algo vs algorithm vs method #526

Open
szhorvat opened this issue Apr 7, 2022 · 1 comment
Open

Consistency in parameter names: algo vs algorithm vs method #526

szhorvat opened this issue Apr 7, 2022 · 1 comment
Labels
lifecycle Deprecating old APIs
Milestone

Comments

@szhorvat
Copy link
Member

szhorvat commented Apr 7, 2022

At this moment, some functions use algorithm as a parameter names (e.g. shortest_paths, sample_pa, etc.), some others use algo (e.g. page_rank, feedback_arc_set, etc.), and yet others use method (e.g. sample_degseq, sample_tree, etc.). The naming should be made consistent across functions.

@szhorvat szhorvat added this to the 2.0 milestone Apr 7, 2022
@szhorvat szhorvat changed the title Consistency in parameter names: algo vs algorithm Consistency in parameter names: algo vs algorithm vs method Apr 7, 2022
@maelle
Copy link
Contributor

maelle commented Mar 13, 2023

@maelle maelle added the lifecycle Deprecating old APIs label Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle Deprecating old APIs
Projects
None yet
Development

No branches or pull requests

2 participants