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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve test coverage for redundancy.py (#6551)
Navya Agarwal
2023-03-28
1
-0
/
+6
*
Improve test coverage for edgelist.py (#6507)
Navya Agarwal
2023-03-17
1
-0
/
+37
*
Lint using Ruff (#6371)
danieleades
2023-02-19
3
-4
/
+4
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
2
-2
/
+1
*
Improve testing of bipartite projection. (#6196)
Michael Holtz
2023-02-05
1
-0
/
+9
*
Tests added in test_centrality.py (#6200)
Michael Holtz
2022-11-14
1
-0
/
+16
*
Update pytest (#6165)
Jarrod Millman
2022-11-01
1
-1
/
+1
*
Fix typo in bipartite closeness_centrality and thought-o in tests (#5800)
Dan Schult
2022-06-21
1
-2
/
+2
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
7
-19
/
+24
*
Remove redundant py2 numeric conversions (#5661)
Mridul Seth
2022-05-31
2
-2
/
+2
*
Adjust the usage of nodes_or_number decorator (#5599)
Dan Schult
2022-05-12
1
-22
/
+20
*
Fixes #5403: Errors on non-distinct bipartite node sets (#5442)
Aaron Z
2022-05-08
2
-0
/
+10
*
Fix functions appearing in variables `__all__` but not in docs for NX2.7 (#5289)
Dan Schult
2022-02-01
1
-8
/
+8
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
3
-75
/
+75
*
Use pytest.approx (#4827)
Jarrod Millman
2021-05-21
2
-19
/
+18
*
TST: be more explicit about instance comparison. (#4748)
Ross Barnowski
2021-04-21
1
-2
/
+2
*
Fix to_vertex_cover (#4667)
Han Jaeseung
2021-03-18
1
-0
/
+10
*
Standard imports (#4401)
Jarrod Millman
2020-12-07
3
-10
/
+6
*
Update documentation of minimum weight full matching (#4062)
Søren Fuglede Jørgensen
2020-07-10
1
-0
/
+12
*
Format w/ black
Jarrod Millman
2020-07-10
10
-488
/
+573
*
Remove completeness condition from minimum weight full matching (#4057)
Søren Fuglede Jørgensen
2020-07-09
1
-9
/
+10
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
5
-8
/
+7
*
Remove shebang from non-executables
Jarrod Millman
2019-11-11
4
-4
/
+0
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
3
-23
/
+0
*
Enable tests (#3678)
Jarrod Millman
2019-10-21
1
-1
/
+1
*
PEP8 fixes
Jarrod Millman
2019-10-18
2
-6
/
+12
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
3
-15
/
+16
*
Remove old Python 2 code
Jarrod Millman
2019-10-18
1
-19
/
+6
*
Remove nose.tools.SkipTest
Jarrod Millman
2019-10-12
4
-34
/
+13
*
Remove 'from nose.tools import *'
Jarrod Millman
2019-10-12
2
-22
/
+19
*
Replace nose.raises with pytest.raises context manager
Jarrod Millman
2019-10-12
6
-53
/
+48
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
2
-25
/
+26
*
Remove unused imports
Jarrod Millman
2019-10-12
5
-6
/
+2
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
10
-193
/
+193
*
replace idiom from networkx import * in test files
Dan Schult
2019-10-12
1
-68
/
+68
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
6
-45
/
+48
*
First round of pytest fixes
Stefan van der Walt
2019-10-12
1
-0
/
+0
*
Remove future imports needed by Py2
Jarrod Millman
2019-09-18
1
-1
/
+0
*
Implement minimum weight full matching of bipartite graphs (#3527)
Søren Fuglede Jørgensen
2019-08-07
1
-1
/
+107
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Enable create_using to be a constructor (#3004)
Dan Schult
2018-06-17
1
-2
/
+79
*
Attempt to fix random test fail in bipartite.generators (#3015)
Dan Schult
2018-06-16
1
-3
/
+5
*
Fix a few bugs to allow bipartite generators accept empty lists. (#2962)
Haochen Wu
2018-05-03
1
-0
/
+33
*
Add test case for not complete random bipartite graph. (#2963)
Haochen Wu
2018-05-03
1
-1
/
+14
*
Allow bipartite configuration model for empty graph (#2961)
Haochen Wu
2018-05-03
1
-0
/
+11
*
Deleted a duplicated test_random_graph in bipartite.tests.test_genera… (#2790)
Mads Jensen
2018-02-02
1
-1
/
+1
*
Pep8 fixes
Jarrod Millman
2018-01-20
9
-746
/
+750
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-4
/
+4
[next]