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

refactor!: Remove igraph.eigen.default() and eigen_defaults, introduce internal eigen_defaults() as a function #741

Merged
merged 2 commits into from Mar 30, 2023

Conversation

maelle
Copy link
Contributor

@maelle maelle commented Mar 30, 2023

Easy case from the two lists in #714

@@ -321,8 +321,6 @@ deprecated("hub.score", hub_score)
deprecated("igraph.arpack.default", arpack_defaults)
#' @export igraph.console
deprecated("igraph.console", console)
#' @export igraph.eigen.default
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's problematic that this was exported. I'm not sure it was used though?!

@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Merging #741 (c8abb79) into main (33c3376) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head c8abb79 differs from pull request most recent head 18f76c5. Consider uploading reports for the commit 18f76c5 to get more accurate results

@@            Coverage Diff             @@
##             main     #741      +/-   ##
==========================================
- Coverage   53.93%   53.92%   -0.01%     
==========================================
  Files         357      357              
  Lines       73282    73284       +2     
==========================================
- Hits        39526    39522       -4     
- Misses      33756    33762       +6     
Impacted Files Coverage Δ
R/zzz-deprecate.R 0.00% <ø> (ø)
R/aaa-auto.R 76.44% <100.00%> (ø)
R/centrality.R 75.24% <100.00%> (+0.49%) ⬆️

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@krlmlr
Copy link
Contributor

krlmlr commented Mar 30, 2023

@krlmlr krlmlr changed the title refactor: rm igraph.eigen.default and eigen_defaults, introduce eigen_defaults() as a function refactor!: Remove igraph.eigen.default() and eigen_defaults, introduce internal eigen_defaults() as a function Mar 30, 2023
@krlmlr krlmlr marked this pull request as ready for review March 30, 2023 15:46
@krlmlr krlmlr merged commit 17203e7 into igraph:main Mar 30, 2023
11 checks passed
@krlmlr
Copy link
Contributor

krlmlr commented Mar 30, 2023

Thanks!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants