summaryrefslogtreecommitdiff
path: root/networkx/algorithms/community/kclique.py
Commit message (Expand)AuthorAgeFilesLines
* Updating removing explicit import for communities (#6459)Lukong Anne2023-03-171-3/+2
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-1/+1
* Format w/ blackJarrod Millman2020-07-101-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-7/+1
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* Restore checking PyPy3 (#3514)Omer Katz2019-08-021-3/+3
* Pep8 fixesJarrod Millman2018-01-201-2/+4
* Rebase of Moves is_partition to community.utils (#2496)Dan Schult2017-07-031-2/+3
* Raise error if k < 2.Aric Hagberg2011-12-071-1/+3
* Fix failing doctest.Aric Hagberg2011-11-301-1/+1
* Make sure all cliques of size k are in community.Aric Hagberg2011-11-241-0/+1
* Fix doctest to work with python2 and python3Aric Hagberg2011-11-131-2/+3
* Ad k-clique.Aric Hagberg2011-11-131-0/+78