summaryrefslogtreecommitdiff
path: root/networkx/algorithms/bipartite
Commit message (Expand)AuthorAgeFilesLines
* Underline length too shortAric Hagberg2015-06-131-1/+1
* Cleans docs and simplifies bipartite.redundancyJeffrey Finkelstein2015-05-082-37/+118
* Skip biadjacency matrix tests if no scipyAric Hagberg2015-03-081-6/+6
* Merge bipartite reader/writer, adj matrixAric Hagberg2015-03-087-84/+837
* remove unnecessary module callSanketDG2015-03-061-1/+1
* change exampleSanketDG2015-03-061-1/+2
* fix docstrings and output graph namesSanketDG2015-03-061-5/+28
* fix module referencesSanketDG2015-03-063-3/+3
* fix testsSanketDG2015-03-053-56/+56
* fix testsSanketDG2015-03-051-1/+1
* fix tests by adapting new functionsSanketDG2015-03-051-2/+2
* import generatorsSanketDG2015-03-051-1/+2
* remove all 'bipartite_' prefixesSanketDG2015-03-051-20/+20
* move generators to bipartite folder with testsSanketDG2015-03-052-0/+779
* Maximum cardinality matching in bipartite graphs.Jeffrey Finkelstein2015-01-143-0/+506
* Use networkx.testing functions for comparing nodes and edges.Jordi Torrents2014-03-261-59/+59
* Fix example for random_bipartiteDan Schult2013-07-191-2/+0
* Merge pull request #771 from jtorrents/bipartite-clusteringAric Hagberg2013-01-082-16/+107
|\
| * Add new clustering functions to the documentation, plus some small docstring ...Jordi Torrents2013-01-081-11/+12
| * Add Robins and Alexander bipartite clusteringJordi Torrents2012-09-232-7/+97
* | More flexible generic weighted projection. Addresses #732Jordi Torrents2012-09-232-23/+64
|/
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-083-11/+15
* Skip tests if numpy not installed.Aric Hagberg2012-05-142-0/+22
* Mark tests that require numpy so they can be skipped with pypy.Aric Hagberg2012-04-151-0/+5
* Switch to lists from sets in doctests because Python2 and Python3 report them...Aric Hagberg2012-02-261-16/+16
* Add bipartite doc patch. Addresses #699Aric Hagberg2012-02-262-47/+87
* Use shorter names and count().Aric Hagberg2012-02-241-13/+8
* Update doc text.Aric Hagberg2012-02-241-4/+4
* fix author, header, and whitespace cleanupAric Hagberg2012-02-241-23/+24
* Add biadjacnecy matrix.Aric Hagberg2012-02-242-3/+113
* Add projection tests.Aric Hagberg2011-12-102-2/+45
* Add bipartite cluster tests.Aric Hagberg2011-12-101-0/+8
* Update bipartite tests.Aric Hagberg2011-12-102-4/+20
* Fixes for pypy compatibility.Aric Hagberg2011-09-111-2/+0
* Handle directed graphs in bipartite functions.Aric Hagberg2011-07-302-2/+13
* Revise "see also" references in bipartite to use short names.Dan Schult2011-07-204-25/+25
* Fix typo.Loïc Séguin-C.2011-07-151-1/+1
* Fix typos/doc errors.Aric Hagberg2011-07-141-10/+10
* Update bipartite algorithms to use weight keywordDan Schult2011-06-182-2/+19
* More small doc fixes.Aric Hagberg2011-05-211-1/+0
* Small documentation fixes. Remove :math: role tag.Aric Hagberg2011-05-214-66/+58
* Add weight keyword to current_flow centrality and spectrum functions. Add t...Dan Schult2011-05-201-3/+6
* Update documentation for bipartite functionsAric Hagberg2011-05-195-37/+34
* Allow weight keyword argument in centrality measures and shortest_path routines.Dan Schult2011-05-181-1/+1
* Put all bipartite functions in biparite/ package and don't import that into t...Aric Hagberg2011-05-1812-114/+578
* Rename functions. Update some of the documentation. Call projected_graph() ...Aric Hagberg2011-05-152-85/+461
* Handle out-degree zero nodes.Aric Hagberg2011-05-092-1/+6
* Add "bipartite" node attribute to indicate which set the node belongs to.Aric Hagberg2011-03-191-0/+8
* Remove tests for obsolete project function.Aric Hagberg2011-03-122-17/+0
* Add warning about deprecated project() function. Addresses #514Aric Hagberg2011-03-101-0/+3