| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1486 from SanketDG/docfix | ysitu | 2015-05-26 | 1 | -3/+3 |
| |\ | | | | | fix documentation for write_gml() | ||||
| | * | documentation fix for write_gml | SanketDG | 2015-04-28 | 1 | -3/+3 |
| | | | |||||
| * | | handle geometric attributes properly and add simplify=False case to tests | chrisnatali | 2015-05-04 | 2 | -26/+80 |
| | | | | | | | | | fix docstring for read_shp and address PR comments | ||||
| * | | parameterize simplification of line features in read_shp | chrisnatali | 2015-05-01 | 1 | -3/+12 |
| |/ | |||||
| * | Fix copyrights | JGab | 2015-04-21 | 9 | -9/+9 |
| | | |||||
| * | Merge pull request #1262 from jdrudolph/json-graph-attributes-as-dict | Aric Hagberg | 2015-01-09 | 2 | -6/+8 |
| |\ | | | | | node-link repr. contains graph dict 'as is' | ||||
| | * | node-link repr. contains graph dict 'as is' | jandanielr | 2014-10-07 | 2 | -6/+8 |
| | | | |||||
| * | | Clean up shp using new dgal/ogr iterator interface for loops. | Dan Schult | 2015-01-04 | 1 | -18/+9 |
| | | | |||||
| * | | Remove xrange and map to fix python3 for test_shp.py | Dan Schult | 2015-01-04 | 1 | -3/+5 |
| | | | |||||
| * | | Enable Travis testing of nx_shp.py under Python 2.7 | ysitu | 2014-11-04 | 1 | -4/+4 |
| | | | |||||
| * | | Allow selection of pickling protocol to use in write_gpickle | ysitu | 2014-11-03 | 2 | -2/+19 |
| | | | |||||
| * | | Fix PEP 8 issues in gpickle.py | ysitu | 2014-11-03 | 1 | -11/+15 |
| | | | |||||
| * | | Merge pull request #1269 from ysitu/gml | chebee7i | 2014-11-03 | 2 | -372/+788 |
| |\ \ | | | | | | | Robust handling of non-int/float/str/dict data in GML | ||||
| | * | | Fix GML parser compatibility with Python 3.2 | ysitu | 2014-10-20 | 1 | -1/+2 |
| | | | | |||||
| | * | | Enhance GML parser/generator tests (cont'd) | ysitu | 2014-10-20 | 2 | -9/+27 |
| | | | | |||||
| | * | | Enhance GML parser/generator tests | ysitu | 2014-10-20 | 2 | -18/+129 |
| | | | | |||||
| | * | | Comment about 'u' string prefix removal in GML parser | ysitu | 2014-10-19 | 1 | -0/+2 |
| | | | | |||||
| | * | | Simplify GML parser and add list attribute handling | ysitu | 2014-10-19 | 2 | -125/+87 |
| | | | | |||||
| | * | | Fix docstrings of generate_gml and write_gml | ysitu | 2014-10-17 | 1 | -7/+11 |
| | | | | |||||
| | * | | Make stringizer/destringizer in GML parser/generator raise ValueError (cont'd) | ysitu | 2014-10-17 | 1 | -2/+2 |
| | | | | |||||
| | * | | Make stringizer/destringizer in GML parser/generator raise ValueError | ysitu | 2014-10-16 | 1 | -7/+11 |
| | | | | |||||
| | * | | Fix comments in GML parser and test cases | ysitu | 2014-10-16 | 2 | -12/+4 |
| | | | | |||||
| | * | | Simplify GML parser | ysitu | 2014-10-14 | 1 | -78/+41 |
| | | | | |||||
| | * | | Avoid spurious empty lines due to str.split('\n') in GML parser | ysitu | 2014-10-13 | 1 | -1/+4 |
| | | | | |||||
| | * | | Adjust GML test cases | ysitu | 2014-10-12 | 1 | -76/+94 |
| | | | | |||||
| | * | | Rewrite GML parser and generator | ysitu | 2014-10-12 | 1 | -286/+611 |
| | | | | |||||
| | * | | Fix PEP8 issues in gml.py | ysitu | 2014-10-11 | 1 | -69/+82 |
| | |/ | |||||
| * | | Ensure that graph6 and sparse6 tests do no leave behind temporary files | Yingchong Situ | 2014-10-30 | 2 | -0/+12 |
| |/ | |||||
| * | Fixed warnings with "<<" operator when loading | Kameron Harris | 2014-08-04 | 1 | -2/+2 |
| | | | | | | | | I was getting these warnings: DeprecationWarning: Operator '<<' is deprecated, use '<<=' instead Changing them to <<= seems to have fixed the problem. | ||||
| * | Merge pull request #1215 from ysitu/xml_decl | ysitu | 2014-07-17 | 2 | -2/+2 |
| |\ | | | | | Ensure that write_gexf and write_graphml output XML declaration | ||||
| | * | Ensure that write_gexf and write_graphml output XML declaration | ysitu | 2014-07-04 | 2 | -2/+2 |
| | | | |||||
| * | | Reapply "correct minor typos in edgelist.py" | barrydevereux | 2014-07-04 | 1 | -2/+2 |
| | | | | | | | | | | | This reapplies commit d189147, which was inadvertently reverted in commit 002d537. | ||||
| * | | Fix I/O compatibility with IronPython (cont'd) | ysitu | 2014-07-03 | 1 | -30/+31 |
| | | | |||||
| * | | Fix I/O compatibility with IronPython | ysitu | 2014-07-03 | 3 | -48/+48 |
| |/ | |||||
| * | correct minor typos in edgelist.py | barrydevereux | 2014-06-23 | 1 | -2/+2 |
| | | |||||
| * | Better exception handling, simpler test | Aric Hagberg | 2014-06-03 | 2 | -6/+4 |
| | | |||||
| * | Add test | Aric Hagberg | 2014-06-02 | 1 | -19/+19 |
| | | |||||
| * | Adjust author email, copyright year | Aric Hagberg | 2014-06-02 | 1 | -2/+2 |
| | | |||||
| * | Pajek reader can't handle encoded data | Aric Hagberg | 2014-06-02 | 2 | -2/+32 |
| | | | | | shlex.split() doesn't work for unicode. Tweak to work with Python2.x. | ||||
| * | Allow JSON attributes to be customized | ysitu | 2014-05-30 | 6 | -84/+229 |
| | | |||||
| * | Remove duplicate XML header in GEXF/GraphML output | ysitu | 2014-05-21 | 2 | -4/+0 |
| | | |||||
| * | Merge pull request #1114 from hagberg/remove-json-helper | Aric Hagberg | 2014-04-22 | 3 | -81/+0 |
| |\ | | | | | Remove json helper | ||||
| | * | Remove JSON serializer helpers | Aric Hagberg | 2014-04-20 | 3 | -81/+0 |
| | | | | | | | | | | | | | | | This complexity isn't really needed. You can simply write >>> import json >>> s = json.dumps(json_graph.node_link_data(G)) | ||||
| * | | Fix. parse_edgelist documentation | Lukasz Dobrzanski | 2014-04-18 | 1 | -14/+16 |
| |/ | | | | | | | Changes: - fix mixing result+params - added missing ``lines`` param - use same order of params as in signature | ||||
| * | Use networkx.testing functions for network.readwrite tests. | Jordi Torrents | 2014-03-27 | 4 | -90/+67 |
| | | |||||
| * | Fixes #1063. | chebee7i | 2014-02-20 | 2 | -6/+15 |
| | | |||||
| * | GML read/write with numeric HTML entities. #1061 | chebee7i | 2014-02-16 | 2 | -58/+124 |
| | | |||||
| * | Add unit test for #1048. | chebee7i | 2014-01-18 | 1 | -14/+37 |
| | | |||||
| * | Add omitted quote=True option to escape(). #1048. | chebee7i | 2014-01-18 | 1 | -1/+1 |
| | | |||||
| * | Node labels must be within double quotes. Addresses #1048. | chebee7i | 2014-01-18 | 1 | -4/+7 |
| | | | | | | Tuple labels are now converted to strings: (1,2) --> "(1,2)" | ||||
