--- - branch: MAIN date: Mon Jun 17 14:58:27 UTC 2019 files: - new: '1.28' old: '1.27' path: pkgsrc/math/py-networkx/Makefile pathrev: pkgsrc/math/py-networkx/Makefile@1.28 type: modified - new: '1.17' old: '1.16' path: pkgsrc/math/py-networkx/PLIST pathrev: pkgsrc/math/py-networkx/PLIST@1.17 type: modified - new: '1.13' old: '1.12' path: pkgsrc/math/py-networkx/distinfo pathrev: pkgsrc/math/py-networkx/distinfo@1.13 type: modified - new: '0' old: '1.1' path: pkgsrc/math/py-networkx/patches/patch-setup.py pathrev: pkgsrc/math/py-networkx/patches/patch-setup.py@0 type: deleted id: 20190617T145827Z.bd63c85027de71e63662cdf2f55b6b1b542e358d log: | py-networkx: updated to 2.3 Announcement: NetworkX 2.3 ========================== We're happy to announce the release of NetworkX 2.3! 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 _ and our gallery of examples _. Please send comments and questions to the networkx-discuss mailing list _. Highlights ---------- This release is the result of 6 months of work with over 92 pull requests by 30 contributors. Highlights include: - Dropped support for Python 2. We are no longer supporting Python 2.7 and we will start changing code to take advantage of Python 3 features we couldn't before. - Added some Moral Graph analysis functions. - Enable matplotlib drawing using curved arrows via connectionstyle parameter. - Remove ticks and axes labels from matplotlib plots. - Two new generators of Harary Graphs. - Added Dual Barabasi-Albert model - Added VoteRank algorithm - Added Equitable coloring algorithms - Added planar layout algorithms - Les Miserables network example - Javascript example update Improvements ------------ - Change default colors to be color-blind friendly - Many bug fixes and documentation improvements - Speed up of simple_cycles - Improvements for reading various formats like GML, GEXF, Graphml - Allow subclassing to access node_attr_dict_factory API Changes ----------- - The G.fresh_copy() mechanism for creating an empty_graph of the same type (introduced in v2.0) does not playing nicely with pickle and others. So, we have removed the code that caused a need for that. Instead you should use the more natural G.__class__() syntax to get an empty_graph of the same type as G. Deprecations ------------ - The Graph.fresh_copy() method should now use Graph.__class__() - ReverseView class removed in favor of reverse_view() function. module: pkgsrc subject: 'CVS commit: pkgsrc/math/py-networkx' unixtime: '1560783507' user: adam