summaryrefslogtreecommitdiff
path: root/networkx/classes/tests
Commit message (Expand)AuthorAgeFilesLines
* Adds unit test for new use of string.format().Jeffrey Finkelstein2015-10-281-0/+13
* Merge pull request #1638 from MridulS/adjiterDan Schult2015-07-033-9/+5
|\
| * Update adjacency_iter() method to adjacency() and remove adjacency_list()Mridul Seth2015-07-033-9/+5
* | Make selfloop methods return iterator instead of list in MultiGraph classMridul Seth2015-07-021-2/+2
* | Make selfloop methods return iterator instead of list in graph classMridul Seth2015-07-021-5/+5
|/
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-276-184/+96
* Merge pull request #1589 from MridulS/succprediterDan Schult2015-06-173-31/+28
|\
| * Update changes to G.successors()Mridul Seth2015-06-161-3/+0
| * Remove successors_iter() and predecessors_iter(). G.successors() and G.predec...Mridul Seth2015-06-123-30/+30
* | Merge pull request #1588 from MridulS/neigbhorsiterDan Schult2015-06-172-8/+3
|\ \
| * | Remove neighbors_iter, G.neighbors() now returns an iterator instead of listMridul Seth2015-06-122-8/+3
| |/
* | Solve merge conflictsMridul Seth2015-06-171-5/+5
* | Skip doctests for timingclasses.pyMridul Seth2015-06-171-0/+6
* | Revert changes in timingclasses.pyMridul Seth2015-06-171-58/+204
* | Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-176-266/+116
* | Merge remote-tracking branch 'upstream/iter_refactor' into iter_refactorMridul Seth2015-06-175-54/+49
|\ \
| * | Update changes to G.nodes()Mridul Seth2015-06-162-6/+1
| * | Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-115-52/+52
| |/
* | Fix big for iterator input for digraph.degreeDan Schult2015-06-162-0/+13
|/
* Add is_empty() and update is_weighted() to cover empty graph.chebee7i2015-04-291-0/+9
* Rename to is_negatively_weighted, minor docstring edits.chebee7i2015-04-291-12/+27
* Some code fixesThodoris Sotiropoulos2015-04-271-9/+9
* Merge branch 'master' into checking-weightsThodoris Sotiropoulos2015-04-221-1/+1
|\
| * Fix copyrightsJGab2015-04-211-1/+1
* | Style changesKonstantinos Karakatsanis2015-04-161-1/+1
* | Add negative_weights functionKonstantinos Karakatsanis2015-04-151-0/+21
* | Add weight_edges functionThodoris Sotiropoulos2015-04-111-0/+19
|/
* Remove compatibility code for Python 2.6.chebee7i2015-02-161-10/+0
* Add smoke tests for ordered graph variants.chebee7i2015-02-161-0/+26
* Expand data keyword in G.edges and add default dataDan Schult2015-01-171-0/+5
* Comment out timing nosetests due to travis variation.Dan Schult2015-01-101-9/+11
* Make timing test ratio a bit more forgiving for TravisCI.chebee7i2015-01-061-4/+4
* Improve reporting of errors for timing tests.Dan Schult2015-01-061-15/+16
* Remove timingtest of numpy_matrix and add test G.copy()Dan Schult2015-01-061-1/+2
* Add timing tests and baseline classes to compare to.Dan Schult2015-01-062-0/+4996
* Meld special classes with base classes.Dan Schult2015-01-021-10/+10
* Better proposed structure for OrderedGraph and co.Dan Schult2015-01-011-0/+121
* Allow set_*_attributes functions to work with single attribute value.chebee7i2014-05-151-0/+92
* Move common_neighbors out of link_predictionysitu2014-05-101-60/+103
* assert_in isn't available in TravisCI nose.chebee7i2014-04-291-1/+1
* Use assert_equal and assert_in.chebee7i2014-04-291-4/+4
* Added non-edges enumeration functionKemal Maulana2014-04-281-0/+26
* Fix density to handle single node with self loop case.Aric Hagberg2012-12-281-0/+9
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-081-21/+18
* Allow .remove_edges_from() to work with 4-tuples (u,v,k,d) for multi(di)graph.Dan Schult2012-06-201-1/+16
* Fix Python2-ismAric Hagberg2012-04-151-1/+1
* Add all_neighbors and non_neighbors. Addresses #714Aric Hagberg2012-04-151-0/+50
* Change node lookups to G.node instead of G.adjDan Schult2012-02-051-0/+4
* Add tests to classes to cover missing cases.Aric Hagberg2011-11-184-0/+43
* Split Graph class tests that rely on data structure or edge attributes.Dan Schult2011-07-284-642/+613