summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Designate 3.0 releasenetworkx-3.0Jarrod Millman2023-01-073-6/+7
* Update release notes (#6341)Jarrod Millman2023-01-071-88/+152
* Refactor vf2pp modules and test files (#6334)Dan Schult2023-01-0614-2235/+2144
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-0541-72/+74
* Fix typo in readme file (#6312)Tina Oberoi2023-01-051-1/+1
* Fix links to migration guide (#6331)Jarrod Millman2023-01-041-2/+2
* Fix documentation deployment (#6330)Jarrod Millman2023-01-041-1/+1
* Fix docstrings (#6329)Jarrod Millman2023-01-042-4/+4
* Create a Tikz latex drawing feature for networkx (#6238)Dan Schult2023-01-045-1/+876
* fix whitespace issue in 'networkx.generators.tests.test_internet_as_g… (#6324)danieleades2023-01-041-20/+6
* fix warnings for make doctest (#6323)Dan Schult2023-01-044-3/+6
* Update copyright years to 2023 (#6322)Mridul Seth2023-01-032-2/+2
* Broken link in isomorphism documentation (#6296)Paula Pérez Bianchi2023-01-031-1/+1
* Fix typo in Katz centrality comment (#6310)Anurag Bhat2023-01-031-1/+1
* Improvements and test coverage for `line.py` (#6215)Ludovic Stephan2023-01-022-75/+99
* Isomorphism improve documentation (#6295)Paula Pérez Bianchi2022-12-271-1/+6
* Correctly point towards 2.8.8 in release notes (#6298)Mridul Seth2022-12-251-1/+1
* Update simple_paths.py: consistent behaviour for `is_simple_path` when path c...Sultan Orazbayev2022-12-202-3/+17
* [DOC] Follow numpydoc standard in barbell_graph documentation (#6286)Sultan Orazbayev2022-12-201-1/+23
* bug fix in smallworld.py: random_reference and lattice_reference (#6151)Paula Pérez Bianchi2022-12-202-3/+25
* Fix links in release notes (#6281)Jarrod Millman2022-12-153-27/+15
* Update GH actions (#6280)Jarrod Millman2022-12-146-12/+12
* Update pre-commit hooks (#6278)Jarrod Millman2022-12-141-3/+3
* Pin to sphinx 5.2.3 (#6277)Jarrod Millman2022-12-143-4/+4
* Adding a test to verify that a NetworkXError is raised when calling n… (#6265)reneechebbo2022-12-131-0/+6
* Bug fix in swap: directed_edge_swap and double_edge_swap (#6149)Paula Pérez Bianchi2022-12-132-7/+36
* Improve test coverage for Eigenvector centrality (#6227)Alimi Qudirah2022-12-131-0/+7
* Fix bug vf2pp is isomorphic issue 6257 (#6270)reneechebbo2022-12-122-4/+10
* doc: update documentation when providing an iterator over current graph to ad...Sultan Orazbayev2022-12-123-0/+137
* Update simple_paths.py to improve readability of the BFS. (#6273)Sultan Orazbayev2022-12-121-4/+4
* Allow MultiDiGraphs for LCA (#6234)Dan Schult2022-12-102-13/+99
* Add a contributor (#6256)Sultan Orazbayev2022-12-101-0/+1
* doc: clarify allowed `alpha` when using nx.draw_networkx_edges (#6254)Sultan Orazbayev2022-12-051-2/+5
* Add 2.8.x release notes (#6255)Jarrod Millman2022-12-054-0/+199
* Draft 3.0 release notes (#6232)Mridul Seth2022-12-012-11/+220
* Reenable geospatial examples (#6252)Jarrod Millman2022-12-015-4/+4
* Warn users about duplicate nodes in generator function input (#6237)Dan Schult2022-12-011-1/+13
* Add dfs_labeled_edges reporting of reverse edges due to depth_limit. (#6240)Dan Schult2022-12-012-6/+110
* Hide edges with a weight of None in A*. (#5945)Brian Hou2022-11-223-17/+48
* add missing `seed` to function called by `connected_double_edge_swap` (#6231)Dan Schult2022-11-221-1/+1
* Rm incorrect test case for connected edge swap (#6223)Ross Barnowski2022-11-211-5/+0
* fix wording in error message (#6228)Isaac Western2022-11-201-1/+1
* Revert 6219 and delete comment. (#6222)Ross Barnowski2022-11-181-1/+1
* Add example laplacian matrix (#6168)Paula Pérez Bianchi2022-11-171-0/+15
* Minor Python 2 cleanup (#6219)Ross Barnowski2022-11-161-3/+1
* Adds LCA test case for self-ancestors from gh-4458. (#6218)Ross Barnowski2022-11-161-0/+14
* Add clear edges method to the list of methods to be frozen by the nx.… (#6190)Adam Richardson2022-11-152-0/+14
* Improve coverage for core.py (#6116)Michael Holtz2022-11-141-0/+14
* Di graph edges doc fix (#6108)nsengaw4c2022-11-142-4/+13
* PR for issue #6033 Improve test coverage for algorithms in betweenness_subset...ladykkk2022-11-141-0/+131