summaryrefslogtreecommitdiff
path: root/networkx/classes
Commit message (Expand)AuthorAgeFilesLines
* Remove "networkx" from top-level networkx namespace (#4840)Ross Barnowski2021-05-311-4/+4
* add special processing of `multigraph_input` upon graph init (#4823)Dan Schult2021-05-274-7/+177
* Fix bad import pattern (#4839)Ross Barnowski2021-05-264-0/+8
* Refactor testing utilities (#4829)Jarrod Millman2021-05-267-119/+114
* Fix to_undirected doc typo (#4821)Justin Cai2021-05-202-2/+2
* Update black (#4814)Jarrod Millman2021-05-182-5/+5
* Add approximation algorithms for traveling salesman problem (#4607)Dan Schult2021-05-161-3/+1
* TST: be more explicit about instance comparison. (#4748)Ross Barnowski2021-04-211-3/+3
* Deprecate Ordered graph classes (#4629)Ross Barnowski2021-03-041-4/+87
* Remove attr_dict from parameters list in the docstring (#4642)Oleh Marshev2021-02-271-3/+0
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-093-2/+4
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-126-33/+28
* Add coreview objects to documentation (#4431)Ross Barnowski2020-12-071-1/+3
* Safer repr format of variables (#4413)Miroslav Šedivý2020-12-061-1/+1
* Increase coverage in graphviews.py (#4418)Dan Schult2020-12-031-1/+12
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-021-2/+2
* Remove xml import checks (#4393)Jarrod Millman2020-11-261-1/+1
* Skip memory leak test for PyPy (#4385)Dan Schult2020-11-241-0/+4
* Improve test coverage for coreviews.py (#4355)Dan Schult2020-11-162-4/+119
* Refactor and improve test coverage for restricted_view and selfloop_edges (#4...Ross Barnowski2020-11-131-47/+91
* Test and document missing nodes/edges in set_{node/edge}_attributes (#4346)Ross Barnowski2020-11-132-92/+164
* Updates to slicing error message for reportviews (#4304)Ross Barnowski2020-11-122-4/+44
* TST: improve multigraph test coverage to 100% (#4340)Ross Barnowski2020-11-121-0/+11
* TST: Refactor to improve coverage. (#4307)Ross Barnowski2020-10-312-10/+13
* Add descriptive error message for Node/EdgeView slicing. NEXP2 (#4300)Mridul Seth2020-10-302-0/+43
* Add nx.info to str dunder for graph classes (#4241)Ross Barnowski2020-10-094-24/+34
* Format w/ black==20.8b1Jarrod Millman2020-10-064-7/+7
* MAINT: Update nx.info (#4193)Andrew Eckart2020-10-012-37/+14
* rewrite add_nodes_from to relax code meant to allow ironpython pre-2.7.5 (#4200)Dan Schult2020-09-102-42/+21
* Format python in docstrings (#4168)Jarrod Millman2020-08-198-300/+313
* MultiGraph from graphml with explicit edge ids #3470 (#3763)kiryph2020-08-161-2/+2
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-162-5/+0
* Add function to calculate path cost for a specified path (#4069)Danny Niquette2020-07-262-1/+91
* Allow G.remove_edges_from(nx.selfloops_edges(G)) (#4080)Dan Schult2020-07-202-1/+26
* Format w/ blackJarrod Millman2020-07-1023-1130/+1569
* Remove trailing spacesJarrod Millman2020-07-101-1/+1
* WIP: Change EdgeDataView __contains__ feature (2nd attempt) (#3845)Isaac Boates2020-07-072-10/+171
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-055-25/+25
* Add method to clear edges only (#3477)Paolo Lammens2020-07-054-0/+68
* Update links to Py3 docs (#4042)Jarrod Millman2020-07-024-8/+8
* improve docs for subgraph_view filter_egde (#4010)anentropic2020-06-191-5/+7
* Fix documentation typo (#3965)Zachary Lawrence2020-05-181-2/+2
* Fixing docs for nx.info(), along with necessary tests (#3893)Pradeep Reddy Raamana2020-04-062-1/+19
* Remove whitespace (#3816)Whi Kwon2020-02-061-1/+1
* Update string formatJarrod Millman2020-01-015-21/+20
* Upgrade to Py36 syntaxJarrod Millman2020-01-0117-59/+58
* Convert %-format to fstringJarrod Millman2020-01-015-26/+21
* Improve test coverageJarrod Millman2019-12-311-124/+163
* Sample code for subgraph copy: add parenthesis to is_multigraph (#3734)Suny Kim2019-11-271-1/+1
* Remove shebang from non-executablesJarrod Millman2019-11-118-8/+0