summaryrefslogtreecommitdiff
path: root/networkx/algorithms/bipartite/matrix.py
Commit message (Expand)AuthorAgeFilesLines
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-121-12/+4
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+2
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-181-3/+11
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* Standard imports (#4401)Jarrod Millman2020-12-071-5/+4
* DOC: Rewording re: numpy.matrixRoss Barnowski2020-07-211-1/+1
* Format w/ blackJarrod Millman2020-07-101-10/+15
* Fix exception causes and messages in 12 modules (#4012)Ram Rachum2020-06-221-2/+2
* Convert %-format to fstringJarrod Millman2020-01-011-1/+1
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+1
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-6/+0
* Use pytest for doctestJarrod Millman2019-10-121-7/+3
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-1/+1
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-2/+1
* Fix compatibility issue with new version of scipy. (#2944)Haochen Wu2018-04-161-1/+3
* Update copyrightJarrod Millman2018-01-201-1/+1
* Fix links (#2663)Jarrod Millman2017-09-111-15/+16
* Update copyrightJarrod Millman2017-07-251-1/+1
* Update docs that should use math modeDan Schult2016-03-071-6/+6
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-1/+1
* Update copyrightsMridul Seth2016-01-011-1/+1
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-1/+1
* Merge bipartite reader/writer, adj matrixAric Hagberg2015-03-081-0/+177