Raphtory
Raphtory copied to clipboard
Distinct History Object for nodes and edges
What changes were proposed in this pull request?
The history object will take care of the history of nodes and edges. It will also implement different functionalities so they don't have to be implemented in Python by the user.
Why are the changes needed?
Improve user experience when dealing with histories by implementing useful features out of the box.
Does this PR introduce any user-facing change? If yes is this documented?
The history object itself, which will be documented
How was this patch tested?
Not been tested yet
Are there any further changes required?
Integration with Raphtory
Fixes #1424
How does this effect windowing with before(), at(), after(), window(), expand() and rolling() ?
Also on a naming convention question, why time no temporal here?