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
/
networkx
/
classes
/
function.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Comply with pep8
Jarrod Millman
2017-08-17
1
-1
/
+1
*
Update docs of base class and function modules. (#2615)
Dan Schult
2017-08-15
1
-2
/
+14
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-17
/
+150
*
Next attempt to meld graphviews with base classes (#2593)
Dan Schult
2017-08-12
1
-28
/
+73
*
WIP Add reversed view and to_(un)directed view (#2565)
Dan Schult
2017-07-31
1
-0
/
+123
*
Refactor set_node_attributes() and set_edge_attributes() (#2553)
Michael E. Rose
2017-07-26
1
-55
/
+122
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Move data structure to private names and replace with readonly structures (#2...
Dan Schult
2017-06-26
1
-4
/
+4
*
Add graph view classes for nodes/edge/degrees (#2458)
Dan Schult
2017-06-13
1
-40
/
+39
*
Updates set_{node,edge}_attributes and docs.
Jeffrey Finkelstein
2016-04-08
1
-38
/
+79
*
Cleans the classes.function module.
Jeffrey Finkelstein
2016-03-22
1
-31
/
+25
*
Change default role for sphinx to 'obj'
Dan Schult
2016-03-03
1
-10
/
+10
*
Add functions for add_path/star/cycle
Dan Schult
2016-02-02
1
-11
/
+90
*
Update copyrights
Mridul Seth
2016-01-01
1
-1
/
+1
*
use inbuilt functions in create_empty_copy
Varun
2015-11-18
1
-5
/
+2
*
fixed repeated code and shallow copy in create_empty_copy
Varun
2015-11-17
1
-2
/
+4
*
#1849 added with_data parameter to create_empty_copy()
Varun
2015-11-17
1
-7
/
+10
*
Fix some sphinx formatting errors
Dan Schult
2015-10-04
1
-2
/
+2
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
1
-6
/
+7
*
Merge pull request #1589 from MridulS/succprediter
Dan Schult
2015-06-17
1
-2
/
+2
|
\
|
*
Remove successors_iter() and predecessors_iter(). G.successors() and G.predec...
Mridul Seth
2015-06-12
1
-2
/
+2
*
|
Merge pull request #1588 from MridulS/neigbhorsiter
Dan Schult
2015-06-17
1
-1
/
+1
|
\
\
|
*
|
Remove neighbors_iter, G.neighbors() now returns an iterator instead of list
Mridul Seth
2015-06-12
1
-1
/
+1
|
|
/
*
|
Solve merge conflicts
Mridul Seth
2015-06-17
1
-7
/
+6
*
|
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-14
/
+4
*
|
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-8
/
+3
|
/
*
Merge branch 'master' of github.com:networkx/networkx
chebee7i
2015-04-29
1
-6
/
+5
|
\
|
*
Speed up non_edges for dense and complete graphs
Raf Guns
2015-04-28
1
-2
/
+4
|
*
Simplify and speed up nx.non_edges
Raf Guns
2015-04-28
1
-6
/
+3
*
|
Simplify content of is_empty() function
Thodoris Sotiropoulos
2015-04-29
1
-4
/
+2
*
|
Fix doc example errors
Thodoris Sotiropoulos
2015-04-29
1
-2
/
+2
*
|
Add is_empty() and update is_weighted() to cover empty graph.
chebee7i
2015-04-29
1
-0
/
+30
*
|
Rename to is_negatively_weighted, minor docstring edits.
chebee7i
2015-04-29
1
-44
/
+50
*
|
Remove unnecessary else
Thodoris Sotiropoulos
2015-04-28
1
-2
/
+1
*
|
Code simplification
Thodoris Sotiropoulos
2015-04-28
1
-8
/
+2
*
|
Simplify return statement and remove variable
Thodoris Sotiropoulos
2015-04-28
1
-6
/
+2
*
|
Some code fixes
Thodoris Sotiropoulos
2015-04-27
1
-13
/
+11
*
|
Merge branch 'master' into checking-weights
Thodoris Sotiropoulos
2015-04-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
|
Merge branch 'checking-weights' of https://github.com/Overriders/networkx int...
Konstantinos Karakatsanis
2015-04-16
1
-1
/
+1
|
\
\
|
*
|
Fix typo error.
Thodoris Sotiropoulos
2015-04-16
1
-1
/
+1
*
|
|
Add useful return statement
Konstantinos Karakatsanis
2015-04-16
1
-1
/
+1
*
|
|
Fix typo error
Konstantinos Karakatsanis
2015-04-16
1
-1
/
+1
|
/
/
*
|
Simplify code and remove unnecessary call of weighted_edges function
Konstantinos Karakatsanis
2015-04-16
1
-4
/
+3
*
|
Style changes
Konstantinos Karakatsanis
2015-04-16
1
-1
/
+0
*
|
Add weight parameter to negative_weights function
Konstantinos Karakatsanis
2015-04-15
1
-3
/
+7
*
|
Add negative_weights function in _all_ list
Konstantinos Karakatsanis
2015-04-15
1
-1
/
+1
*
|
Add weight parameter to weighted_edges function
Thodoris Sotiropoulos
2015-04-15
1
-3
/
+8
*
|
Add negative_weights function
Konstantinos Karakatsanis
2015-04-15
1
-0
/
+55
*
|
Add weight_edges function
Thodoris Sotiropoulos
2015-04-11
1
-1
/
+49
|
/
[prev]
[next]