summaryrefslogtreecommitdiff
path: root/doc/release/release_3.0.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/release_3.0.rst')
-rw-r--r--doc/release/release_3.0.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release/release_3.0.rst b/doc/release/release_3.0.rst
index 46944121..a09daa7c 100644
--- a/doc/release/release_3.0.rst
+++ b/doc/release/release_3.0.rst
@@ -163,7 +163,7 @@ Merged PRs
- added examples to regular.py (#5642)
- added examples to degree_alg.py (#5644)
- Add docstring examples for triads functions (#5522)
-- Fix docbuild warnings: is_string_like is removed and identation in corona product (#5845)
+- Fix docbuild warnings: is_string_like is removed and indentation in corona product (#5845)
- Use py_random_state to control randomness of random_triad (#5847)
- Remove OrderedGraphs (#5813)
- Drop NumPy 1.19 (#5856)
@@ -245,7 +245,7 @@ Merged PRs
- Hide edges with a weight of None in A*. (#5945)
- Add dfs_labeled_edges reporting of reverse edges due to depth_limit. (#6240)
- Warn users about duplicate nodes in generator function input (#6237)
-- Reenable geospatial examples (#6252)
+- Re-enable geospatial examples (#6252)
- Draft 3.0 release notes (#6232)
- Add 2.8.x release notes (#6255)
- doc: clarify allowed `alpha` when using nx.draw_networkx_edges (#6254)