summaryrefslogtreecommitdiff
path: root/networkx/tests
Commit message (Expand)AuthorAgeFilesLines
* Added two tests for convert_numpy (#6455)Michael Holtz2023-02-281-0/+14
* Lint using Ruff (#6371)danieleades2023-02-192-4/+4
* Update developer requirements (#6429)Jarrod Millman2023-02-141-2/+0
* Add missing asserts to tests (#6039)DiamondJoseph2022-10-121-2/+2
* Update mapping logic in `relabel_nodes` (#5912)Ross Barnowski2022-08-171-3/+10
* Allow classes to relabel nodes -- casting (#5903)Dan Schult2022-08-011-0/+6
* make lazy_import private and remove its internal use (#5878)Dan Schult2022-07-171-7/+7
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-122-4/+4
* Use py_random_state to control randomness of random_triad (#5847)Mridul Seth2022-07-081-0/+1
* remove to/from_scipy_sparse_matrix (#5779)Matt Schwennesen2022-07-011-10/+0
* Update relabel.py to preserve node order (#5258)Sultan Orazbayev2022-06-281-0/+32
* Remove deprecated function edge_betweeness (#5765)Juanita Gomez2022-06-211-1/+0
* Remove to_numpy_matrix & from_numpy_matrix (#5746)Dilara Tekinoglu2022-06-151-238/+0
* Rm `to_numpy_recarray` (#5737)Ross Barnowski2022-06-151-83/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-026-8/+12
* Fix pandas warning (#5346)Jarrod Millman2022-02-191-1/+1
* Deprecate `to_numpy_recarray` (#5330)Ross Barnowski2022-02-181-0/+4
* Add structured dtypes to `to_numpy_array` (#5324)Ross Barnowski2022-02-181-0/+104
* Refactor `to_numpy_array` with advanced indexing (#5250)Ross Barnowski2022-01-271-6/+46
* Deprecate scipy sparse matrix conversion functions (#5262)Ross Barnowski2022-01-261-0/+10
* Initial setup of lazy_import functions. (#4909)Dan Schult2022-01-251-0/+96
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-181-50/+50
* A few `np.matrix` cleanups (#5218)Ross Barnowski2021-12-091-6/+6
* Rm assertion method in favor of assert statements. (#5214)Ross Barnowski2021-12-051-12/+9
* Style changes (#5022)Dan Schult2021-08-141-17/+3
* 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