summaryrefslogtreecommitdiff
path: root/networkx/algorithms/bipartite
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in bipartite closeness_centrality and thought-o in tests (#5800)Dan Schult2022-06-212-4/+4
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-0213-24/+32
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-316-21/+19
* Adjust the usage of nodes_or_number decorator (#5599)Dan Schult2022-05-122-30/+31
* Fixes #5403: Errors on non-distinct bipartite node sets (#5442)Aaron Z2022-05-084-2/+36
* Update black (#5438)Mridul Seth2022-03-291-2/+2
* Fix functions appearing in variables `__all__` but not in docs for NX2.7 (#5289)Dan Schult2022-02-012-8/+18
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-181-3/+11
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-5/+5
* Change exception varname e to err (#5130)Dan Schult2021-10-153-12/+12
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-081-3/+3
* Refactor testing utilities (#4829)Jarrod Millman2021-05-263-75/+75
* Fix a few broken links in the html docs (#4572)Ross Barnowski2021-05-262-13/+13
* Use pytest.approx (#4827)Jarrod Millman2021-05-212-19/+18
* TST: be more explicit about instance comparison. (#4748)Ross Barnowski2021-04-211-2/+2
* Fix to_vertex_cover (#4667)Han Jaeseung2021-03-182-7/+17
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-091-2/+2
* clean up list comp (#4499)alexpsimone2021-01-081-7/+3
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-2/+2
* Standard imports (#4401)Jarrod Millman2020-12-076-20/+17
* Format w/ black==20.8b1Jarrod Millman2020-10-061-1/+1
* Simplify importsJarrod Millman2020-09-152-16/+8
* Format python in docstrings (#4168)Jarrod Millman2020-08-195-66/+67
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-163-6/+0
* Docs update (#4161)Dan Schult2020-08-162-4/+13
* MAINT: rm to/from_numpy_matrix internallyRoss Barnowski2020-07-211-1/+1
* DOC: Rewording re: numpy.matrixRoss Barnowski2020-07-211-1/+1
* Update documentation of minimum weight full matching (#4062)Søren Fuglede Jørgensen2020-07-102-8/+20
* Fix a few typos in matching docstrings (#4063)Søren Fuglede Jørgensen2020-07-101-3/+3
* Format w/ blackJarrod Millman2020-07-1021-623/+759
* Remove completeness condition from minimum weight full matching (#4057)Søren Fuglede Jørgensen2020-07-092-20/+19
* Fix exception causes and messages in 12 modules (#4012)Ram Rachum2020-06-225-16/+19
* Upgrade to Py36 syntaxJarrod Millman2020-01-018-19/+18
* Convert %-format to fstringJarrod Millman2020-01-013-27/+13
* Remove shebang from non-executablesJarrod Millman2019-11-114-4/+0
* Remove superfluous encoding informationJarrod Millman2019-11-119-9/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-1114-110/+9
* Fix more documentation issues with exceptionsJarrod Millman2019-11-091-2/+3
* Fix documentation issues for exceptions in a few placesSøren Fuglede Jørgensen2019-11-091-10/+5
* Deprecate make_strJarrod Millman2019-10-211-3/+3
* Enable tests (#3678)Jarrod Millman2019-10-211-1/+1
* Skip doctests when missing dependenciesJarrod Millman2019-10-212-13/+0
* Remove unused importsJarrod Millman2019-10-181-1/+0
* PEP8 fixesJarrod Millman2019-10-187-40/+46
* PEP8 fixes to testsJarrod Millman2019-10-183-15/+16
* Remove old Python 2 codeJarrod Millman2019-10-181-19/+6
* Finalize release notesJarrod Millman2019-10-151-6/+7
* Remove nose.tools.SkipTestJarrod Millman2019-10-124-34/+13
* Remove 'from nose.tools import *'Jarrod Millman2019-10-122-22/+19
* Use pytest for doctestJarrod Millman2019-10-122-17/+7