index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
source
/
reference
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some sphinx formatting errors
Dan Schult
2015-10-04
10
-26
/
+58
*
Updated documentation building.
Neil
2015-08-31
1
-1
/
+1
*
Merge pull request #1719 from dschult/minor_doc_changes
Aric Hagberg
2015-08-08
2
-2
/
+3
|
\
|
*
minor changes related to _iter removal
Dan Schult
2015-08-07
2
-2
/
+3
*
|
Update news to include 1.10 release highlights
Dan Schult
2015-08-07
1
-0
/
+35
|
/
*
Merge pull request #1676 from MridulS/api2.0
Dan Schult
2015-08-07
2
-2
/
+175
|
\
|
*
Update release notes for 2.0 and migration guide
Mridul Seth
2015-07-31
2
-76
/
+69
|
*
Add a guide for moving from 1.xx to 2.0
Mridul Seth
2015-07-25
1
-0
/
+117
|
*
Update 2.0 notes
Mridul Seth
2015-07-25
1
-0
/
+63
|
*
fix docs after merging #1577
SanketDG
2015-06-27
2
-12
/
+11
|
*
Merge pull request #1577 from SanketDG/maximum_spanning
chebee7i
2015-06-22
2
-0
/
+43
|
|
\
|
|
*
move *_edges functions to top-level and update release notes
SanketDG
2015-06-22
1
-17
/
+10
|
|
*
add and update release notes in release_2.0.rst
SanketDG
2015-06-22
1
-0
/
+48
|
|
*
add maximum/minimum_spanning_edges and tests
SanketDG
2015-06-19
1
-2
/
+2
|
|
*
remove minimum/maximum_spanning_edges and prim_mst
SanketDG
2015-06-11
1
-3
/
+1
|
|
*
add documentation for maximum_spanning_tree, pep8 fixes and fix #1575
SanketDG
2015-06-10
1
-0
/
+3
|
|
*
add _optimum_spanning_edges and maximum_spanning_edges
SanketDG
2015-06-09
1
-0
/
+1
*
|
|
Merge master into iter_refactor
Dan Schult
2015-08-07
4
-11
/
+69
*
|
|
Update doc/source/reference
Mridul Seth
2015-07-14
4
-20
/
+4
*
|
|
Merge pull request #1588 from MridulS/neigbhorsiter
Dan Schult
2015-06-17
4
-4
/
+0
|
\
\
\
|
*
|
|
Remove neighbors_iter, G.neighbors() now returns an iterator instead of list
Mridul Seth
2015-06-12
4
-4
/
+0
|
|
|
/
|
|
/
|
*
|
|
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
4
-8
/
+0
*
|
|
Merge remote-tracking branch 'upstream/iter_refactor' into iter_refactor
Mridul Seth
2015-06-17
4
-4
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
4
-4
/
+0
|
|
/
*
|
Update doc/source/reference/algorithms.centrality.rst
Mridul Seth
2015-06-16
1
-4
/
+9
*
|
Update link to historical contributions.
chebee7i
2015-06-13
1
-1
/
+1
*
|
Merge pull request #1597 from hagberg/doc-fixes
chebee7i
2015-06-13
5
-107
/
+5
|
\
\
|
*
|
Missing space
Aric Hagberg
2015-06-13
1
-1
/
+1
|
*
|
Remove old credits
Aric Hagberg
2015-06-13
1
-92
/
+0
|
*
|
Add missing reference to triads
Aric Hagberg
2015-06-13
1
-0
/
+1
|
*
|
Underline too short
Aric Hagberg
2015-06-13
1
-1
/
+1
|
*
|
Over/underline length adjustment
Aric Hagberg
2015-06-13
1
-2
/
+2
|
*
|
Remove doc reference to generators.hybrid (in algorithms now).
Aric Hagberg
2015-06-13
1
-11
/
+0
|
|
/
*
|
Merge pull request #1570 from chebee7i/drawing_doc
chebee7i
2015-06-13
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
Add some comments/recommendations about drawing.
chebee7i
2015-06-10
1
-0
/
+18
*
|
make identified_nodes an alias for contracted_nodes
SanketDG
2015-06-05
1
-0
/
+1
|
/
*
Added k_components approximation to API changes.
Jordi Torrents
2015-06-03
1
-0
/
+6
*
Add k_components and other approx connectivity funcs to the docs.
Jordi Torrents
2015-06-03
1
-0
/
+20
*
Add k-(node)-components algorithm.
Jordi Torrents
2015-06-03
2
-1
/
+13
*
Update api_1.10.rst
Mridul Seth
2015-05-27
1
-18
/
+18
*
Update api_2.0.rst to api_1.10.rst and deprecate *iter functions
Mridul Seth
2015-05-25
2
-3
/
+8
*
Merge pull request #1501 from jtorrents/refactor-connected-components
Aric Hagberg
2015-05-10
1
-0
/
+10
|
\
|
*
Update API changes, all components functions yield sets now.
Jordi Torrents
2015-05-07
1
-3
/
+5
|
*
Refactor and improve the documentation for connected_components.
Jordi Torrents
2015-05-07
1
-0
/
+8
*
|
Cleans documentation for generators.random_graphs
Jeffrey Finkelstein
2015-05-08
1
-0
/
+1
*
|
Merge pull request #1421 from jtorrents/all-cuts-wrap-up
Jordi Torrents
2015-05-07
1
-1
/
+8
|
\
\
|
|
/
|
/
|
|
*
Add all_node_cuts to api_2.0.rst. Also add credit for antichains.
Jordi Torrents
2015-04-27
1
-1
/
+8
*
|
Merge pull request #1481 from Overriders/johnson
chebee7i
2015-05-05
2
-0
/
+6
|
\
\
|
*
|
Solve merge conflicts
Thodoris Sotiropoulos
2015-05-05
1
-5
/
+5
|
*
|
Implement Johnson's algorithm for shortest paths
Thodoris Sotiropoulos
2015-05-05
2
-0
/
+6
[next]