diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,12 +1,11 @@ name : networkx -version : '2.1' -release : 5 +version : 2.2 +release : 6 source : - - https://github.com/networkx/networkx/archive/networkx-2.1.tar.gz : 46aab610cdf15e680d944cafbf926a1d638f0cd2f1336b0f978b768a37d037f4 + - https://github.com/networkx/networkx/archive/networkx-2.2.tar.gz : 74efce06507cdc2e506c6b7d485a18617adc3a7f355e2dc48ca71c83929bc679 license : BSD-3-Clause component : programming.python -summary : NetworkX is a Python package for the creation, manipulation, and study - of the structure, dynamics, and functions of complex networks. +summary : NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. description: | NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. builddeps : diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ networkx - Bryan T. Meyers - bmeyers@datadrake.com + Rabin Adhikari + rabin.adk1@gmail.com BSD-3-Clause programming.python @@ -19,12 +19,12 @@ programming.python - /usr/lib/python2.7/site-packages/networkx-2.1-py2.7.egg-info/PKG-INFO - /usr/lib/python2.7/site-packages/networkx-2.1-py2.7.egg-info/SOURCES.txt - /usr/lib/python2.7/site-packages/networkx-2.1-py2.7.egg-info/dependency_links.txt - /usr/lib/python2.7/site-packages/networkx-2.1-py2.7.egg-info/not-zip-safe - /usr/lib/python2.7/site-packages/networkx-2.1-py2.7.egg-info/requires.txt - /usr/lib/python2.7/site-packages/networkx-2.1-py2.7.egg-info/top_level.txt + /usr/lib/python2.7/site-packages/networkx-2.2-py2.7.egg-info/PKG-INFO + /usr/lib/python2.7/site-packages/networkx-2.2-py2.7.egg-info/SOURCES.txt + /usr/lib/python2.7/site-packages/networkx-2.2-py2.7.egg-info/dependency_links.txt + /usr/lib/python2.7/site-packages/networkx-2.2-py2.7.egg-info/not-zip-safe + /usr/lib/python2.7/site-packages/networkx-2.2-py2.7.egg-info/requires.txt + /usr/lib/python2.7/site-packages/networkx-2.2-py2.7.egg-info/top_level.txt /usr/lib/python2.7/site-packages/networkx/__init__.py /usr/lib/python2.7/site-packages/networkx/__init__.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/__init__.py @@ -67,8 +67,12 @@ /usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_ramsey.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_steinertree.py /usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_steinertree.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_treewidth.py + /usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_treewidth.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py /usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/approximation/treewidth.py + /usr/lib/python2.7/site-packages/networkx/algorithms/approximation/treewidth.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/approximation/vertex_cover.py /usr/lib/python2.7/site-packages/networkx/algorithms/approximation/vertex_cover.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/__init__.py @@ -173,8 +177,12 @@ /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/katz.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/load.py /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/load.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/percolation.py + /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/percolation.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/reaching.py /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/reaching.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/second_order.py + /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/second_order.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/subgraph_alg.py /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/subgraph_alg.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py @@ -201,8 +209,12 @@ /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_katz_centrality.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_percolation_centrality.py + /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_percolation_centrality.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_reaching.py /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_reaching.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_second_order_centrality.py + /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_second_order_centrality.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_subgraph.py /usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_subgraph.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/chains.py @@ -225,8 +237,8 @@ /usr/lib/python2.7/site-packages/networkx/algorithms/communicability_alg.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/community/__init__.py /usr/lib/python2.7/site-packages/networkx/algorithms/community/__init__.pyc - /usr/lib/python2.7/site-packages/networkx/algorithms/community/asyn_fluidc.py - /usr/lib/python2.7/site-packages/networkx/algorithms/community/asyn_fluidc.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/community/asyn_fluid.py + /usr/lib/python2.7/site-packages/networkx/algorithms/community/asyn_fluid.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/community/centrality.py /usr/lib/python2.7/site-packages/networkx/algorithms/community/centrality.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/community/community_generators.py @@ -239,10 +251,12 @@ /usr/lib/python2.7/site-packages/networkx/algorithms/community/kernighan_lin.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/community/label_propagation.py /usr/lib/python2.7/site-packages/networkx/algorithms/community/label_propagation.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/community/modularity_max.py + /usr/lib/python2.7/site-packages/networkx/algorithms/community/modularity_max.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/community/quality.py /usr/lib/python2.7/site-packages/networkx/algorithms/community/quality.pyc - /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_asyn_fluidc.py - /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_asyn_fluidc.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_asyn_fluid.py + /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_asyn_fluid.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_centrality.py /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_centrality.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_generators.py @@ -253,6 +267,8 @@ /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_kernighan_lin.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_label_propagation.py /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_label_propagation.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_modularity_max.py + /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_modularity_max.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_quality.py /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_quality.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_utils.py @@ -433,6 +449,18 @@ /usr/lib/python2.7/site-packages/networkx/algorithms/minors.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/mis.py /usr/lib/python2.7/site-packages/networkx/algorithms/mis.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/node_classification/__init__.py + /usr/lib/python2.7/site-packages/networkx/algorithms/node_classification/__init__.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/node_classification/hmn.py + /usr/lib/python2.7/site-packages/networkx/algorithms/node_classification/hmn.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/node_classification/lgc.py + /usr/lib/python2.7/site-packages/networkx/algorithms/node_classification/lgc.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/node_classification/tests/test_harmonic_function.py + /usr/lib/python2.7/site-packages/networkx/algorithms/node_classification/tests/test_harmonic_function.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/node_classification/tests/test_local_and_global_consistency.py + /usr/lib/python2.7/site-packages/networkx/algorithms/node_classification/tests/test_local_and_global_consistency.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/node_classification/utils.py + /usr/lib/python2.7/site-packages/networkx/algorithms/node_classification/utils.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/operators/__init__.py /usr/lib/python2.7/site-packages/networkx/algorithms/operators/__init__.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/operators/all.py @@ -451,6 +479,8 @@ /usr/lib/python2.7/site-packages/networkx/algorithms/operators/tests/test_unary.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/operators/unary.py /usr/lib/python2.7/site-packages/networkx/algorithms/operators/unary.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/planarity.py + /usr/lib/python2.7/site-packages/networkx/algorithms/planarity.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/reciprocity.py /usr/lib/python2.7/site-packages/networkx/algorithms/reciprocity.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/richclub.py @@ -483,8 +513,12 @@ /usr/lib/python2.7/site-packages/networkx/algorithms/similarity.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/simple_paths.py /usr/lib/python2.7/site-packages/networkx/algorithms/simple_paths.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/smallworld.py + /usr/lib/python2.7/site-packages/networkx/algorithms/smallworld.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/smetric.py /usr/lib/python2.7/site-packages/networkx/algorithms/smetric.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/sparsifiers.py + /usr/lib/python2.7/site-packages/networkx/algorithms/sparsifiers.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/structuralholes.py /usr/lib/python2.7/site-packages/networkx/algorithms/structuralholes.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/swap.py @@ -543,6 +577,8 @@ /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_minors.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mis.py /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mis.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_planarity.py + /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_planarity.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_reciprocity.py /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_reciprocity.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_richclub.py @@ -551,8 +587,12 @@ /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_similarity.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_simple_paths.py /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_simple_paths.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_smallworld.py + /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_smallworld.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_smetric.py /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_smetric.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_sparsifiers.py + /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_sparsifiers.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_structuralholes.py /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_structuralholes.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_swap.py @@ -581,6 +621,8 @@ /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/breadth_first_search.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/depth_first_search.py /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/depth_first_search.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/edgebfs.py + /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/edgebfs.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/edgedfs.py /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/edgedfs.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_beamsearch.py @@ -589,6 +631,8 @@ /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_bfs.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_dfs.py /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_dfs.pyc + /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_edgebfs.py + /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_edgebfs.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_edgedfs.py /usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_edgedfs.pyc /usr/lib/python2.7/site-packages/networkx/algorithms/tree/__init__.py @@ -738,6 +782,8 @@ /usr/lib/python2.7/site-packages/networkx/generators/small.pyc /usr/lib/python2.7/site-packages/networkx/generators/social.py /usr/lib/python2.7/site-packages/networkx/generators/social.pyc + /usr/lib/python2.7/site-packages/networkx/generators/spectral_graph_forge.py + /usr/lib/python2.7/site-packages/networkx/generators/spectral_graph_forge.pyc /usr/lib/python2.7/site-packages/networkx/generators/stochastic.py /usr/lib/python2.7/site-packages/networkx/generators/stochastic.pyc /usr/lib/python2.7/site-packages/networkx/generators/tests/test_atlas.py @@ -776,6 +822,8 @@ /usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_graphs.pyc /usr/lib/python2.7/site-packages/networkx/generators/tests/test_small.py /usr/lib/python2.7/site-packages/networkx/generators/tests/test_small.pyc + /usr/lib/python2.7/site-packages/networkx/generators/tests/test_spectral_graph_forge.py + /usr/lib/python2.7/site-packages/networkx/generators/tests/test_spectral_graph_forge.pyc /usr/lib/python2.7/site-packages/networkx/generators/tests/test_stochastic.py /usr/lib/python2.7/site-packages/networkx/generators/tests/test_stochastic.pyc /usr/lib/python2.7/site-packages/networkx/generators/tests/test_trees.py @@ -902,6 +950,8 @@ /usr/lib/python2.7/site-packages/networkx/tests/__init__.pyc /usr/lib/python2.7/site-packages/networkx/tests/test.py /usr/lib/python2.7/site-packages/networkx/tests/test.pyc + /usr/lib/python2.7/site-packages/networkx/tests/test_all_random_functions.py + /usr/lib/python2.7/site-packages/networkx/tests/test_all_random_functions.pyc /usr/lib/python2.7/site-packages/networkx/tests/test_convert.py /usr/lib/python2.7/site-packages/networkx/tests/test_convert.pyc /usr/lib/python2.7/site-packages/networkx/tests/test_convert_numpy.py @@ -922,6 +972,8 @@ /usr/lib/python2.7/site-packages/networkx/utils/decorators.pyc /usr/lib/python2.7/site-packages/networkx/utils/heaps.py /usr/lib/python2.7/site-packages/networkx/utils/heaps.pyc + /usr/lib/python2.7/site-packages/networkx/utils/mapped_queue.py + /usr/lib/python2.7/site-packages/networkx/utils/mapped_queue.pyc /usr/lib/python2.7/site-packages/networkx/utils/misc.py /usr/lib/python2.7/site-packages/networkx/utils/misc.pyc /usr/lib/python2.7/site-packages/networkx/utils/random_sequence.py @@ -934,6 +986,8 @@ /usr/lib/python2.7/site-packages/networkx/utils/tests/test_decorators.pyc /usr/lib/python2.7/site-packages/networkx/utils/tests/test_heaps.py /usr/lib/python2.7/site-packages/networkx/utils/tests/test_heaps.pyc + /usr/lib/python2.7/site-packages/networkx/utils/tests/test_mapped_queue.py + /usr/lib/python2.7/site-packages/networkx/utils/tests/test_mapped_queue.pyc /usr/lib/python2.7/site-packages/networkx/utils/tests/test_misc.py /usr/lib/python2.7/site-packages/networkx/utils/tests/test_misc.pyc /usr/lib/python2.7/site-packages/networkx/utils/tests/test_random_sequence.py @@ -946,12 +1000,12 @@ /usr/lib/python2.7/site-packages/networkx/utils/union_find.pyc /usr/lib/python2.7/site-packages/networkx/version.py /usr/lib/python2.7/site-packages/networkx/version.pyc - /usr/lib/python3.6/site-packages/networkx-2.1-py3.6.egg-info/PKG-INFO - /usr/lib/python3.6/site-packages/networkx-2.1-py3.6.egg-info/SOURCES.txt - /usr/lib/python3.6/site-packages/networkx-2.1-py3.6.egg-info/dependency_links.txt - /usr/lib/python3.6/site-packages/networkx-2.1-py3.6.egg-info/not-zip-safe - /usr/lib/python3.6/site-packages/networkx-2.1-py3.6.egg-info/requires.txt - /usr/lib/python3.6/site-packages/networkx-2.1-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/networkx-2.2-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/networkx-2.2-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/networkx-2.2-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/networkx-2.2-py3.6.egg-info/not-zip-safe + /usr/lib/python3.6/site-packages/networkx-2.2-py3.6.egg-info/requires.txt + /usr/lib/python3.6/site-packages/networkx-2.2-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/networkx/__init__.py /usr/lib/python3.6/site-packages/networkx/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/__pycache__/convert.cpython-36.pyc @@ -989,11 +1043,14 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/matching.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/minors.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/mis.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/planarity.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/reciprocity.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/richclub.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/similarity.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/simple_paths.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/smallworld.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/smetric.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/sparsifiers.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/structuralholes.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/swap.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/__pycache__/threshold.cpython-36.pyc @@ -1013,6 +1070,7 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/__pycache__/matching.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/__pycache__/ramsey.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/__pycache__/steinertree.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/__pycache__/treewidth.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/__pycache__/vertex_cover.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/clique.py /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/clustering_coefficient.py @@ -1032,6 +1090,7 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/tests/__pycache__/test_matching.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/tests/__pycache__/test_ramsey.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/tests/__pycache__/test_steinertree.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/tests/__pycache__/test_treewidth.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/tests/__pycache__/test_vertex_cover.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/tests/test_approx_clust_coeff.py /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/tests/test_clique.py @@ -1042,7 +1101,9 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/tests/test_matching.py /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/tests/test_ramsey.py /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/tests/test_steinertree.py + /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/tests/test_treewidth.py /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py + /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/treewidth.py /usr/lib/python3.6/site-packages/networkx/algorithms/approximation/vertex_cover.py /usr/lib/python3.6/site-packages/networkx/algorithms/assortativity/__init__.py /usr/lib/python3.6/site-packages/networkx/algorithms/assortativity/__pycache__/__init__.cpython-36.pyc @@ -1131,7 +1192,9 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/__pycache__/harmonic.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/__pycache__/katz.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/__pycache__/load.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/__pycache__/percolation.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/__pycache__/reaching.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/__pycache__/second_order.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/__pycache__/subgraph_alg.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/betweenness.py /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/betweenness_subset.py @@ -1146,7 +1209,9 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/harmonic.py /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/katz.py /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/load.py + /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/percolation.py /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/reaching.py + /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/second_order.py /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/subgraph_alg.py /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/__pycache__/test_betweenness_centrality.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/__pycache__/test_betweenness_centrality_subset.cpython-36.pyc @@ -1160,7 +1225,9 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/__pycache__/test_harmonic_centrality.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/__pycache__/test_katz_centrality.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/__pycache__/test_load_centrality.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/__pycache__/test_percolation_centrality.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/__pycache__/test_reaching.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/__pycache__/test_second_order_centrality.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/__pycache__/test_subgraph.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py @@ -1174,7 +1241,9 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/test_harmonic_centrality.py /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/test_katz_centrality.py /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py + /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/test_percolation_centrality.py /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/test_reaching.py + /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/test_second_order_centrality.py /usr/lib/python3.6/site-packages/networkx/algorithms/centrality/tests/test_subgraph.py /usr/lib/python3.6/site-packages/networkx/algorithms/chains.py /usr/lib/python3.6/site-packages/networkx/algorithms/chordal.py @@ -1191,36 +1260,40 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/communicability_alg.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/__init__.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/__pycache__/__init__.cpython-36.pyc - /usr/lib/python3.6/site-packages/networkx/algorithms/community/__pycache__/asyn_fluidc.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/community/__pycache__/asyn_fluid.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/__pycache__/centrality.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/__pycache__/community_generators.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/__pycache__/community_utils.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/__pycache__/kclique.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/__pycache__/kernighan_lin.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/__pycache__/label_propagation.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/community/__pycache__/modularity_max.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/__pycache__/quality.cpython-36.pyc - /usr/lib/python3.6/site-packages/networkx/algorithms/community/asyn_fluidc.py + /usr/lib/python3.6/site-packages/networkx/algorithms/community/asyn_fluid.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/centrality.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/community_generators.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/community_utils.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/kclique.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/kernighan_lin.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/label_propagation.py + /usr/lib/python3.6/site-packages/networkx/algorithms/community/modularity_max.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/quality.py - /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/__pycache__/test_asyn_fluidc.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/__pycache__/test_asyn_fluid.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/__pycache__/test_centrality.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/__pycache__/test_generators.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/__pycache__/test_kclique.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/__pycache__/test_kernighan_lin.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/__pycache__/test_label_propagation.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/__pycache__/test_modularity_max.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/__pycache__/test_quality.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/__pycache__/test_utils.cpython-36.pyc - /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/test_asyn_fluidc.py + /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/test_asyn_fluid.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/test_centrality.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/test_generators.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/test_kclique.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/test_kernighan_lin.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/test_label_propagation.py + /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/test_modularity_max.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/test_quality.py /usr/lib/python3.6/site-packages/networkx/algorithms/community/tests/test_utils.py /usr/lib/python3.6/site-packages/networkx/algorithms/components/__init__.py @@ -1379,6 +1452,18 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/matching.py /usr/lib/python3.6/site-packages/networkx/algorithms/minors.py /usr/lib/python3.6/site-packages/networkx/algorithms/mis.py + /usr/lib/python3.6/site-packages/networkx/algorithms/node_classification/__init__.py + /usr/lib/python3.6/site-packages/networkx/algorithms/node_classification/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/node_classification/__pycache__/hmn.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/node_classification/__pycache__/lgc.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/node_classification/__pycache__/utils.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/node_classification/hmn.py + /usr/lib/python3.6/site-packages/networkx/algorithms/node_classification/lgc.py + /usr/lib/python3.6/site-packages/networkx/algorithms/node_classification/tests/__pycache__/test_harmonic_function.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/node_classification/tests/__pycache__/test_local_and_global_consistency.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/node_classification/tests/test_harmonic_function.py + /usr/lib/python3.6/site-packages/networkx/algorithms/node_classification/tests/test_local_and_global_consistency.py + /usr/lib/python3.6/site-packages/networkx/algorithms/node_classification/utils.py /usr/lib/python3.6/site-packages/networkx/algorithms/operators/__init__.py /usr/lib/python3.6/site-packages/networkx/algorithms/operators/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/operators/__pycache__/all.cpython-36.pyc @@ -1397,6 +1482,7 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/operators/tests/test_product.py /usr/lib/python3.6/site-packages/networkx/algorithms/operators/tests/test_unary.py /usr/lib/python3.6/site-packages/networkx/algorithms/operators/unary.py + /usr/lib/python3.6/site-packages/networkx/algorithms/planarity.py /usr/lib/python3.6/site-packages/networkx/algorithms/reciprocity.py /usr/lib/python3.6/site-packages/networkx/algorithms/richclub.py /usr/lib/python3.6/site-packages/networkx/algorithms/shortest_paths/__init__.py @@ -1425,7 +1511,9 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/shortest_paths/weighted.py /usr/lib/python3.6/site-packages/networkx/algorithms/similarity.py /usr/lib/python3.6/site-packages/networkx/algorithms/simple_paths.py + /usr/lib/python3.6/site-packages/networkx/algorithms/smallworld.py /usr/lib/python3.6/site-packages/networkx/algorithms/smetric.py + /usr/lib/python3.6/site-packages/networkx/algorithms/sparsifiers.py /usr/lib/python3.6/site-packages/networkx/algorithms/structuralholes.py /usr/lib/python3.6/site-packages/networkx/algorithms/swap.py /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_boundary.cpython-36.pyc @@ -1455,11 +1543,14 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_matching.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_minors.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_mis.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_planarity.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_reciprocity.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_richclub.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_similarity.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_simple_paths.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_smallworld.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_smetric.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_sparsifiers.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_structuralholes.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_swap.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/tests/__pycache__/test_threshold.cpython-36.pyc @@ -1495,11 +1586,14 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_matching.py /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_minors.py /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_mis.py + /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_planarity.py /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_reciprocity.py /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_richclub.py /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_similarity.py /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_simple_paths.py + /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_smallworld.py /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_smetric.py + /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_sparsifiers.py /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_structuralholes.py /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_swap.py /usr/lib/python3.6/site-packages/networkx/algorithms/tests/test_threshold.py @@ -1515,18 +1609,22 @@ /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/__pycache__/beamsearch.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/__pycache__/breadth_first_search.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/__pycache__/depth_first_search.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/__pycache__/edgebfs.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/__pycache__/edgedfs.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/beamsearch.py /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/breadth_first_search.py /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/depth_first_search.py + /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/edgebfs.py /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/edgedfs.py /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/tests/__pycache__/test_beamsearch.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/tests/__pycache__/test_bfs.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/tests/__pycache__/test_dfs.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/tests/__pycache__/test_edgebfs.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/tests/__pycache__/test_edgedfs.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/tests/test_beamsearch.py /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/tests/test_bfs.py /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/tests/test_dfs.py + /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/tests/test_edgebfs.py /usr/lib/python3.6/site-packages/networkx/algorithms/traversal/tests/test_edgedfs.py /usr/lib/python3.6/site-packages/networkx/algorithms/tree/__init__.py /usr/lib/python3.6/site-packages/networkx/algorithms/tree/__pycache__/__init__.cpython-36.pyc @@ -1648,6 +1746,7 @@ /usr/lib/python3.6/site-packages/networkx/generators/__pycache__/random_graphs.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/generators/__pycache__/small.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/generators/__pycache__/social.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/generators/__pycache__/spectral_graph_forge.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/generators/__pycache__/stochastic.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/generators/__pycache__/trees.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/generators/__pycache__/triads.cpython-36.pyc @@ -1671,6 +1770,7 @@ /usr/lib/python3.6/site-packages/networkx/generators/random_graphs.py /usr/lib/python3.6/site-packages/networkx/generators/small.py /usr/lib/python3.6/site-packages/networkx/generators/social.py + /usr/lib/python3.6/site-packages/networkx/generators/spectral_graph_forge.py /usr/lib/python3.6/site-packages/networkx/generators/stochastic.py /usr/lib/python3.6/site-packages/networkx/generators/tests/__pycache__/test_atlas.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/generators/tests/__pycache__/test_classic.cpython-36.pyc @@ -1690,6 +1790,7 @@ /usr/lib/python3.6/site-packages/networkx/generators/tests/__pycache__/test_random_clustered.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/generators/tests/__pycache__/test_random_graphs.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/generators/tests/__pycache__/test_small.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/generators/tests/__pycache__/test_spectral_graph_forge.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/generators/tests/__pycache__/test_stochastic.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/generators/tests/__pycache__/test_trees.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/generators/tests/__pycache__/test_triads.cpython-36.pyc @@ -1711,6 +1812,7 @@ /usr/lib/python3.6/site-packages/networkx/generators/tests/test_random_clustered.py /usr/lib/python3.6/site-packages/networkx/generators/tests/test_random_graphs.py /usr/lib/python3.6/site-packages/networkx/generators/tests/test_small.py + /usr/lib/python3.6/site-packages/networkx/generators/tests/test_spectral_graph_forge.py /usr/lib/python3.6/site-packages/networkx/generators/tests/test_stochastic.py /usr/lib/python3.6/site-packages/networkx/generators/tests/test_trees.py /usr/lib/python3.6/site-packages/networkx/generators/tests/test_triads.py @@ -1829,6 +1931,7 @@ /usr/lib/python3.6/site-packages/networkx/tests/__init__.py /usr/lib/python3.6/site-packages/networkx/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/tests/__pycache__/test.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/tests/__pycache__/test_all_random_functions.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/tests/__pycache__/test_convert.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/tests/__pycache__/test_convert_numpy.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/tests/__pycache__/test_convert_pandas.cpython-36.pyc @@ -1836,6 +1939,7 @@ /usr/lib/python3.6/site-packages/networkx/tests/__pycache__/test_exceptions.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/tests/__pycache__/test_relabel.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/tests/test.py + /usr/lib/python3.6/site-packages/networkx/tests/test_all_random_functions.py /usr/lib/python3.6/site-packages/networkx/tests/test_convert.py /usr/lib/python3.6/site-packages/networkx/tests/test_convert_numpy.py /usr/lib/python3.6/site-packages/networkx/tests/test_convert_pandas.py @@ -1847,6 +1951,7 @@ /usr/lib/python3.6/site-packages/networkx/utils/__pycache__/contextmanagers.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/utils/__pycache__/decorators.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/utils/__pycache__/heaps.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/utils/__pycache__/mapped_queue.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/utils/__pycache__/misc.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/utils/__pycache__/random_sequence.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/utils/__pycache__/rcm.cpython-36.pyc @@ -1854,12 +1959,14 @@ /usr/lib/python3.6/site-packages/networkx/utils/contextmanagers.py /usr/lib/python3.6/site-packages/networkx/utils/decorators.py /usr/lib/python3.6/site-packages/networkx/utils/heaps.py + /usr/lib/python3.6/site-packages/networkx/utils/mapped_queue.py /usr/lib/python3.6/site-packages/networkx/utils/misc.py /usr/lib/python3.6/site-packages/networkx/utils/random_sequence.py /usr/lib/python3.6/site-packages/networkx/utils/rcm.py /usr/lib/python3.6/site-packages/networkx/utils/tests/__pycache__/test_contextmanager.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/utils/tests/__pycache__/test_decorators.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/utils/tests/__pycache__/test_heaps.cpython-36.pyc + /usr/lib/python3.6/site-packages/networkx/utils/tests/__pycache__/test_mapped_queue.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/utils/tests/__pycache__/test_misc.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/utils/tests/__pycache__/test_random_sequence.cpython-36.pyc /usr/lib/python3.6/site-packages/networkx/utils/tests/__pycache__/test_rcm.cpython-36.pyc @@ -1867,80 +1974,96 @@ /usr/lib/python3.6/site-packages/networkx/utils/tests/test_contextmanager.py /usr/lib/python3.6/site-packages/networkx/utils/tests/test_decorators.py /usr/lib/python3.6/site-packages/networkx/utils/tests/test_heaps.py + /usr/lib/python3.6/site-packages/networkx/utils/tests/test_mapped_queue.py /usr/lib/python3.6/site-packages/networkx/utils/tests/test_misc.py /usr/lib/python3.6/site-packages/networkx/utils/tests/test_random_sequence.py /usr/lib/python3.6/site-packages/networkx/utils/tests/test_rcm.py /usr/lib/python3.6/site-packages/networkx/utils/tests/test_unionfind.py /usr/lib/python3.6/site-packages/networkx/utils/union_find.py /usr/lib/python3.6/site-packages/networkx/version.py - /usr/share/doc/networkx-2.1/LICENSE.txt - /usr/share/doc/networkx-2.1/examples/3d_drawing/mayavi2_spring.py - /usr/share/doc/networkx-2.1/examples/advanced/iterated_dynamical_systems.py - /usr/share/doc/networkx-2.1/examples/advanced/plot_eigenvalues.py - /usr/share/doc/networkx-2.1/examples/advanced/plot_heavy_metal_umlaut.py - /usr/share/doc/networkx-2.1/examples/advanced/plot_parallel_betweenness.py - /usr/share/doc/networkx-2.1/examples/algorithms/beam_search.py - /usr/share/doc/networkx-2.1/examples/algorithms/hartford_drug.edgelist - /usr/share/doc/networkx-2.1/examples/algorithms/plot_blockmodel.py - /usr/share/doc/networkx-2.1/examples/algorithms/plot_davis_club.py - /usr/share/doc/networkx-2.1/examples/algorithms/plot_krackhardt_centrality.py - /usr/share/doc/networkx-2.1/examples/algorithms/rcm.py - /usr/share/doc/networkx-2.1/examples/basic/plot_properties.py - /usr/share/doc/networkx-2.1/examples/basic/plot_read_write.py - /usr/share/doc/networkx-2.1/examples/drawing/chess_masters_WCC.pgn.bz2 - /usr/share/doc/networkx-2.1/examples/drawing/knuth_miles.txt.gz - /usr/share/doc/networkx-2.1/examples/drawing/lanl_routes.edgelist - /usr/share/doc/networkx-2.1/examples/drawing/plot_atlas.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_chess_masters.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_circular_tree.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_degree_histogram.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_degree_rank.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_directed.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_edge_colormap.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_ego_graph.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_four_grids.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_giant_component.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_house_with_colors.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_knuth_miles.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_labels_and_colors.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_lanl_routes.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_node_colormap.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_random_geometric_graph.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_sampson.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_simple_path.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_spectral_grid.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_unix_email.py - /usr/share/doc/networkx-2.1/examples/drawing/plot_weighted_graph.py - /usr/share/doc/networkx-2.1/examples/drawing/unix_email.mbox - /usr/share/doc/networkx-2.1/examples/graph/atlas2.py - /usr/share/doc/networkx-2.1/examples/graph/expected_degree_sequence.py - /usr/share/doc/networkx-2.1/examples/graph/plot_degree_sequence.py - /usr/share/doc/networkx-2.1/examples/graph/plot_erdos_renyi.py - /usr/share/doc/networkx-2.1/examples/graph/plot_football.py - /usr/share/doc/networkx-2.1/examples/graph/plot_karate_club.py - /usr/share/doc/networkx-2.1/examples/graph/plot_napoleon_russian_campaign.py - /usr/share/doc/networkx-2.1/examples/graph/plot_roget.py - /usr/share/doc/networkx-2.1/examples/graph/roget_dat.txt.gz - /usr/share/doc/networkx-2.1/examples/graph/words.py - /usr/share/doc/networkx-2.1/examples/graph/words_dat.txt.gz - /usr/share/doc/networkx-2.1/examples/javascript/force.py - /usr/share/doc/networkx-2.1/examples/jit/plot_rgraph.py - /usr/share/doc/networkx-2.1/examples/pygraphviz/pygraphviz_attributes.py - /usr/share/doc/networkx-2.1/examples/pygraphviz/pygraphviz_draw.py - /usr/share/doc/networkx-2.1/examples/pygraphviz/pygraphviz_simple.py - /usr/share/doc/networkx-2.1/examples/pygraphviz/write_dotfile.py - /usr/share/doc/networkx-2.1/examples/subclass/plot_antigraph.py - /usr/share/doc/networkx-2.1/examples/subclass/plot_printgraph.py - /usr/share/doc/networkx-2.1/requirements.txt + /usr/share/doc/networkx-2.2/LICENSE.txt + /usr/share/doc/networkx-2.2/examples/3d_drawing/README.txt + /usr/share/doc/networkx-2.2/examples/3d_drawing/mayavi2_spring.py + /usr/share/doc/networkx-2.2/examples/README.txt + /usr/share/doc/networkx-2.2/examples/advanced/README.txt + /usr/share/doc/networkx-2.2/examples/advanced/iterated_dynamical_systems.py + /usr/share/doc/networkx-2.2/examples/advanced/plot_eigenvalues.py + /usr/share/doc/networkx-2.2/examples/advanced/plot_heavy_metal_umlaut.py + /usr/share/doc/networkx-2.2/examples/advanced/plot_parallel_betweenness.py + /usr/share/doc/networkx-2.2/examples/algorithms/README.txt + /usr/share/doc/networkx-2.2/examples/algorithms/beam_search.py + /usr/share/doc/networkx-2.2/examples/algorithms/hartford_drug.edgelist + /usr/share/doc/networkx-2.2/examples/algorithms/plot_blockmodel.py + /usr/share/doc/networkx-2.2/examples/algorithms/plot_davis_club.py + /usr/share/doc/networkx-2.2/examples/algorithms/plot_krackhardt_centrality.py + /usr/share/doc/networkx-2.2/examples/algorithms/rcm.py + /usr/share/doc/networkx-2.2/examples/basic/README.txt + /usr/share/doc/networkx-2.2/examples/basic/plot_properties.py + /usr/share/doc/networkx-2.2/examples/basic/plot_read_write.py + /usr/share/doc/networkx-2.2/examples/drawing/README.txt + /usr/share/doc/networkx-2.2/examples/drawing/chess_masters_WCC.pgn.bz2 + /usr/share/doc/networkx-2.2/examples/drawing/knuth_miles.txt.gz + /usr/share/doc/networkx-2.2/examples/drawing/lanl_routes.edgelist + /usr/share/doc/networkx-2.2/examples/drawing/plot_atlas.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_chess_masters.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_circular_tree.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_degree_histogram.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_degree_rank.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_directed.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_edge_colormap.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_ego_graph.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_four_grids.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_giant_component.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_house_with_colors.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_knuth_miles.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_labels_and_colors.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_lanl_routes.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_node_colormap.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_random_geometric_graph.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_sampson.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_simple_path.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_spectral_grid.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_unix_email.py + /usr/share/doc/networkx-2.2/examples/drawing/plot_weighted_graph.py + /usr/share/doc/networkx-2.2/examples/drawing/unix_email.mbox + /usr/share/doc/networkx-2.2/examples/graph/README.txt + /usr/share/doc/networkx-2.2/examples/graph/atlas2.py + /usr/share/doc/networkx-2.2/examples/graph/expected_degree_sequence.py + /usr/share/doc/networkx-2.2/examples/graph/plot_degree_sequence.py + /usr/share/doc/networkx-2.2/examples/graph/plot_erdos_renyi.py + /usr/share/doc/networkx-2.2/examples/graph/plot_football.py + /usr/share/doc/networkx-2.2/examples/graph/plot_karate_club.py + /usr/share/doc/networkx-2.2/examples/graph/plot_napoleon_russian_campaign.py + /usr/share/doc/networkx-2.2/examples/graph/plot_roget.py + /usr/share/doc/networkx-2.2/examples/graph/roget_dat.txt.gz + /usr/share/doc/networkx-2.2/examples/graph/words.py + /usr/share/doc/networkx-2.2/examples/graph/words_dat.txt.gz + /usr/share/doc/networkx-2.2/examples/javascript/README.txt + /usr/share/doc/networkx-2.2/examples/javascript/force.py + /usr/share/doc/networkx-2.2/examples/javascript/force/README.txt + /usr/share/doc/networkx-2.2/examples/javascript/force/force.css + /usr/share/doc/networkx-2.2/examples/javascript/force/force.html + /usr/share/doc/networkx-2.2/examples/javascript/force/force.js + /usr/share/doc/networkx-2.2/examples/jit/README.txt + /usr/share/doc/networkx-2.2/examples/jit/plot_rgraph.py + /usr/share/doc/networkx-2.2/examples/pygraphviz/README.txt + /usr/share/doc/networkx-2.2/examples/pygraphviz/pygraphviz_attributes.py + /usr/share/doc/networkx-2.2/examples/pygraphviz/pygraphviz_draw.py + /usr/share/doc/networkx-2.2/examples/pygraphviz/pygraphviz_simple.py + /usr/share/doc/networkx-2.2/examples/pygraphviz/write_dotfile.py + /usr/share/doc/networkx-2.2/examples/subclass/README.txt + /usr/share/doc/networkx-2.2/examples/subclass/plot_antigraph.py + /usr/share/doc/networkx-2.2/examples/subclass/plot_printgraph.py + /usr/share/doc/networkx-2.2/requirements.txt - - 2018-08-20 - 2.1 + + 2018-10-16 + 2.2 Packaging update - Bryan T. Meyers - bmeyers@datadrake.com + Rabin Adhikari + rabin.adk1@gmail.com \ No newline at end of file