Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-networkx: upgrade 2.5.1 -> 2.6.1
This release is the result of 11 months of work with over 363 pull requests by 91 contributors. Highlights include: Dropped support for Python 3.6. NumPy, SciPy, Matplotlib, and pandas are now default requirements. NetworkX no longer depends on the library “decorator”. Improved example gallery Removed code for supporting Jython/IronPython The __str__ method for graph objects is more informative and concise. Improved import time Improved test coverage New documentation theme Add functionality for drawing self-loop edges Add approximation algorithms for Traveling Salesman Problem New functions: Panther algorithm maximum cut heuristics equivalence_classes dedensification random_ordered_tree forest_str snap_aggregation networkx.approximation.diameter partition_quality prominent_group prefix_tree_recursive topological_generations -License-Update: Copyright year updated to 2021. Add runtime dependency to resolve errors that occurred when import networkx. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Loading branch information