summaryrefslogtreecommitdiff
path: root/networkx/classes/function.py
Commit message (Expand)AuthorAgeFilesLines
...
* Comply with pep8Jarrod Millman2017-08-171-1/+1
* Update docs of base class and function modules. (#2615)Dan Schult2017-08-151-2/+14
* Simplify base classes. (#2604)Dan Schult2017-08-121-17/+150
* Next attempt to meld graphviews with base classes (#2593)Dan Schult2017-08-121-28/+73
* WIP Add reversed view and to_(un)directed view (#2565)Dan Schult2017-07-311-0/+123
* Refactor set_node_attributes() and set_edge_attributes() (#2553)Michael E. Rose2017-07-261-55/+122
* Update copyrightJarrod Millman2017-07-251-1/+1
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-261-4/+4
* Add graph view classes for nodes/edge/degrees (#2458)Dan Schult2017-06-131-40/+39
* Updates set_{node,edge}_attributes and docs.Jeffrey Finkelstein2016-04-081-38/+79
* Cleans the classes.function module.Jeffrey Finkelstein2016-03-221-31/+25
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-10/+10
* Add functions for add_path/star/cycleDan Schult2016-02-021-11/+90
* Update copyrightsMridul Seth2016-01-011-1/+1
* use inbuilt functions in create_empty_copyVarun2015-11-181-5/+2
* fixed repeated code and shallow copy in create_empty_copyVarun2015-11-171-2/+4
* #1849 added with_data parameter to create_empty_copy()Varun2015-11-171-7/+10
* Fix some sphinx formatting errorsDan Schult2015-10-041-2/+2
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-6/+7
* Merge pull request #1589 from MridulS/succprediterDan Schult2015-06-171-2/+2
|\
| * Remove successors_iter() and predecessors_iter(). G.successors() and G.predec...Mridul Seth2015-06-121-2/+2
* | Merge pull request #1588 from MridulS/neigbhorsiterDan Schult2015-06-171-1/+1
|\ \
| * | Remove neighbors_iter, G.neighbors() now returns an iterator instead of listMridul Seth2015-06-121-1/+1
| |/
* | Solve merge conflictsMridul Seth2015-06-171-7/+6
* | Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-14/+4
* | Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-8/+3
|/
* Merge branch 'master' of github.com:networkx/networkxchebee7i2015-04-291-6/+5
|\
| * Speed up non_edges for dense and complete graphsRaf Guns2015-04-281-2/+4
| * Simplify and speed up nx.non_edgesRaf Guns2015-04-281-6/+3
* | Simplify content of is_empty() functionThodoris Sotiropoulos2015-04-291-4/+2
* | Fix doc example errorsThodoris Sotiropoulos2015-04-291-2/+2
* | Add is_empty() and update is_weighted() to cover empty graph.chebee7i2015-04-291-0/+30
* | Rename to is_negatively_weighted, minor docstring edits.chebee7i2015-04-291-44/+50
* | Remove unnecessary elseThodoris Sotiropoulos2015-04-281-2/+1
* | Code simplificationThodoris Sotiropoulos2015-04-281-8/+2
* | Simplify return statement and remove variableThodoris Sotiropoulos2015-04-281-6/+2
* | Some code fixesThodoris Sotiropoulos2015-04-271-13/+11
* | Merge branch 'master' into checking-weightsThodoris Sotiropoulos2015-04-221-1/+1
|\ \ | |/
| * Fix copyrightsJGab2015-04-211-1/+1
* | Merge branch 'checking-weights' of https://github.com/Overriders/networkx int...Konstantinos Karakatsanis2015-04-161-1/+1
|\ \
| * | Fix typo error.Thodoris Sotiropoulos2015-04-161-1/+1
* | | Add useful return statementKonstantinos Karakatsanis2015-04-161-1/+1
* | | Fix typo errorKonstantinos Karakatsanis2015-04-161-1/+1
|/ /
* | Simplify code and remove unnecessary call of weighted_edges functionKonstantinos Karakatsanis2015-04-161-4/+3
* | Style changesKonstantinos Karakatsanis2015-04-161-1/+0
* | Add weight parameter to negative_weights functionKonstantinos Karakatsanis2015-04-151-3/+7
* | Add negative_weights function in _all_ listKonstantinos Karakatsanis2015-04-151-1/+1
* | Add weight parameter to weighted_edges functionThodoris Sotiropoulos2015-04-151-3/+8
* | Add negative_weights functionKonstantinos Karakatsanis2015-04-151-0/+55
* | Add weight_edges functionThodoris Sotiropoulos2015-04-111-1/+49
|/