summaryrefslogtreecommitdiff
path: root/networkx/algorithms/community/quality.py
Commit message (Expand)AuthorAgeFilesLines
* Updating removing explicit import for communities (#6459)Lukong Anne2023-03-171-3/+2
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-051-1/+1
* fix wording in error message (#6228)Isaac Western2022-11-201-1/+1
* plugin based backend infrastructure to use multiple computation backends (#6000)Mridul Seth2022-11-081-0/+2
* Remove coverage and performance from quality (#5775)Jarrod Millman2022-06-161-104/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+1
* Update black (#5438)Mridul Seth2022-03-291-2/+2
* greedy_modularity_communities with digraphs and multi(di)graphs (#5007) (#5007)Thanasis Mattas2021-09-041-3/+3
* Minor Improvements on Networkx/algorithms/community/quality.py (#4939)Dimitrios Papageorgiou2021-06-301-9/+11
* Remove decorator dependency (#4739)Kelly Boothby2021-06-211-10/+6
* Fix issue #3153: generalized modularity maximization (#3260)Xiaoyan Lu2021-02-231-11/+28
* Add partition_quality to compute coverage and performance (coverage and perf...Attila Mester2021-02-081-2/+98
* Format w/ black==20.8b1Jarrod Millman2020-10-061-3/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-1/+1
* Improve modularity calculation (#4103)Lukas Bernwald2020-07-291-25/+39
* Format w/ blackJarrod Millman2020-07-101-5/+9
* Update string formatJarrod Millman2020-01-011-2/+1
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Refactor testsJarrod Millman2019-11-191-4/+4
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Fix many documentation based Issues (#3609)Dan Schult2019-09-291-22/+25
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Update copyrightJarrod Millman2019-03-301-1/+1
* Update copyrightJarrod Millman2018-01-201-1/+1
* Fix for inter_community_edges (#2713)md00002017-10-151-1/+4
* Fix links (#2663)Jarrod Millman2017-09-111-2/+2
* Use dollar sign for inline mathJarrod Millman2017-08-141-3/+3
* Update copyrightJarrod Millman2017-07-251-1/+1
* Rebase of Moves is_partition to community.utils (#2496)Dan Schult2017-07-031-22/+2
* Moves modularity into quality module.Jeffrey Finkelstein2016-07-251-2/+91
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-23/+23
* Fix sphinx autosummary doc generation errors.Dan Schult2016-03-031-7/+0
* Update community/quality to use quotient_graph instead of blockmodelMridul Seth2015-12-291-1/+1
* Adds quality measurements for communities.Jeffrey Finkelstein2015-11-101-65/+234
* added spectrum.py from @bjedwards' codeMoritz Emanuel Beber2015-11-101-2/+1
* first file additions for community detectionMoritz Emanuel Beber2015-11-101-0/+90