Tags give the ability to mark specific points in history as being important
-
-
-
-
v0.5.2
eb69386b · ·v0.5.2 * Increase retries for random walks from 5 to 10 * naive_client: Add documentation and doctest to initialize it. * Add support for CoreSWHID/ExtendedSWHID when building naive.Graph
-
v0.6.0
e538290d · ·v0.6.0 * Increase retries for random walks from 5 to 10 * Refactor Graph class in SwhUnidirectionalGraph and SwhBidirectionalGraph * Use AllowedNodesTest to implement return type filtering * Add graph dataset reading classes (orc+edges) * Remove unused/buggy TopologicalSort * Add support for CoreSWHID/ExtendedSWHID when building naive.Graph
-
-
-
-
-
v0.5.0
2045e2c1 · ·v0.5.0 - Delay import to allow proper debian packaging of the client code - bytes_to_str: Format strings directly, instead of constructing ExtendedSWHID - StreamingGraphView: Buffer lines before writing - cli: Fix rpc-serve to actually used the path given as argument - Fix typo in HTTP index - server: Define make_app_from_configfile so it can be ran by gunicorn - LabelMapBuilder: mmap order file, use less RAM - ConnectedComponents: add --by-origins - Bump fastutil version - git2graph: bugfix: traverse all nodes even when edges are not traversed - tools/dir2graph: new tool to convert a local dir to nodes/edges files - FindEarliestRevision: make timing optional with a dedidcated CLI flag
-
v0.4.0
3e0da947 · ·v0.4.0 * Add a simple alternative "client" in pure-python * client: Raise GraphArgumentException on 4xx response, instead of generic RemoteException. * Traversal: Fix ignored maxEdges being ignored in overloaded constructor. * adds a filter by node type as a query argument
-
-
v0.2.8
387ce5e2 · ·v0.2.8 / 2020-04-22 * cachemount: only cache .graph, not .obl/.offset files * setup: Update the minimum required runtime python3 version * upgrade old comment-based type annotations to modern ones * spec: reference SWHID using explicit anchors * doc: document CLI * cli: add a memcache command