summaryrefslogtreecommitdiff
path: root/networkx/algorithms/operators
Commit message (Expand)AuthorAgeFilesLines
* Fix latexAric Hagberg2015-06-131-11/+13
* Merge pull request #1399 from MridulS/powfuncchebee7i2015-05-042-313/+441
|\
| * Update algorithms/operators/tests/test_product.py to be PEP8 complaintMridul Seth2015-04-161-246/+264
| * Update algorithms/operators/product.py to be PEP8 complaintMridul Seth2015-04-161-78/+88
| * Added power function for simple graphsMridul Seth2015-04-102-1/+101
* | Fix copyrightsJGab2015-04-212-2/+2
|/
* 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
* Fix unreliable tests uncovered by IronPythonysitu2014-07-031-7/+8
* PEP-8 updatesAric Hagberg2013-08-253-54/+53
* Forbid mixing multigraphs and graphs in operatorsAric Hagberg2013-08-253-1/+77
* Don't modify input list in _all() operators.Aric Hagberg2013-07-172-3/+19
* Make nx.reverse() call G.reverse() and use G.reverse() in shortest_path.chebee7i2012-08-101-19/+1
* Add unary reverse() operator.chebee7i2012-08-102-1/+48
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-083-24/+25
* Update attribute handling in operators so that attributes of last graph take ...Aric Hagberg2012-06-124-49/+57
* Add operators that work on lists of graphs.Aric Hagberg2012-04-153-0/+299
* Split tests of unary and binary operators.Aric Hagberg2012-04-152-38/+41
* Split unary operators into module.Aric Hagberg2012-04-152-38/+48
* Move operators.py and product.py to subdirectory operators/Aric Hagberg2012-04-154-0/+1335