| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Addresses #1048. | chebee7i | 2014-01-18 | 1 | -18/+18 | |
| * | Add JSON format documentation | Aric Hagberg | 2014-01-04 | 1 | -1/+9 | |
| * | Use multigraph in test | Aric Hagberg | 2013-12-15 | 1 | -2/+2 | |
| * | Add back linefeed on write | Aric Hagberg | 2013-12-15 | 4 | -3/+5 | |
| * | Typos, spell check | Aric Hagberg | 2013-12-15 | 1 | -2/+2 | |
| * | Fix StringIO to work with python2/3 | Aric Hagberg | 2013-12-15 | 4 | -22/+22 | |
| * | Add docs | Aric Hagberg | 2013-12-15 | 1 | -6/+145 | |
| * | Add nodes argument | Aric Hagberg | 2013-12-15 | 1 | -6/+1 | |
| * | Return graph type if no parallel edges | Aric Hagberg | 2013-12-15 | 2 | -2/+15 | |
| * | Formatting, whitespace cleanup | Aric Hagberg | 2013-12-15 | 1 | -92/+76 | |
| * | Add docuementation, formatting | Aric Hagberg | 2013-12-15 | 1 | -28/+160 | |
| * | Use StrinIO instead of tempfile | Aric Hagberg | 2013-12-15 | 1 | -30/+14 | |
| * | Remove *list functions | Aric Hagberg | 2013-12-15 | 2 | -43/+11 | |
| * | Use stringIO instead of temp files | Aric Hagberg | 2013-12-15 | 1 | -49/+15 | |
| * | Drop *list functions in graph6 | Aric Hagberg | 2013-12-15 | 2 | -41/+27 | |
| * | Split sparsegraph6 into sparse6 and graph6 | Aric Hagberg | 2013-12-13 | 5 | -268/+304 | |
| * | Don't sort nodes, style updates | Aric Hagberg | 2013-12-13 | 2 | -15/+22 | |
| * | Improve sparsegraph6.py docs and include them in TOC | Tomas Gavenciak | 2013-12-13 | 1 | -13/+14 | |
| * | Whitespace cleanup | Aric Hagberg | 2013-12-08 | 1 | -2/+2 | |
| * | Formatting, add author, whitespace | Aric Hagberg | 2013-12-08 | 1 | -13/+15 | |
| * | Line length formatting to 80 cols | Aric Hagberg | 2013-12-08 | 1 | -15/+32 | |
| * | Whitespace/tabs and python3ism fixes | Aric Hagberg | 2013-12-08 | 2 | -141/+139 | |
| * | Add credit | Tomas Gavenciak | 2013-12-08 | 1 | -0/+1 | |
| * | Implemented writing sparse6 format, unit tests | Tomas Gavenciak | 2013-12-08 | 2 | -7/+148 | |
| * | Implemented writing graph6 format, plus unit tests | Tomas Gavenciak | 2013-12-07 | 2 | -0/+109 | |
| * | Prepare graph6 utils for generating/writing | Tomas Gavenciak | 2013-12-07 | 2 | -10/+51 | |
| * | add class method GEXFWriter.alter_graph_mode_timeformat | Chengyi Yang | 2013-11-08 | 1 | -9/+20 | |
| * | add dynamic Graph surport to gexf (1.2draft) | ycysuk | 2013-11-07 | 1 | -12/+45 | |
| * | Merge pull request #989 from hagberg/json-str | Aric Hagberg | 2013-10-22 | 3 | -3/+19 | |
| |\ | ||||||
| | * | JSON graph fix to handle unicode dict keys | Aric Hagberg | 2013-10-22 | 3 | -3/+19 | |
| * | | Merge pull request #981 from hagberg/gml-nested | Aric Hagberg | 2013-10-14 | 1 | -2/+0 | |
| |\ \ | ||||||
| | * | | Fix bug in gml writer | Aric Hagberg | 2013-10-14 | 1 | -2/+0 | |
| | |/ | ||||||
| * | | Allow "True" and "False" as gexf bools. | chebee7i | 2013-10-07 | 2 | -7/+13 | |
| * | | Merge pull request #968 from hagberg/cournape-fix_windows_filemode | Aric Hagberg | 2013-10-05 | 1 | -8/+5 | |
| |\ \ | ||||||
| | * | | Use io.BytesIO() instead of temporary file | Aric Hagberg | 2013-09-08 | 1 | -10/+7 | |
| | * | | BUG: fix test_read_LEDA on windows. | David Cournapeau | 2013-08-29 | 1 | -9/+9 | |
| * | | | Merge pull request #956 from hagberg/sparse6-nodes | Aric Hagberg | 2013-10-05 | 1 | -14/+17 | |
| |\ \ \ | ||||||
| | * | | | Remove spurious print | Aric Hagberg | 2013-09-17 | 1 | -1/+0 | |
| | * | | | PEP-8 cleanup; attribution | Aric Hagberg | 2013-09-17 | 1 | -10/+10 | |
| | * | | | Don't add edges from "padding" in sparse6 format | Aric Hagberg | 2013-09-17 | 1 | -4/+8 | |
| * | | | | added tests for checking if pickling is working correctly (with different typ... | Jakob Schelbert | 2013-09-30 | 1 | -13/+38 | |
| * | | | | Allow a blank name when reading Pajek files. | chebee7i | 2013-09-14 | 2 | -22/+35 | |
| | |/ / |/| | | ||||||
| * | | | Merge pull request #941 from hagberg/gexf-long | Aric Hagberg | 2013-08-27 | 1 | -0/+2 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | Use long type for GEXF with Python2 long or Python3 int. | Aric Hagberg | 2013-08-24 | 1 | -0/+2 | |
| * | | | Merge pull request #914 from hagberg/gexf-bool | Aric Hagberg | 2013-08-13 | 2 | -2/+12 | |
| |\ \ \ | ||||||
| | * | | | Fix assertion bug in test | Aric Hagberg | 2013-07-24 | 1 | -1/+1 | |
| | * | | | Use lowercase true|false in GEXF writer | Aric Hagberg | 2013-07-24 | 2 | -2/+12 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #929 from brycethomas/issue928 | Aric Hagberg | 2013-08-13 | 2 | -8/+17 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | minor fixes to serialization and tests | Bryce Thomas | 2013-08-12 | 2 | -1/+5 | |
| | * | | Fixes #928 | Bryce Thomas | 2013-08-11 | 1 | -8/+13 | |
| | |/ | ||||||
