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
/
tests
/
test_basic.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant py2 numeric conversions (#5661)
Mridul Seth
2022-05-31
1
-1
/
+1
*
Fixes #5403: Errors on non-distinct bipartite node sets (#5442)
Aaron Z
2022-05-08
1
-0
/
+4
*
Standard imports (#4401)
Jarrod Millman
2020-12-07
1
-3
/
+3
*
Format w/ black
Jarrod Millman
2020-07-10
1
-10
/
+9
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-4
/
+4
*
Remove shebang from non-executables
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove nose.tools.SkipTest
Jarrod Millman
2019-10-12
1
-13
/
+4
*
Replace nose.raises with pytest.raises context manager
Jarrod Millman
2019-10-12
1
-11
/
+7
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
1
-32
/
+32
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-57
/
+55
*
Raise an Exception for disconnected Graphs in bipartite.sets
Jordi Torrents
2017-03-02
1
-3
/
+23
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-1
/
+1
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
1
-6
/
+6
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-1
/
+1
*
Skip biadjacency matrix tests if no scipy
Aric Hagberg
2015-03-08
1
-6
/
+6
*
Merge bipartite reader/writer, adj matrix
Aric Hagberg
2015-03-08
1
-0
/
+1
*
fix tests by adapting new functions
SanketDG
2015-03-05
1
-2
/
+2
*
Skip tests if numpy not installed.
Aric Hagberg
2012-05-14
1
-0
/
+13
*
Mark tests that require numpy so they can be skipped with pypy.
Aric Hagberg
2012-04-15
1
-0
/
+5
*
Add biadjacnecy matrix.
Aric Hagberg
2012-02-24
1
-0
/
+28
*
Update bipartite tests.
Aric Hagberg
2011-12-10
1
-4
/
+13
*
Handle directed graphs in bipartite functions.
Aric Hagberg
2011-07-30
1
-1
/
+4
*
Update bipartite algorithms to use weight keyword
Dan Schult
2011-06-18
1
-0
/
+12
*
Put all bipartite functions in biparite/ package and don't import that into t...
Aric Hagberg
2011-05-18
1
-14
/
+14
*
Handle out-degree zero nodes.
Aric Hagberg
2011-05-09
1
-0
/
+3
*
Fix Python2ism and remove spurious print. Addresses #514
Aric Hagberg
2011-03-06
1
-1
/
+0
*
Move bipartite functions to package and split files. Add new functions for p...
Aric Hagberg
2011-03-06
1
-0
/
+45