-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c79e67
commit 922ab3b
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ period. | |
:maxdepth: 2 | ||
|
||
release_dev | ||
release_2.8.5 | ||
release_2.8.4 | ||
release_2.8.3 | ||
release_2.8.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
NetworkX 2.8.5 | ||
============== | ||
|
||
Release date: 18 July 2022 | ||
|
||
Supports Python 3.8, 3.9, and 3.10. | ||
|
||
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 :ref:`gallery of examples <examples_gallery>`. | ||
Please send comments and questions to the `networkx-discuss mailing list | ||
<http://groups.google.com/group/networkx-discuss>`_. | ||
|
||
Highlights | ||
---------- | ||
|
||
Minor documentation and bug fixes. | ||
|
||
Merged PRs | ||
---------- | ||
|
||
- Bump release version | ||
- Check that nodes have "pos" attribute in geometric_edges (#5707) | ||
- Correct louvain formula, solve infinite loops (#5713) | ||
- Add more comprehensive tests for pydot (#5792) | ||
- Compute `is_strongly_connected` lazily (#5793) | ||
- Compute `is_weakly_connected` lazily (#5795) | ||
- Updated astar docstring (#5797) | ||
- Fix typo in bipartite closeness_centrality and thought-o in tests (#5800) | ||
- Fix pydot colon check node-to-str conversion (#5809) | ||
- Temporary fix for failing tests w/ scipy1.9. (#5816) | ||
- Update distance parameter description. (#5819) | ||
- Fix #5817 (#5822) | ||
- Attempt to reverse slowdown from hasattr needed for cached_property (#5836) | ||
- Update tests in base class and simple rename in convert.py (#5848) | ||
- Move factory attributes to the class instead of instance. (#5850) | ||
- Point to the latest URL for the description. (#5852) | ||
- Gallery example: Morse code alphabet as a prefix tree (#5867) | ||
- make lazy_import private and remove its internal use (#5878) | ||
- Run CI against v2.8 branch | ||
- CI: add explicit path while installing pygraphviz wheels on macOS in GHA (#5805) | ||
- Deploy docs on v2.8 branch | ||
|
||
Contributors | ||
------------ | ||
|
||
- Ross Barnowski | ||
- Shaked Brody | ||
- Lior | ||
- Jarrod Millman | ||
- Tomoya Nishide | ||
- Dimitrios Papageorgiou | ||
- Dan Schult | ||
- Matt Schwennesen | ||
- Mridul Seth | ||
- Matus Valo |