summaryrefslogtreecommitdiff
path: root/networkx/algorithms/bipartite
Commit message (Expand)AuthorAgeFilesLines
* Add examples to bipartite centrality.py (#6613)Navya Agarwal2023-04-111-0/+21
* Improve test coverage for redundancy.py (#6551)Navya Agarwal2023-03-281-0/+6
* Improve test coverage for edgelist.py (#6507)Navya Agarwal2023-03-171-0/+37
* Lint using Ruff (#6371)danieleades2023-02-193-4/+4
* Update developer requirements (#6429)Jarrod Millman2023-02-143-2/+2
* Improve testing of bipartite projection. (#6196)Michael Holtz2023-02-051-0/+9
* Comment out unused unlayered dict construction. (#6411)Ross Barnowski2023-02-051-6/+11
* Revert 6219 and delete comment. (#6222)Ross Barnowski2022-11-181-1/+1
* Minor Python 2 cleanup (#6219)Ross Barnowski2022-11-161-3/+1
* Tests added in test_centrality.py (#6200)Michael Holtz2022-11-141-0/+16
* plugin based backend infrastructure to use multiple computation backends (#6000)Mridul Seth2022-11-081-0/+1
* Update pytest (#6165)Jarrod Millman2022-11-011-1/+1
* Remove deprecated project function from bipartite package. (#6147)Ross Barnowski2022-10-311-15/+0
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-121-12/+4
* 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