summaryrefslogtreecommitdiff
path: root/networkx/algorithms/operators/binary.py
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple graphs for `@nx._dispatch` (#6628)Jim Kitchen2023-04-251-0/+7
* Make all.py generator friendly (#5984)ddelange2022-09-211-7/+3
* docstring updates for `union`, `disjoint_union`, and `compose` (#5892)Kevin Brown2022-08-041-22/+53
* Remove unused 'name' parameter from `union` (#5741)Dimitrios Papageorgiou2022-06-151-16/+1
* Add examples to compose operation (#5583)Dilara Tekinoglu2022-04-271-0/+29
* Add examples and minor documentaion refactor for operators/binary.py (#5099)Dimitrios Papageorgiou2021-10-181-4/+77
* Faster operators in algorithms/operators/all.py (#5121)kpberry2021-10-121-104/+4
* Deprecate union name param (#5114)Dimitrios Papageorgiou2021-10-061-0/+12
* Improve intersection function (#4588)ldelille2021-02-021-8/+14
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-021-1/+1
* Format w/ black==20.8b1Jarrod Millman2020-10-061-2/+2
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-3/+3
* Format w/ blackJarrod Millman2020-07-101-10/+22
* Minor comments issue (#3787)Salim BELHADDAD2020-01-211-2/+2
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-9/+1
* Deprecate is_string_likeJarrod Millman2019-10-211-3/+2
* Full join operation and cograph generator (#3503)Efraim Rodrigues2019-07-181-1/+71
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-4/+4
* Simplify the Graphview and SubGraphView system (#3073)Dan Schult2018-07-201-2/+2
* Update copyrightJarrod Millman2018-01-201-1/+1
* Remove automatic processing of G.name attribute (#2829)Dan Schult2018-01-141-25/+8
* removed reference to create_using from union docs (#2722)Marco2017-10-261-3/+0
* Comply with pep8Jarrod Millman2017-09-101-2/+2
* Replace __class__ with fresh_copy in G.reverse and elsewhere (#2649)Dan Schult2017-09-071-4/+6
* Simplify base classes. (#2604)Dan Schult2017-08-121-2/+2
* Update copyrightJarrod Millman2017-07-251-1/+1
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-261-2/+4
* Docs for compose now warn about MultiGraph edgekeysDan Schult2016-04-221-0/+4
* Update copyrightsMridul Seth2016-01-011-1/+1
* Merge pull request #1714 from stsouko/masterDan Schult2015-08-131-5/+4
|\
| * merge data of G and H instead replace.Ramil Nugmanov2015-08-071-2/+4
| * merge data of G and H instead replaceRamil Nugmanov2015-08-061-5/+2
* | Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-18/+18
|/
* pep8 fixes for modules in algorithms.operatorsHimanshu Mishra2015-06-141-12/+16
* Fix copyrightsJGab2015-04-211-1/+1
* added doc_string to composealexnikleo2015-03-031-0/+1
* changed doc string for compose functionalexnikleo2015-03-031-1/+0
* Fixed node attributes in compose functionalexnikleo2015-03-031-4/+6
* PEP-8 updatesAric Hagberg2013-08-251-42/+42
* Forbid mixing multigraphs and graphs in operatorsAric Hagberg2013-08-251-1/+10
* Update attribute handling in operators so that attributes of last graph take ...Aric Hagberg2012-06-121-23/+25
* Split unary operators into module.Aric Hagberg2012-04-151-38/+2
* Move operators.py and product.py to subdirectory operators/Aric Hagberg2012-04-151-0/+363