-
-
-
-
-
-
v0.5.2eb69386b · ·
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.0e538290d · ·
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.02045e2c1 · ·
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.03e0da947 · ·
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