summaryrefslogtreecommitdiff
path: root/networkx/tests/test_convert.py
Commit message (Expand)AuthorAgeFilesLines
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-121-3/+3
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-4/+4
* add special processing of `multigraph_input` upon graph init (#4823)Dan Schult2021-05-271-3/+2
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-59/+59
* Improve test coverage of convert module (#4306)Ross Barnowski2020-11-241-0/+6
* Add tests for edge_data param.Ross Barnowski2020-11-051-0/+35
* Fix scipy deprecation warningsJarrod Millman2020-01-031-18/+24
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-3/+3
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* PEP8 fixes to testsJarrod Millman2019-10-181-2/+2
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-8/+6
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-22/+22
* converter node_attr_dict override fixed. (#3215)Ramil Nugmanov2018-10-301-0/+18
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-24/+18
* Add testsJarrod Millman2017-08-121-1/+40
* Simplify base classes. (#2604)Dan Schult2017-08-121-2/+2
* Fix call to `from_pandas_dataframe` from `to_networkx_graph` (#2490)Jarrod Millman2017-06-301-96/+100
* Add graph view classes for nodes/edge/degrees (#2458)Dan Schult2017-06-131-16/+13
* Update tests in convert modulesAric Hagberg2016-07-311-61/+61
* to_networkx_graph needs .update() instead of new dictDan Schult2015-08-071-0/+9
* Split matrix conversion functions into new moduleAric Hagberg2013-11-121-9/+2
* Remove deprecated "from_whatever()" in favor of to_networkx_graph().Aric Hagberg2011-06-041-9/+9
* Remove spurious prints.Aric Hagberg2011-06-031-2/+0
* Don't rely on node ordering when converting from digraphs to multigraphs. Ch...Aric Hagberg2011-06-031-0/+22
* Add copy=True|False to relabel nodes in place.Aric Hagberg2011-03-221-115/+0
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-0/+319