summaryrefslogtreecommitdiff
path: root/networkx/algorithms/chordal.py
Commit message (Expand)AuthorAgeFilesLines
* Fix output of is_chordal for empty graphs (#6563)Navya Agarwal2023-04-251-2/+8
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-121-1/+0
* Make chordal_graph_cliques a generator (#5758)Juanita Gomez2022-06-161-80/+34
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+0
* Minor improvements from general code readthrough (#5414)Ross Barnowski2022-03-251-8/+8
* Update black (#4814)Jarrod Millman2021-05-181-1/+1
* Improving code coverage of chordal.py (#4471)cpurmessur2021-01-121-21/+8
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-091-1/+1
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-1/+1
* Format w/ black==20.8b1Jarrod Millman2020-10-061-1/+1
* Prepare for turning chordal_graph_cliques into a generator (#4162)Jarrod Millman2020-08-151-47/+119
* Format w/ blackJarrod Millman2020-07-101-13/+18
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-5/+5
* Convert %-format to fstringJarrod Millman2020-01-011-2/+1
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-6/+0
* Fix some warningsJarrod Millman2019-10-121-1/+2
* Get chordal graph for #1054 (#3353)Julien Klaus2019-08-081-21/+95
* Restore checking PyPy3 (#3514)Omer Katz2019-08-021-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-1/+1
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-5/+5
* Fix links (#2663)Jarrod Millman2017-09-111-2/+2
* Comply with pep8Jarrod Millman2017-08-171-34/+34
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Use :exc: for referring to exceptions in docstringDan Schult2016-03-071-7/+7
* Moves chordal package to module.Jeffrey Finkelstein2015-11-171-0/+346