summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Attempt to reverse slowdown from hasattr needed for cached_property (#5836)Dan Schult2022-07-1811-37/+145
* Fix #5817 (#5822)Matt Schwennesen2022-07-181-10/+4
* Update distance parameter description. (#5819)Ross Barnowski2022-07-181-1/+3
* Temporary fix for failing tests w/ scipy1.9. (#5816)Ross Barnowski2022-07-181-1/+3
* Fix pydot colon check node-to-str conversion (#5809)Shaked Brody2022-07-182-3/+16
* Fix typo in bipartite closeness_centrality and thought-o in tests (#5800)Dan Schult2022-07-182-4/+4
* Updated astar docstring (#5797)Lior2022-07-181-0/+12
* Compute `is_weakly_connected` lazily (#5795)Matus Valo2022-07-181-1/+1
* Compute `is_strongly_connected` lazily (#5793)Matus Valo2022-07-181-1/+1
* Add more comprehensive tests for pydot (#5792)Mridul Seth2022-07-182-5/+29