doc/release/release_2.4.rst
Release date: 16 October 2019
Supports Python 3.5, 3.6, 3.7, and 3.8. This is the last release to support Python 3.5.
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 6 months of work with over 200 commits by 67 contributors. Highlights include:
New Functions:
New generators
New for Layouts
A utility function is_list_of_ints became is_bunch_of_ints and now tests int(item)==item instead of isinstance(_, int) This allows e.g. floats whose values are integer.
Added utility make_list_of_ints to convert containers of integer values to lists of integers
Removed functions (marked as deprecated in NetworkX 2.1):
Graph Object methods removed (marked as deprecated 2.1)
Remove old names for graphview functions.
A total of 205 changes have been committed.
write_graphml example (#3429)eq_, ok_ with assertfrom nose.tools import *It contained the following 5 merges: