summaryrefslogtreecommitdiff
path: root/networkx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix warnings from running tests in randomized order (#6014)Ross Barnowski2022-11-012-4/+5
* Bump release versionJarrod Millman2022-10-011-1/+1
* Designate 2.8.7 releasenetworkx-2.8.7Jarrod Millman2022-10-011-1/+1
* Update linters (#6006)Jarrod Millman2022-09-301-1/+1
* Minor docstring touchups and test refactor for `is_path` (#5967)Ross Barnowski2022-09-302-19/+15
* 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-221-1/+1
* Designate 2.8.6 releasenetworkx-2.8.6Jarrod Millman2022-08-221-1/+1
* See matplotlb 3.6rc1 failure (#5937)Jarrod Millman2022-08-221-3/+3
* docstring update to lexicographical_topological_sort issue 5681 (#5930)Kevin Brown2022-08-211-9/+52
* Replace LCA with naive implementations (#5883)Ross Barnowski2022-08-212-407/+50
* Improve LCA input validation (#5877)Ross Barnowski2022-08-211-8/+2
* update all_pairs_lca docstrings (#5876)Tanmay Aeron2022-08-211-12/+50
* Minor doc fixups (#5868)Ross Barnowski2022-08-212-7/+10
* Add examples for the condensation function (#5452)kpetridis2022-08-211-0/+20
* Naive lowest common ancestor implementation (#5736)Dilara Tekinoglu2022-08-212-3/+227
* Add examples to lowest common ancestors algorithms (#5531)Dilara Tekinoglu2022-08-211-0/+41
* Bump nodelink args deprecation expiration to v3.2 (#5933)Ross Barnowski2022-08-212-7/+7
* Propose to make new node_link arguments keyword only. (#5928)Ross Barnowski2022-08-211-1/+9
* Add function bfs_layers to docs (#5932)Dan Schult2022-08-212-3/+3
* Adds ```nx.bfs_layers``` method (#5879)Dhaval Kumar2022-08-212-17/+92
* Fix Louvain_partitions by yielding a copy of the sets in the partition gh-590...Dan Schult2022-08-212-2/+16
* Allow unsortable nodes in approximation.treewidth functions (#5921)Dan Schult2022-08-212-12/+18
* signature change for `node_link` functions: for issue #5787 (#5899)Kevin Brown2022-08-213-44/+237
* Remove old Appveyor cruft (#5924)Jarrod Millman2022-08-213-8/+4
* Update lattice.py (#5914)Tigran Khachatryan2022-08-211-1/+1
* Allow classes to relabel nodes -- casting (#5903)Dan Schult2022-08-212-2/+12
* Add cache reset for when G._node is changed (#5894)Dan Schult2022-08-212-0/+28
* Update docs to include description of the `return_seen` kwarg (#5891)Sultan Orazbayev2022-08-211-2/+15
* Add warning to nx_agraph about layout nondeterminism. (#5832)Ross Barnowski2022-08-201-1/+15
* DOC: Switch to enumerated list in quotient_graph docstring (#5837)Matthias Bussonnier2022-08-201-6/+5
* Bump release versionJarrod Millman2022-07-181-1/+1
* Designate 2.8.5 releasenetworkx-2.8.5Jarrod Millman2022-07-181-1/+1
* make lazy_import private and remove its internal use (#5878)Dan Schult2022-07-184-12/+40
* Move factory attributes to the class instead of instance. (#5850)Dan Schult2022-07-184-16/+0
* Update tests in base class and simple rename in convert.py (#5848)Dan Schult2022-07-183-14/+56