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

Remove of scale parameter of eigen_centrality() #1353

Open
szhorvat opened this issue May 2, 2024 · 0 comments
Open

Remove of scale parameter of eigen_centrality() #1353

szhorvat opened this issue May 2, 2024 · 0 comments
Labels
lifecycle Deprecating old APIs

Comments

@szhorvat
Copy link
Member

szhorvat commented May 2, 2024

In C/igraph 1.0, the scale parameter of eigen_centrality() will be removed and the function will always behave as if scale=TRUE were used. Details are at igraph/igraph#2446

This issue is to start preparing for this change on the R side, probably by deprecating the scale parameter.

Note that no real functionality is lost: scale=FALSE doesn't guarantee anything about any kind of scaling/normalization, while scale=TRUE uses a specific normalization. People should never have relied on scale=FALSE, so warning those who do soon is a good thing.

CC @maelle

@maelle maelle added the lifecycle Deprecating old APIs label May 6, 2024
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