Results 49 issues of David Gleich

Hey all, after updating to the most recent GraphRecipes, I seem to run into issues with plotting large numbers of edges. For instance, the following call works on [email protected] (on...

When trying our code on a new Mac, `pip3 install pytest` gave me version 5.4.2, which doesn't work with our tests. We need version 4.3.1 (which works in our build...

Can we get CRD to return the labels and levels of each node so that we can (if we want) post-process the result with a sweep-cut to make it more...

We have a number of common visualization patterns that we'd like to do. I've been using NetworkX for this, but this seems like overkill as there is a big translation...

Many Shapefiles are distributed directly as zip files. The routine (below) shows how it is possible to read them directly from the zip file without decompressing it on disk. I...

@yuyongyang800 can you try and reproduce something for me? checkout the branch eflist-refactor. then run eflist_perf ../data/harvard500.offsets 100000 On my mac, this runs at 6000 offsets/sec On my linux box,...

for instance, read_unary will return something strange if it runs out of bits.

Had to disable networkx test to get travis building. Should fix this soon!