summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump release versionv2.8Jarrod Millman2022-11-012-1/+3
* Designate 2.8.8 releasenetworkx-2.8.8Jarrod Millman2022-11-014-3/+72
* Update pytestJarrod Millman2022-11-0111-22/+22
* Amount of nodes and edges have mistakes when reading adjlist file (#6132)Alimi Qudirah2022-11-011-0/+13
* Added an example in all_pairs_node_connectivity (#6126)Paula Pérez Bianchi2022-11-012-3/+18
* Improve test coverage for cycles.py (#6152)Jefter Santiago2022-11-011-0/+9
* Add example for fiedler_vector (#6155)Paula Pérez Bianchi2022-11-011-0/+12
* Increase covering coverage (#6099)Mjh91222022-11-011-0/+11
* Renamed test functions in test_lowest_common_ancestors (#6110)Tindi Sommers2022-11-011-53/+27
* Increased test coverage algorithms/matching.py (#6095)Mjh91222022-11-011-1/+36
* Improve test coverage in algorithms shortest paths unweighted.py (#6121)Okite chimaobi Samuel2022-11-011-0/+33
* Test on Python 3.11 (#6159)Jarrod Millman2022-11-011-3/+3
* Improve test coverage for algorithms in dispersion.py (#6100)Alimi Qudirah2022-11-011-0/+7
* Improve test coverage for digraph class (#6130)Alimi Qudirah2022-11-011-0/+4
* Improve test coverage for multidigraph class (#6131)Alimi Qudirah2022-11-011-0/+4
* DOC: Specifically branch off main, instead of current branch (#6127)Mridul Seth2022-11-011-1/+1
* added coverage in generators/tree.py (#6082)Paula Pérez Bianchi2022-11-011-0/+13
* Improve test coverage for graph class (#6105)Alimi Qudirah2022-11-011-0/+5
* Improve test coverage for algorithms in dominating_set.py (PR for issue 6032)...Okite chimaobi Samuel2022-11-011-0/+11
* Improve test coverage for multigraph class (#6101)Alimi Qudirah2022-11-011-0/+3
* Tested boykov_kolmogorov and dinitz with cutoff (#6104)Paula Pérez Bianchi2022-11-011-1/+10
* Improve test coverage for algorithms/richclub.py (#6089)Okite chimaobi Samuel2022-11-011-0/+11
* Replace .A call with .toarray for sparse array in example. (#6106)Ross Barnowski2022-11-011-1/+1
* Improve test coverage expanders line graph generators solved (PR for issue #6...Okite chimaobi Samuel2022-11-011-1/+16
* fixes #6036 (#6080)Alimi Qudirah2022-11-011-0/+8
* Add missing asserts to tests (#6039)DiamondJoseph2022-11-015-9/+9
* Minor updates to expanders generator tests (#6027)Ross Barnowski2022-11-011-47/+46
* Update linters (#6024)Jarrod Millman2022-11-012-3/+3
* Support Python 3.11 (#6023)Jarrod Millman2022-11-012-2/+3
* Update numpydoc (#6022)Jarrod Millman2022-11-011-3/+3
* update secutiry link to tidelift (#6019)Dan Schult2022-11-011-1/+1
* Update pydata-sphinx-theme (#6012)Jarrod Millman2022-11-011-3/+3
* Fix warnings from running tests in randomized order (#6014)Ross Barnowski2022-11-012-4/+5
* Bump release versionJarrod Millman2022-10-012-1/+3
* Designate 2.8.7 releasenetworkx-2.8.7Jarrod Millman2022-10-013-4/+19
* Update linters (#6006)Jarrod Millman2022-09-303-4/+4
* Add Tidelift security vulnerability link (#6001)Dan Schult2022-09-301-0/+1
* Fix failing example due to mpl 3.6 colorbar. (#5994)Ross Barnowski2022-09-301-1/+1
* Update documentation header links for latest pydata-sphinx-theme (#5966)Ross Barnowski2022-09-302-2/+3
* Minor docstring touchups and test refactor for `is_path` (#5967)Ross Barnowski2022-09-304-19/+51
* Change is_path to return False when node not in G instead of raising exceptio...pmlpm19862022-09-302-1/+10
* Improved documentation for all_simple_paths (#5944)pmlpm19862022-09-301-1/+10
* Updated networkx/classes/function.py . Solves Issue #5463 (#5474)0ddoe_s2022-09-301-0/+28
* docstring updates for `union`, `disjoint_union`, and `compose` (#5892)Kevin Brown2022-09-301-22/+53
* Fixed unused root argument in has_bridges (#5846)Juanita Gomez2022-09-304-1/+74
* Bump release versionJarrod Millman2022-08-222-1/+3
* Designate 2.8.6 releasenetworkx-2.8.6Jarrod Millman2022-08-222-3/+1
* Update release notesJarrod Millman2022-08-222-5/+42
* See matplotlb 3.6rc1 failure (#5937)Jarrod Millman2022-08-222-4/+4
* docstring update to lexicographical_topological_sort issue 5681 (#5930)Kevin Brown2022-08-211-9/+52