summaryrefslogtreecommitdiff
path: root/networkx/algorithms/bipartite/generators.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Adjust the usage of nodes_or_number decorator (#5599)Dan Schult2022-05-121-8/+11
* clean up list comp (#4499)alexpsimone2021-01-081-7/+3
* Format w/ blackJarrod Millman2020-07-101-18/+27
* Convert %-format to fstringJarrod Millman2020-01-011-16/+8
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+0
* Remove unused importsJarrod Millman2019-10-181-1/+0
* Fix many documentation based Issues (#3609)Dan Schult2019-09-291-28/+51
* Add reference for preferential_attachment_graph (#3364)Dan Schult2019-03-301-1/+5
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-7/+7
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-28/+25
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-58/+33
* Fix a few bugs to allow bipartite generators accept empty lists. (#2962)Haochen Wu2018-05-031-3/+3
* Allow bipartite configuration model for empty graph (#2961)Haochen Wu2018-05-031-1/+1
* link DOIs to preferred resolver (#2879)Katrin Leinweber2018-02-231-1/+1
* use a generic Integral type for parameters checkDima Pasechnik2017-12-151-1/+2
* Update docsJarrod Millman2017-08-181-147/+155
* Refactor set_node_attributes() and set_edge_attributes() (#2553)Michael E. Rose2017-07-261-1/+1
* Change sphinx config to improve parametersDan Schult2016-03-081-2/+0
* Overload graph generators to allow nodes or numberDan Schult2016-01-081-41/+46
* change exampleSanketDG2015-03-061-1/+2
* fix docstrings and output graph namesSanketDG2015-03-061-5/+28
* remove all 'bipartite_' prefixesSanketDG2015-03-051-20/+20
* move generators to bipartite folder with testsSanketDG2015-03-051-0/+571