-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace AlgorithmResult with NodeState in rust (#1930)
* replace AlgorithmResult with NodeState in rust * fix python, graphql, and examples * tidy up python module * add to_df and get methods * add PartialEq for nodes and fix bug with get * start tidying up python tests * remove the self-import in the stubs * equality support for all the node states * more test tidyup * improve equality checks on Nodes and NodeState * update all the python tests for new api * tidy * update minimum rust version * fix example notebook * cleanup debugging code * tidy up algorithm docstrings * change the compatible view handling
- Loading branch information
1 parent
82925e7
commit 3771175
Showing
55 changed files
with
3,270 additions
and
2,712 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.