doc/release/release_2.5.rst
Release date: 22 August 2020
Supports Python 3.6, 3.7, and 3.8.
NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
For more information, please visit our website <https://networkx.org/>_
and our gallery of examples <https://networkx.org/documentation/latest/auto_examples/index.html>.
Please send comments and questions to the networkx-discuss mailing list <http://groups.google.com/group/networkx-discuss>.
This release is the result of 10 months of work with over 200 commits by 92 contributors. Highlights include:
New Functions:
New generators:
New layouts:
contracted_nodesshow kwarg to view_pygraphviz (#4155)[#3680 <https://github.com/networkx/networkx/pull/3680>_]
Deprecate make_str(x) for str(x).
Deprecate is_string_like(obj) for isinstance(obj, str).
[#3725 <https://github.com/networkx/networkx/pull/3725>_]
Deprecate literal_stringizer and literal_destringizer.
[#3983 <https://github.com/networkx/networkx/pull/3983>_]
Deprecate reversed context manager.
[#4155 <https://github.com/networkx/networkx/pull/4155>_]
Deprecate display_pygraphviz.
[#4162 <https://github.com/networkx/networkx/pull/4162>_]
Deprecate chordal_graph_cliques returning a set.
[#4161 <https://github.com/networkx/networkx/pull/4161>_]
Deprecate betweenness_centrality_source.
[#4161 <https://github.com/networkx/networkx/pull/4161>_]
Deprecate edge_betweenness.
[#4161 <https://github.com/networkx/networkx/pull/4161>_]
Rename _naive_greedy_modularity_communities as naive_greedy_modularity_communities.
A total of 256 changes have been committed.
contracted_nodes copy flag added (#3646)np.int -> np.int_ (#4013)show kwarg to view_pygraphviz. (#4155)It contained the following 3 merges: