summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-networkx_2.7.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-networkx: Upgrade 2.6.3 -> 2.7Leon Anavi2022-03-031-0/+19
Upgrade to release 2.7: - Dropped support for Python 3.7 - Added the Asadpour algorithm for solving the asymmetric traveling salesman problem - Removed all internal usage of the numpy.matrix class, and added a FutureWarning to all functions that return a numpy.matrix instance - Added support for the scipy.sparse array interface - Added generic dtype support to ~networkx.convert_matrix.to_numpy_array - Added support for computing betweenness centrality on multigraphs - Added support for directed graphs and multigraphs to greedy_modularity_communities License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>