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
/
algorithms
/
operators
/
binary.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow multiple graphs for `@nx._dispatch` (#6628)
Jim Kitchen
2023-04-25
1
-0
/
+7
*
Make all.py generator friendly (#5984)
ddelange
2022-09-21
1
-7
/
+3
*
docstring updates for `union`, `disjoint_union`, and `compose` (#5892)
Kevin Brown
2022-08-04
1
-22
/
+53
*
Remove unused 'name' parameter from `union` (#5741)
Dimitrios Papageorgiou
2022-06-15
1
-16
/
+1
*
Add examples to compose operation (#5583)
Dilara Tekinoglu
2022-04-27
1
-0
/
+29
*
Add examples and minor documentaion refactor for operators/binary.py (#5099)
Dimitrios Papageorgiou
2021-10-18
1
-4
/
+77
*
Faster operators in algorithms/operators/all.py (#5121)
kpberry
2021-10-12
1
-104
/
+4
*
Deprecate union name param (#5114)
Dimitrios Papageorgiou
2021-10-06
1
-0
/
+12
*
Improve intersection function (#4588)
ldelille
2021-02-02
1
-8
/
+14
*
DOC: Remove repeated words (#4410)
Miroslav Šedivý
2020-12-02
1
-1
/
+1
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
1
-2
/
+2
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-3
/
+3
*
Format w/ black
Jarrod Millman
2020-07-10
1
-10
/
+22
*
Minor comments issue (#3787)
Salim BELHADDAD
2020-01-21
1
-2
/
+2
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-9
/
+1
*
Deprecate is_string_like
Jarrod Millman
2019-10-21
1
-3
/
+2
*
Full join operation and cograph generator (#3503)
Efraim Rodrigues
2019-07-18
1
-1
/
+71
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-4
/
+4
*
Simplify the Graphview and SubGraphView system (#3073)
Dan Schult
2018-07-20
1
-2
/
+2
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Remove automatic processing of G.name attribute (#2829)
Dan Schult
2018-01-14
1
-25
/
+8
*
removed reference to create_using from union docs (#2722)
Marco
2017-10-26
1
-3
/
+0
*
Comply with pep8
Jarrod Millman
2017-09-10
1
-2
/
+2
*
Replace __class__ with fresh_copy in G.reverse and elsewhere (#2649)
Dan Schult
2017-09-07
1
-4
/
+6
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-2
/
+2
*
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
-2
/
+4
*
Docs for compose now warn about MultiGraph edgekeys
Dan Schult
2016-04-22
1
-0
/
+4
*
Update copyrights
Mridul Seth
2016-01-01
1
-1
/
+1
*
Merge pull request #1714 from stsouko/master
Dan Schult
2015-08-13
1
-5
/
+4
|
\
|
*
merge data of G and H instead replace.
Ramil Nugmanov
2015-08-07
1
-2
/
+4
|
*
merge data of G and H instead replace
Ramil Nugmanov
2015-08-06
1
-5
/
+2
*
|
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-18
/
+18
|
/
*
pep8 fixes for modules in algorithms.operators
Himanshu Mishra
2015-06-14
1
-12
/
+16
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
added doc_string to compose
alexnikleo
2015-03-03
1
-0
/
+1
*
changed doc string for compose function
alexnikleo
2015-03-03
1
-1
/
+0
*
Fixed node attributes in compose function
alexnikleo
2015-03-03
1
-4
/
+6
*
PEP-8 updates
Aric Hagberg
2013-08-25
1
-42
/
+42
*
Forbid mixing multigraphs and graphs in operators
Aric Hagberg
2013-08-25
1
-1
/
+10
*
Update attribute handling in operators so that attributes of last graph take ...
Aric Hagberg
2012-06-12
1
-23
/
+25
*
Split unary operators into module.
Aric Hagberg
2012-04-15
1
-38
/
+2
*
Move operators.py and product.py to subdirectory operators/
Aric Hagberg
2012-04-15
1
-0
/
+363