diff options
author | Jarrod Millman <jarrod.millman@gmail.com> | 2020-08-22 12:43:38 -0700 |
---|---|---|
committer | Jarrod Millman <jarrod.millman@gmail.com> | 2020-08-22 12:43:38 -0700 |
commit | 586b716261c94706863ae5a3c208eb03da805a1e (patch) | |
tree | 05a4229212e1709cc7f2c25dc464dd31883c9b52 /doc/release/release_dev.rst | |
parent | bf9da3d098a015d01e23d6135e9905393ef5e814 (diff) | |
download | networkx-586b716261c94706863ae5a3c208eb03da805a1e.tar.gz |
Update release notes
Diffstat (limited to 'doc/release/release_dev.rst')
-rw-r--r-- | doc/release/release_dev.rst | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/doc/release/release_dev.rst b/doc/release/release_dev.rst index ed08abaa..d561a273 100644 --- a/doc/release/release_dev.rst +++ b/doc/release/release_dev.rst @@ -128,9 +128,8 @@ Deprecations Pull requests merged in this release ------------------------------------ -A total of 233 changes have been committed. +A total of 256 changes have been committed. -- Designate 2.4 release - Bump release version - Update release process - Drop support for Python 3.5 @@ -364,6 +363,27 @@ A total of 233 changes have been committed. - Use dict instead of OrderedDict since dict is ordered by default from Python 3.6. (#4145) - MAINT: fixups to parse_edgelist. (#4128) - Update apt-get on circleci image (#4147) +- add rescale_layout_dict to change scale of the layout_dicts (#4154) +- Update dependencies +- Remove gdal from requirements +- relabel_nodes now preserves edges in multigraphs (#4066) +- MAINT,TST: Improve coverage of nx_agraph module (#4156) +- Get steiner_tree to work with MultiGraphs by postprocessing (#4160) +- junction_tree for #1012 (#4004) +- API: Add `show` kwarg to view_pygraphviz. (#4155) +- Prepare for turning chordal_graph_cliques into a generator (#4162) +- Docs update (#4161) +- Remove unnecessary nx imports from doctests (#4163) +- MultiGraph from graphml with explicit edge ids #3470 (#3763) +- Update sphinx dep (#4164) +- Add edge label in GEXF writer as an optional attribute (#3347) +- First Draft of Release Notes for v2.5 (#4159) +- Designate 2.5rc1 release +- Bump release version +- Update deprecations in release notes (#4166) +- DOC: Update docstrings for public functions in threshold module (#4167) +- Format python in docstrings (#4168) +- DOC,BLD: Fix doc build warning from markup error. (#4174) It contained the following 3 merges: |