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

replace AlgorithmResult with NodeState in rust #1930

Merged
merged 18 commits into from
Jan 24, 2025

Conversation

ljeub-pometry
Copy link
Collaborator

@ljeub-pometry ljeub-pometry commented Jan 21, 2025

What changes were proposed in this pull request?

  • Replaces the old AlgorithmResult interface with NodeState
  • Tidies up some of the algorithms

Why are the changes needed?

Interface and efficiency improvements

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

Yes, the NodeState apis are somewhat different (and hopefully better) than the AlgorithmResult. All methods have documentation and the return type for all the algorithms is annotated in python.

How was this patch tested?

Updated tests for the new apis.

Are there any further changes required?

@ljeub-pometry ljeub-pometry force-pushed the feature/ReplaceAlgorithmResult branch 2 times, most recently from 2dd6dd5 to facd73f Compare January 22, 2025 08:10
@ljeub-pometry ljeub-pometry marked this pull request as ready for review January 23, 2025 09:49
Copy link
Collaborator

@fabianmurariu fabianmurariu left a comment

Choose a reason for hiding this comment

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

LGTM

@ljeub-pometry ljeub-pometry merged commit 3771175 into master Jan 24, 2025
19 checks passed
@ljeub-pometry ljeub-pometry deleted the feature/ReplaceAlgorithmResult branch January 24, 2025 09:00
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