summaryrefslogtreecommitdiff
path: root/networkx/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove "networkx" from top-level networkx namespace (#4840)Ross Barnowski2021-05-311-0/+5
* Add dtype argument to adjacency_matrix (#4850)Jarrod Millman2021-05-271-1/+1
* add special processing of `multigraph_input` upon graph init (#4823)Dan Schult2021-05-271-3/+2
* Fix bad import pattern (#4839)Ross Barnowski2021-05-261-0/+6
* Refactor testing utilities (#4829)Jarrod Millman2021-05-265-113/+111
* Deprecate run (#4833)Jarrod Millman2021-05-241-21/+0
* Add approximation algorithms for traveling salesman problem (#4607)Dan Schult2021-05-161-0/+14
* Allow relabel_nodes mapping to have non-node keys that get ignored (#4466)Dan Schult2020-12-191-4/+9
* Standard imports (#4401)Jarrod Millman2020-12-072-31/+39
* Improve test coverage of convert module (#4306)Ross Barnowski2020-11-241-0/+6
* Update docstring for to_pandas_edgelist and add edgekey parameter (#4384)Dan Schult2020-11-242-18/+35
* MAINT: remove deprecated numpy type aliases. (#4373)Ross Barnowski2020-11-201-10/+10
* Add tests for edge_data param.Ross Barnowski2020-11-051-0/+35
* TST: Increase test coverage of convert_matrix (#4301)Ross Barnowski2020-10-293-53/+179
* Improve relabel coverage, tweak docstrings (#4299)Stefan van der Walt2020-10-291-0/+7
* MAINT: Deprecate numpy matrix conversion functions (#4238)Ross Barnowski2020-10-071-1/+11
* to_numpy/scipy array functions should not allow non-nodes in nodelist (#4216)Dan Schult2020-09-252-6/+16
* TST: add dtype to pandas test (#4185)Ross Barnowski2020-09-041-1/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-192-3/+1
* relabel_nodes now preserves edges in multigraphs (#4066)Nikos Chan2020-08-141-0/+106
* Allow custom keys for multiedges in from_pandas_edgelist (#4076)Daniel-Davies2020-07-211-0/+50
* fix bug for to_scipy_sparse_matrix function (#3985)haochenucr2020-07-101-0/+8
* Format w/ blackJarrod Millman2020-07-101-27/+38
* Remove trailing spacesJarrod Millman2020-07-101-1/+1
* TST: remove int64 specification from test. (#4055)Ross Barnowski2020-07-101-1/+1
* Fix pandas deprecationJarrod Millman2020-07-071-1/+2
* Fix for #3930 (source & target columns not overwritten when converting to pd....Isaac Boates2020-05-191-46/+67
* Fix scipy deprecation warningsJarrod Millman2020-01-034-159/+179
* Upgrade to Py36 syntaxJarrod Millman2020-01-015-10/+10
* Refactor testsJarrod Millman2019-11-191-1/+2
* Install optional dependencies by defaultJarrod Millman2019-11-191-1/+1
* Update styleJarrod Millman2019-11-192-108/+164
* Remove shebang from non-executablesJarrod Millman2019-11-112-2/+0
* PEP8 fixesJarrod Millman2019-10-183-22/+3
* Use pytest.importorskipJarrod Millman2019-10-181-5/+2
* PEP8 fixes to testsJarrod Millman2019-10-184-5/+6
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-124-46/+37
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-123-20/+18
* More doctest correctionsDan Schult2019-10-121-17/+8
* Have pytest run doctests / not sphinxJarrod Millman2019-10-121-5/+5
* replace assert_almost_equal and raises in algorithms/testsDan Schult2019-10-121-4/+3
* fix typo and try againDan Schult2019-10-121-1/+1
* Another pair of variations on pytest.importorskipDan Schult2019-10-122-9/+9
* Try pytestimportorskipDan Schult2019-10-122-5/+5
* Fix some __init__ warningsDan Schult2019-10-123-10/+6
* Remove unused importsJarrod Millman2019-10-124-4/+3
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-125-105/+105
* replace idiom from networkx import * in test filesDan Schult2019-10-121-49/+48
* Use class methods for class setup/teardownStefan van der Walt2019-10-123-4/+4
* Handle edgeattr in from_pandas_edgelist when no columns match request (#3634)Dan Schult2019-10-041-21/+32