Skip to content

Commit

Permalink
Update graphml to care for a number of issues. (#2515)
Browse files Browse the repository at this point in the history
* Added graphmlxml class

* Allow graphml to read Cytoscape files with incomplete headers

Fixes #2197

* graphml pep8 changes

* Add a test and some docstring for graphml json unicode treatment

addresses #1880

* Change read_graphml and parse_graphml docstring

Fixes #1398

* Update LXML writer to include attributes, work with py36 etc.

Set LXML as default write_graphml if present.
Fixes #448  using code from #1219

* Attempt to get travis to load lxml.

* Correct testing both xml and lxml writers in graphml

* skip docstring test
  • Loading branch information
dschult committed Jul 19, 2017
1 parent 3227bba commit 7be0d8f
Show file tree
Hide file tree
Showing 4 changed files with 792 additions and 370 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -114,7 +114,7 @@ install:
if [[ "${TRAVIS_PYTHON_VERSION}" =~ "2.7" ]]; then
pip install pygraphviz;
fi;
pip install pydot scikits.sparse;
pip install pydot scikits.sparse lxml;
fi
- if [[ "${PYTHON_VM}" != ipy ]]; then
pip install --upgrade nose coverage coveralls;
Expand Down

0 comments on commit 7be0d8f

Please sign in to comment.