summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-networkx_2.8.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-networkx: Upgrade 2.8.5 -> 2.8.6Leon Anavi2022-09-141-21/+0
| | | | | | | | | | | | | | | Upgrade to release 2.8.6: - Add random_spanning_tree to documentation - Add warning to nx_agraph about layout nondeterminism - Add cache reset for when G._node is changed - Allow unsortable nodes in approximation.treewidth functions - Add examples for the condensation function - Improve LCA input validation - Replace LCA with naive implementations Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-networkx: Upgrade 2.8.4 -> 2.8.5Leon Anavi2022-08-131-0/+21
Upgrade to release 2.8.5: - Check that nodes have "pos" attribute in geometric_edges - Correct louvain formula, solve infinite loops - Add more comprehensive tests for pydot - Move factory attributes to the class instead of instance - make lazy_import private and remove its internal use Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>