"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "networkx" between the packages
networkx-networkx-2.8.8.tar.gz and networkx-networkx-3.0.tar.gz

About: NetworkX is a core scientific Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

Summary:

The "networkx" source code changed by about 6.4% and now consists of 870 regular files (-15) and 82 directories (-3).

Related Informations:

None found by Fossies.

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Python program 644 10 22 196
Shell program 1 0 0 0
Initialization file 1 0 0 1
JavaScript file 2 0 0 0
JSON file 2 0 0 0
Makefile 1 0 0 0
SGML document 2 0 0 0
XML document 1 0 0 0
CSS style sheet 2 0 0 0
dBASE Database file 1 0 0 0
ESRI Shape file 4 0 0 0
Git file 2 0 0 0
HTML page 5 1 0 0
QSLite database 1 0 0 0
RST file 165 1 4 28
YAML file 12 0 1 7
Data file 4 0 0 0
Image file 5 0 0 0
Vector Image file 1 0 0 0
Directory 85 0 3 0
Archive 10 0 0 0
Change log 1 0 0 1
Information file 1 0 0 1
License 1 0 0 1
Readme file 15 0 0 2
Text file 13 0 0 5
Total Files9821230242



Python Programs (228 of 644):

NameStatusDeltaVisual Diff
doc/conf.py changed 4.0% diff
doc/release/contribs.py changed 72.9% diff
doc/release/report_functions_without_rst_generated.py changed 13.3% diff
examples/algorithms/plot_betweenness_centrality.py changed 5.0% diff
examples/algorithms/plot_blockmodel.py changed 1.9% diff
examples/algorithms/plot_parallel_betweenness.py changed 1.0% diff
examples/drawing/plot_center_node.py added
examples/drawing/plot_chess_masters.py changed 0.9% diff
examples/graph/plot_dag_layout.py added
examples/graph/plot_degree_sequence.py changed 12.3% diff
examples/graph/plot_triad_types.py added
networkx/__init__.py changed 66.6% diff
networkx/algorithms/__init__.py changed 0.8% diff
networkx/algorithms/approximation/steinertree.py changed 100.0% diff
networkx/algorithms/approximation/tests/test_ramsey.py changed 5.9% diff
networkx/algorithms/approximation/tests/test_steinertree.py changed 100.0% diff
networkx/algorithms/approximation/traveling_salesman.py changed 0.1% diff
networkx/algorithms/assortativity/connectivity.py changed 14.4% diff
networkx/algorithms/assortativity/mixing.py changed 19.4% diff
networkx/algorithms/assortativity/tests/base_test.py changed 29.4% diff
networkx/algorithms/assortativity/tests/test_connectivity.py changed 2.3% diff
networkx/algorithms/assortativity/tests/test_correlation.py changed 8.7% diff
networkx/algorithms/assortativity/tests/test_mixing.py changed 7.2% diff
networkx/algorithms/bipartite/basic.py changed 0.2% diff
networkx/algorithms/bipartite/matrix.py changed 6.9% diff
networkx/algorithms/bipartite/projection.py changed 2.1% diff
networkx/algorithms/bipartite/redundancy.py changed 3.5% diff
networkx/algorithms/bipartite/tests/test_centrality.py changed 7.8% diff
networkx/algorithms/boundary.py changed 1.2% diff
networkx/algorithms/centrality/betweenness.py changed 2.7% diff
networkx/algorithms/centrality/betweenness_subset.py changed 4.6% diff
networkx/algorithms/centrality/degree_alg.py changed 19.9% diff
networkx/algorithms/centrality/dispersion.py changed 8.2% diff
networkx/algorithms/centrality/eigenvector.py changed 0.2% diff
networkx/algorithms/centrality/katz.py changed 0.7% diff
networkx/algorithms/centrality/percolation.py changed 1.6% diff
networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py changed 55.9% diff
networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py changed 9.3% diff
networkx/algorithms/centrality/tests/test_eigenvector_centrality.py changed 5.9% diff
networkx/algorithms/centrality/tests/test_voterank.py changed 6.3% diff
networkx/algorithms/chordal.py changed 19.0% diff
networkx/algorithms/cluster.py changed 1.7% diff
networkx/algorithms/coloring/greedy_coloring.py changed 7.6% diff
networkx/algorithms/coloring/tests/test_coloring.py changed 15.2% diff
networkx/algorithms/communicability_alg.py changed 3.0% diff
networkx/algorithms/community/louvain.py changed 0.5% diff
networkx/algorithms/community/modularity_max.py changed 7.3% diff
networkx/algorithms/community/quality.py changed 21.8% diff
networkx/algorithms/community/tests/test_quality.py changed 7.6% diff
networkx/algorithms/components/biconnected.py changed 3.1% diff
networkx/algorithms/components/connected.py changed 0.4% diff
networkx/algorithms/components/strongly_connected.py changed 0.1% diff
networkx/algorithms/components/weakly_connected.py changed 0.4% diff
networkx/algorithms/connectivity/connectivity.py changed 3.0% diff
networkx/algorithms/connectivity/disjoint_paths.py changed 5.9% diff
networkx/algorithms/connectivity/edge_augmentation.py changed 0.5% diff
networkx/algorithms/connectivity/tests/test_kcutsets.py changed 0.3% diff
networkx/algorithms/core.py changed 2.1% diff
networkx/algorithms/cuts.py changed 1.2% diff
networkx/algorithms/cycles.py changed 0.3% diff
networkx/algorithms/d_separation.py changed 100.0% diff
networkx/algorithms/dag.py changed 5.4% diff
networkx/algorithms/distance_measures.py changed 36.7% diff
networkx/algorithms/dominating.py changed 0.6% diff
networkx/algorithms/efficiency_measures.py changed 10.9% diff
networkx/algorithms/euler.py changed 4.8% diff
networkx/algorithms/flow/capacityscaling.py changed 0.3% diff
networkx/algorithms/flow/maxflow.py changed 1.5% diff
networkx/algorithms/flow/tests/test_maxflow.py changed 2.8% diff
networkx/algorithms/flow/tests/test_maxflow_large_graph.py changed 3.7% diff
networkx/algorithms/flow/tests/test_mincost.py changed 0.6% diff
networkx/algorithms/flow/tests/test_networksimplex.py changed 0.8% diff
networkx/algorithms/isolate.py changed 2.9% diff
networkx/algorithms/isomorphism/__init__.py changed 15.0% diff
networkx/algorithms/isomorphism/ismags.py changed 0.7% diff
networkx/algorithms/isomorphism/isomorph.py changed 6.7% diff
networkx/algorithms/isomorphism/tests/test_isomorphvf2.py changed 2.4% diff
networkx/algorithms/isomorphism/tests/test_vf2pp.py added
networkx/algorithms/isomorphism/tests/test_vf2pp_helpers.py added
networkx/algorithms/isomorphism/tree_isomorphism.py changed 1.4% diff
networkx/algorithms/isomorphism/vf2pp.py added
networkx/algorithms/link_analysis/hits_alg.py changed 17.7% diff
networkx/algorithms/link_analysis/pagerank_alg.py changed 9.4% diff
networkx/algorithms/link_analysis/tests/test_hits.py changed 26.7% diff
networkx/algorithms/link_analysis/tests/test_pagerank.py changed 15.0% diff
networkx/algorithms/link_prediction.py changed 0.1% diff
networkx/algorithms/lowest_common_ancestors.py changed 1.5% diff
networkx/algorithms/matching.py changed 1.8% diff
networkx/algorithms/node_classification.py added
networkx/algorithms/node_classification/__init__.py removed
networkx/algorithms/node_classification/hmn.py removed
networkx/algorithms/node_classification/lgc.py removed
networkx/algorithms/node_classification/utils.py removed
networkx/algorithms/operators/all.py changed 51.2% diff
networkx/algorithms/operators/binary.py changed 5.0% diff
networkx/algorithms/operators/product.py changed 14.9% diff
networkx/algorithms/operators/tests/test_all.py changed 3.1% diff
networkx/algorithms/operators/tests/test_binary.py changed 0.6% diff
networkx/algorithms/operators/tests/test_product.py changed 1.8% diff
networkx/algorithms/polynomials.py changed 3.8% diff
networkx/algorithms/reciprocity.py changed 1.8% diff
networkx/algorithms/regular.py changed 7.0% diff
networkx/algorithms/shortest_paths/astar.py changed 8.0% diff
networkx/algorithms/shortest_paths/generic.py changed 2.9% diff
networkx/algorithms/shortest_paths/tests/test_astar.py changed 20.2% diff
networkx/algorithms/shortest_paths/tests/test_generic.py changed 1.7% diff
networkx/algorithms/shortest_paths/weighted.py changed 1.1% diff
networkx/algorithms/similarity.py changed 1.3% diff
networkx/algorithms/simple_paths.py changed 1.9% diff
networkx/algorithms/smallworld.py changed 4.6% diff
networkx/algorithms/smetric.py changed 1.3% diff
networkx/algorithms/structuralholes.py changed 0.2% diff
networkx/algorithms/summarization.py changed 1.4% diff
networkx/algorithms/swap.py changed 51.8% diff
networkx/algorithms/tests/test_chordal.py changed 6.6% diff
networkx/algorithms/tests/test_core.py changed 6.6% diff
networkx/algorithms/tests/test_d_separation.py changed 40.1% diff
networkx/algorithms/tests/test_dag.py changed 7.4% diff
networkx/algorithms/tests/test_distance_measures.py changed 99.6% diff
networkx/algorithms/tests/test_euler.py changed 5.6% diff
networkx/algorithms/tests/test_lowest_common_ancestors.py changed 29.2% diff
networkx/algorithms/tests/test_matching.py changed 1.0% diff
networkx/algorithms/tests/test_node_classification_deprecations.py removed
networkx/algorithms/tests/test_planarity.py changed 0.7% diff
networkx/algorithms/tests/test_similarity.py changed 0.4% diff
networkx/algorithms/tests/test_simple_paths.py changed 0.5% diff
networkx/algorithms/tests/test_smallworld.py changed 11.8% diff
networkx/algorithms/tests/test_swap.py changed 74.2% diff
networkx/algorithms/threshold.py changed 0.9% diff
networkx/algorithms/tournament.py changed 0.6% diff
networkx/algorithms/traversal/breadth_first_search.py changed 0.1% diff
networkx/algorithms/traversal/depth_first_search.py changed 4.7% diff
networkx/algorithms/traversal/tests/test_beamsearch.py changed 20.1% diff
networkx/algorithms/traversal/tests/test_dfs.py changed 58.7% diff
networkx/algorithms/tree/mst.py changed 0.6% diff
networkx/algorithms/triads.py changed 22.9% diff
networkx/classes/__init__.py changed 21.5% diff
networkx/classes/backends.py added
networkx/classes/coreviews.py changed 29.6% diff
networkx/classes/digraph.py changed 6.9% diff
networkx/classes/function.py changed 3.2% diff
networkx/classes/graph.py changed 5.7% diff
networkx/classes/graphviews.py changed 0.9% diff
networkx/classes/multidigraph.py changed 2.2% diff
networkx/classes/multigraph.py changed 3.6% diff
networkx/classes/ordered.py removed
networkx/classes/tests/test_coreviews.py changed 22.3% diff
networkx/classes/tests/test_function.py changed 4.4% diff
networkx/classes/tests/test_graphviews.py changed 1.8% diff
networkx/classes/tests/test_ordered.py removed
networkx/classes/tests/test_special.py changed 29.6% diff
networkx/conftest.py changed 64.6% diff
networkx/convert.py changed 1.6% diff
networkx/convert_matrix.py changed 31.6% diff
networkx/drawing/__init__.py changed 18.4% diff
networkx/drawing/layout.py changed 9.4% diff
networkx/drawing/nx_agraph.py changed 11.5% diff
networkx/drawing/nx_latex.py added
networkx/drawing/nx_pydot.py changed 2.8% diff
networkx/drawing/nx_pylab.py changed 4.3% diff
networkx/drawing/tests/test_latex.py added
networkx/drawing/tests/test_layout.py changed 4.9% diff
networkx/drawing/tests/test_pylab.py changed 5.4% diff
networkx/generators/classic.py changed 6.1% diff
networkx/generators/cographs.py changed 4.1% diff
networkx/generators/community.py changed 0.3% diff
networkx/generators/ego.py changed 0.8% diff
networkx/generators/geometric.py changed 1.6% diff
networkx/generators/internet_as_graphs.py changed 0.6% diff
networkx/generators/line.py changed 8.2% diff
networkx/generators/small.py changed 12.9% diff
networkx/generators/tests/test_community.py changed 36.6% diff
networkx/generators/tests/test_geometric.py changed 1.3% diff
networkx/generators/tests/test_internet_as_graphs.py changed 12.0% diff
networkx/generators/tests/test_joint_degree_seq.py changed 3.1% diff
networkx/generators/tests/test_line.py changed 35.2% diff
networkx/generators/tests/test_small.py changed 5.4% diff
networkx/generators/tests/test_stochastic.py changed 19.6% diff
networkx/lazy_imports.py changed 1.4% diff
networkx/linalg/algebraicconnectivity.py changed 2.3% diff
networkx/linalg/attrmatrix.py changed 6.3% diff
networkx/linalg/bethehessianmatrix.py changed 11.8% diff
networkx/linalg/graphmatrix.py changed 19.8% diff
networkx/linalg/laplacianmatrix.py changed 9.1% diff
networkx/linalg/modularitymatrix.py changed 11.4% diff
networkx/linalg/spectrum.py changed 11.7% diff
networkx/readwrite/__init__.py changed 79.1% diff
networkx/readwrite/gml.py changed 1.7% diff
networkx/readwrite/gpickle.py removed
networkx/readwrite/json_graph/__init__.py changed 6.9% diff
networkx/readwrite/json_graph/cytoscape.py changed 38.2% diff
networkx/readwrite/json_graph/jit.py removed
networkx/readwrite/json_graph/tests/test_cytoscape.py changed 20.8% diff
networkx/readwrite/json_graph/tests/test_jit.py removed
networkx/readwrite/json_graph/tests/test_tree.py changed 29.5% diff
networkx/readwrite/json_graph/tree.py changed 45.4% diff
networkx/readwrite/nx_shp.py removed
networkx/readwrite/nx_yaml.py removed
networkx/readwrite/tests/test_edgelist.py changed 1.3% diff
networkx/readwrite/tests/test_getattr_nxyaml_removal.py removed
networkx/readwrite/tests/test_gexf.py changed 0.2% diff
networkx/readwrite/tests/test_gml.py changed 4.2% diff
networkx/readwrite/tests/test_gpickle.py removed
networkx/readwrite/tests/test_graphml.py changed 0.3% diff
networkx/readwrite/tests/test_p2g.py changed 2.6% diff
networkx/readwrite/tests/test_shp.py removed
networkx/relabel.py changed 6.0% diff
networkx/testing/__init__.py removed
networkx/testing/test.py removed
networkx/testing/tests/__init__.py removed
networkx/testing/tests/test_utils.py removed
networkx/testing/utils.py removed
networkx/tests/test_all_random_functions.py changed 0.6% diff
networkx/tests/test_convert.py changed 1.0% diff
networkx/tests/test_convert_numpy.py changed 48.0% diff
networkx/tests/test_convert_scipy.py changed 3.8% diff
networkx/tests/test_relabel.py changed 15.7% diff
networkx/utils/__init__.py changed 17.3% diff
networkx/utils/contextmanagers.py removed
networkx/utils/decorators.py changed 4.7% diff
networkx/utils/mapped_queue.py changed 18.2% diff
networkx/utils/misc.py changed 30.6% diff
networkx/utils/tests/test_contextmanager.py removed
networkx/utils/tests/test_decorators.py changed 2.0% diff
networkx/utils/tests/test_mapped_queue.py changed 15.9% diff
networkx/utils/tests/test_misc.py changed 15.5% diff
networkx/utils/union_find.py changed 4.5% diff
setup.py changed 3.0% diff

Initialization Files (all 1):

NameStatusDeltaVisual Diff
.mypy.ini changed 55.7% diff

HTML Pages (1 of 5):

NameStatusDeltaVisual Diff
doc/_templates/layout.html added

RST Files (33 of 165):

NameStatusDeltaVisual Diff
CONTRIBUTING.rst changed 1.8% diff
doc/developer/about_us.rst changed 3.7% diff
doc/developer/deprecations.rst changed 54.7% diff
doc/developer/projects.rst changed 20.3% diff
doc/developer/roadmap.rst changed 1.8% diff
doc/reference/algorithms/assortativity.rst changed 5.5% diff
doc/reference/algorithms/centrality.rst changed 1.4% diff
doc/reference/algorithms/community.rst changed 1.6% diff
doc/reference/algorithms/distance_measures.rst changed 8.1% diff
doc/reference/algorithms/isomorphism.rst changed 31.4% diff
doc/reference/algorithms/link_analysis.rst changed 25.2% diff
doc/reference/algorithms/node_classification.rst changed 63.8% diff
doc/reference/algorithms/operators.rst changed 2.6% diff
doc/reference/algorithms/similarity.rst changed 8.6% diff
doc/reference/algorithms/swap.rst changed 15.3% diff
doc/reference/classes/index.rst changed 19.4% diff
doc/reference/classes/ordered.rst removed
doc/reference/convert.rst changed 11.7% diff
doc/reference/drawing.rst changed 6.5% diff
doc/reference/functions.rst changed 0.8% diff
doc/reference/generators.rst changed 0.4% diff
doc/reference/readwrite/gpickle.rst removed
doc/reference/readwrite/index.rst changed 8.5% diff
doc/reference/readwrite/json_graph.rst changed 10.7% diff
doc/reference/readwrite/matrix_market.rst changed 2.1% diff
doc/reference/readwrite/nx_shp.rst removed
doc/reference/utils.rst changed 14.5% diff
doc/release/index.rst changed 1.7% diff
doc/release/migration_guide_from_2.x_to_3.0.rst changed 7.3% diff
doc/release/release_2.8.8.rst changed 0.7% diff
doc/release/release_3.0.rst added
doc/release/release_dev.rst removed
doc/tutorial.rst changed 0.2% diff

YAML Files (8 of 12):

NameStatusDeltaVisual Diff
.github/FUNDING.yml removed
.github/workflows/coverage.yml changed 20.8% diff
.github/workflows/deploy-docs.yml changed 9.9% diff
.github/workflows/lint.yml changed 27.3% diff
.github/workflows/mypy.yml changed 22.5% diff
.github/workflows/pytest-randomly.yml changed 18.3% diff
.github/workflows/test.yml changed 6.6% diff
.pre-commit-config.yaml changed 6.8% diff

Directories (3 of 85):

NameStatus
networkx/algorithms/node_classification removed
networkx/testing removed
networkx/testing/tests removed

Change Logs (all 1):

NameStatusDeltaVisual Diff
requirements/release.txt changed 76.5% diff

Information Files (all 1):

NameStatusDeltaVisual Diff
INSTALL.rst changed 6.4% diff

Licenses (all 1):

NameStatusDeltaVisual Diff
LICENSE.txt changed 2.8% diff

Readme Files (2 of 15):

NameStatusDeltaVisual Diff
examples/external/force/README.txt changed 40.4% diff
README.rst changed 2.0% diff

Text Files (5 of 13):

NameStatusDeltaVisual Diff
requirements/default.txt changed 27.5% diff
requirements/developer.txt changed 48.3% diff
requirements/doc.txt changed 27.4% diff
requirements/example.txt changed 72.0% diff
requirements/extra.txt changed 37.3% diff

Packages Compared:

networkx-networkx-2.8.8.tar.gz
networkx-networkx-3.0.tar.gz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)