dev/stable docs using mike - #338
Closed
vineetbansal wants to merge 30 commits into
Closed
vineetbansal wants to merge 30 commits into
vineetbansal wants to merge 30 commits into
Conversation
… namespace); continuations method removed from EventGraph
Drop num_nodes. Mapping is sufficient to create a Graph/TemporalGraph with isolated nodes if needed. Extract the shared node-ID inference into infer_mapping() and call it from both classes, so numeric node IDs are no longer indexed lexicographically in one class and numerically in the other. Honouring is_undirected also requirs preserving EdgeIndex metadata in TemporalGraph constructor.
Fixes for isolated nodes in Graph/TemporalGraph
Fix higher-order ID detection by checking IndexMap tuple IDs
…lable from package root
sorting bug fix
Co-authored-by: Moritz Lampert <moritz@lampert.ai>
Co-authored-by: Moritz Lampert <moritz@lampert.ai>
An EventGraph class with tests
Collaborator
Author
|
Wrong target branch. Opening another PR. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #337