index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
algorithms
/
bipartite
/
basic.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
plugin based backend infrastructure to use multiple computation backends (#6000)
Mridul Seth
2022-11-08
1
-0
/
+1
*
Remove redundant py2 numeric conversions (#5661)
Mridul Seth
2022-05-31
1
-2
/
+2
*
Fixes #5403: Errors on non-distinct bipartite node sets (#5442)
Aaron Z
2022-05-08
1
-0
/
+12
*
Fix docstrings and remove unused variables (#4501)
Andrea Tomassilli
2021-01-09
1
-2
/
+2
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
1
-1
/
+1
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-13
/
+13
*
Format w/ black
Jarrod Millman
2020-07-10
1
-11
/
+14
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-8
/
+1
*
Fix more documentation issues with exceptions
Jarrod Millman
2019-11-09
1
-2
/
+3
*
Finalize release notes
Jarrod Millman
2019-10-15
1
-6
/
+7
*
Fix some warnings
Jarrod Millman
2019-10-12
1
-1
/
+2
*
Fix sphinx errors And add links to single_source_dijkstra in docs for dijkstr...
Dan Schult
2019-10-07
1
-1
/
+1
*
Fix Sphinx warnings
Jarrod Millman
2019-09-16
1
-6
/
+3
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-2
/
+2
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-29
/
+33
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-2
/
+2
*
Refactor set_node_attributes() and set_edge_attributes() (#2553)
Michael E. Rose
2017-07-26
1
-1
/
+1
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Improve bipartite documentation.
Jordi Torrents
2017-03-26
1
-2
/
+20
*
Improve variable names and remove comments in bipartite.sets.
Jordi Torrents
2017-03-08
1
-2
/
+2
*
Raise an Exception for disconnected Graphs in bipartite.sets
Jordi Torrents
2017-03-02
1
-5
/
+37
*
Use :exc: for referring to exceptions in docstring
Dan Schult
2016-03-07
1
-1
/
+1
*
Update copyrights
Mridul Seth
2016-01-01
1
-1
/
+1
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
1
-1
/
+1
*
Merge pull request #1589 from MridulS/succprediter
Dan Schult
2015-06-17
1
-2
/
+2
|
\
|
*
Remove successors_iter() and predecessors_iter(). G.successors() and G.predec...
Mridul Seth
2015-06-12
1
-2
/
+2
*
|
Remove neighbors_iter, G.neighbors() now returns an iterator instead of list
Mridul Seth
2015-06-12
1
-1
/
+1
|
/
*
Merge bipartite reader/writer, adj matrix
Aric Hagberg
2015-03-08
1
-83
/
+2
*
Skip tests if numpy not installed.
Aric Hagberg
2012-05-14
1
-0
/
+9
*
Use shorter names and count().
Aric Hagberg
2012-02-24
1
-13
/
+8
*
Update doc text.
Aric Hagberg
2012-02-24
1
-4
/
+4
*
fix author, header, and whitespace cleanup
Aric Hagberg
2012-02-24
1
-23
/
+24
*
Add biadjacnecy matrix.
Aric Hagberg
2012-02-24
1
-3
/
+85
*
Handle directed graphs in bipartite functions.
Aric Hagberg
2011-07-30
1
-1
/
+9
*
Update bipartite algorithms to use weight keyword
Dan Schult
2011-06-18
1
-2
/
+7
*
Update documentation for bipartite functions
Aric Hagberg
2011-05-19
1
-4
/
+4
*
Put all bipartite functions in biparite/ package and don't import that into t...
Aric Hagberg
2011-05-18
1
-22
/
+28
*
Handle out-degree zero nodes.
Aric Hagberg
2011-05-09
1
-1
/
+3
*
Add "bipartite" node attribute to indicate which set the node belongs to.
Aric Hagberg
2011-03-19
1
-0
/
+8
*
Move bipartite functions to package and split files. Add new functions for p...
Aric Hagberg
2011-03-06
1
-0
/
+219