summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update release notesJarrod Millman2022-08-211-0/+38
* Replace LCA with naive implementations (#5883)Ross Barnowski2022-08-213-409/+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-214-8/+12
* 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-213-11/+10
* 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-213-3/+4
* 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-214-44/+242
* Remove old Appveyor cruft (#5924)Jarrod Millman2022-08-213-8/+4
* Update precommit hooks (#5923)Jarrod Millman2022-08-2115-245/+263
* Add to about_us.rst (#5919)Dan Schult2022-08-211-10/+11
* 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
* Add random_spanning_tree to documentation (#5810)Matt Schwennesen2022-08-201-0/+1
* Bump release versionJarrod Millman2022-07-182-1/+7
* Designate 2.8.5 releasenetworkx-2.8.5Jarrod Millman2022-07-182-7/+1
* Add 2.8.5 release notesJarrod Millman2022-07-182-0/+59
* Deploy docs on v2.8 branchJarrod Millman2022-07-181-3/+3
* CI: add explicit path while installing pygraphviz wheels on macOS in GHA (#5805)Mridul Seth2022-07-181-3/+11
* Run CI against v2.8 branchJarrod Millman2022-07-184-5/+17
* make lazy_import private and remove its internal use (#5878)Dan Schult2022-07-184-12/+40
* Gallery example: Morse code alphabet as a prefix tree (#5867)Ross Barnowski2022-07-181-0/+96
* Point to the latest URL for the description. (#5852)Tomoya Nishide2022-07-181-1/+1