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

PageRank Args, is_self_loop on edge, remove all option<bool>, added bincode version on graph, fix all warns, #1499

Merged
merged 13 commits into from
Feb 22, 2024

Conversation

Haaroon
Copy link
Contributor

@Haaroon Haaroon commented Feb 20, 2024

What changes were proposed in this pull request?

PageRank Args, is_self_loop, bincode with version number

Why are the changes needed?

Does this PR introduce any user-facing change? If yes is this documented?

How was this patch tested?

Issues

#1277 #1046 #997

Are there any further changes required?

@Haaroon Haaroon marked this pull request as ready for review February 20, 2024 14:46
@Haaroon Haaroon changed the title PageRank Args, is_self_loop PageRank Args, is_self_loop, bincode version on graph Feb 21, 2024
@Haaroon Haaroon changed the title PageRank Args, is_self_loop, bincode version on graph PageRank Args, is_self_loop, remove all option<bool>, added bincode version on graph Feb 21, 2024
@Haaroon Haaroon changed the title PageRank Args, is_self_loop, remove all option<bool>, added bincode version on graph PageRank Args, is_self_loop on edge, remove all option<bool>, added bincode version on graph, fix all warns, Feb 21, 2024
@miratepuffin miratepuffin merged commit eb54c49 into master Feb 22, 2024
10 checks passed
@miratepuffin miratepuffin deleted the feature/pagerank-args branch February 22, 2024 12:53
fabianmurariu pushed a commit that referenced this pull request May 21, 2024
…incode version on graph, fix all warns, (#1499)

* pagerank additions

* fix tests

* fix tests

* add is_self_loop to edge

* fmt

* add version to materialize

* remove all option<bools> for bool, add force param to loading, fix loading in all places, fix issue with bincode saving, fmt, clean all warnings,

* fixed one borked test, one left

* fixed all tests

* use bincode versino instead of raphtory version

* added bincode version with test

* fix issues with tests in windows, fix issues in python when binnning graphs between rust and python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants