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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in bipartite closeness_centrality and thought-o in tests (#5800)
Dan Schult
2022-06-21
2
-4
/
+4
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
13
-24
/
+32
*
Remove redundant py2 numeric conversions (#5661)
Mridul Seth
2022-05-31
6
-21
/
+19
*
Adjust the usage of nodes_or_number decorator (#5599)
Dan Schult
2022-05-12
2
-30
/
+31
*
Fixes #5403: Errors on non-distinct bipartite node sets (#5442)
Aaron Z
2022-05-08
4
-2
/
+36
*
Update black (#5438)
Mridul Seth
2022-03-29
1
-2
/
+2
*
Fix functions appearing in variables `__all__` but not in docs for NX2.7 (#5289)
Dan Schult
2022-02-01
2
-8
/
+18
*
Use scipy.sparse array datastructure (#5139)
Ross Barnowski
2022-01-18
1
-3
/
+11
*
Add Mypy type checking infrastructure (#5127)
Ross Barnowski
2021-11-17
1
-5
/
+5
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
3
-12
/
+12
*
DOC: Fix links, use DOI links, wayback machine where required (#4868)
Mridul Seth
2021-06-08
1
-3
/
+3
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
3
-75
/
+75
*
Fix a few broken links in the html docs (#4572)
Ross Barnowski
2021-05-26
2
-13
/
+13
*
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
2
-7
/
+17
*
Fix docstrings and remove unused variables (#4501)
Andrea Tomassilli
2021-01-09
1
-2
/
+2
*
clean up list comp (#4499)
alexpsimone
2021-01-08
1
-7
/
+3
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
1
-2
/
+2
*
Standard imports (#4401)
Jarrod Millman
2020-12-07
6
-20
/
+17
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
1
-1
/
+1
*
Simplify imports
Jarrod Millman
2020-09-15
2
-16
/
+8
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
5
-66
/
+67
*
Remove unnecessary nx imports from doctests (#4163)
Jarrod Millman
2020-08-16
3
-6
/
+0
*
Docs update (#4161)
Dan Schult
2020-08-16
2
-4
/
+13
*
MAINT: rm to/from_numpy_matrix internally
Ross Barnowski
2020-07-21
1
-1
/
+1
*
DOC: Rewording re: numpy.matrix
Ross Barnowski
2020-07-21
1
-1
/
+1
*
Update documentation of minimum weight full matching (#4062)
Søren Fuglede Jørgensen
2020-07-10
2
-8
/
+20
*
Fix a few typos in matching docstrings (#4063)
Søren Fuglede Jørgensen
2020-07-10
1
-3
/
+3
*
Format w/ black
Jarrod Millman
2020-07-10
21
-623
/
+759
*
Remove completeness condition from minimum weight full matching (#4057)
Søren Fuglede Jørgensen
2020-07-09
2
-20
/
+19
*
Fix exception causes and messages in 12 modules (#4012)
Ram Rachum
2020-06-22
5
-16
/
+19
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
8
-19
/
+18
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
3
-27
/
+13
*
Remove shebang from non-executables
Jarrod Millman
2019-11-11
4
-4
/
+0
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
9
-9
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
14
-110
/
+9
*
Fix more documentation issues with exceptions
Jarrod Millman
2019-11-09
1
-2
/
+3
*
Fix documentation issues for exceptions in a few places
Søren Fuglede Jørgensen
2019-11-09
1
-10
/
+5
*
Deprecate make_str
Jarrod Millman
2019-10-21
1
-3
/
+3
*
Enable tests (#3678)
Jarrod Millman
2019-10-21
1
-1
/
+1
*
Skip doctests when missing dependencies
Jarrod Millman
2019-10-21
2
-13
/
+0
*
Remove unused imports
Jarrod Millman
2019-10-18
1
-1
/
+0
*
PEP8 fixes
Jarrod Millman
2019-10-18
7
-40
/
+46
*
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
*
Finalize release notes
Jarrod Millman
2019-10-15
1
-6
/
+7
*
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
*
Use pytest for doctest
Jarrod Millman
2019-10-12
2
-17
/
+7
[next]