summaryrefslogtreecommitdiff
path: root/networkx/algorithms/components/biconnected.py
Commit message (Expand)AuthorAgeFilesLines
* Enhance biconnected components to avoid indexing (#5974)Morrison Turnansky2022-09-121-3/+9
* Dont compute all biconnected components in `is_biconnected()` (#5688)Matus Valo2022-06-091-9/+14
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-7/+3
* Format w/ blackJarrod Millman2020-07-101-9/+11
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-2/+1
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+0
* Fix more documentation issues with exceptionsJarrod Millman2019-11-091-4/+4
* Remove unused importsJarrod Millman2019-10-211-1/+0
* Remove unused importsJarrod Millman2019-10-181-1/+0
* Remove deprecated functions and methods. add to release notes.Dan Schult2019-10-121-17/+3
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-3/+3
* Update copyrightJarrod Millman2018-01-201-1/+1
* Deprecate component_subgraphs functions (#2819)Dan Schult2018-01-091-93/+15
* [ENH] Added functions for k-edge-connected components/subgraphs (#2554)Jon Crall2017-08-081-0/+7
* Update copyrightJarrod Millman2017-07-251-1/+1
* update documentation for articulation_pointsleotrs2016-12-151-5/+5
* change articulation_points so that it only returns every vertex once - solves...leotrs2016-12-141-1/+5
* Correct see also linksMichael-E-Rose2016-04-201-4/+4
* Apply PEP8 in codeMichael-E-Rose2016-04-161-11/+12
* Format/Correct/Extend docstrings and update top of modulesMichael-E-Rose2016-04-161-35/+37
* Refactor and improve the documentation for connected_components.Jordi Torrents2015-05-071-38/+94
* Whitespace and formatting cleanupAric Hagberg2013-11-121-19/+19
* change the other code in networkx/algorithms/components to return generators ...francis.chan2013-11-121-27/+24
* Be explicit about attr_dict in edge_subgraph and more testsDan Schult2011-10-081-1/+1
* Fix typo in edge_subgraphDan Schult2011-10-081-1/+1
* Apply patch for copying subgraph data. Addresses #588.Aric Hagberg2011-10-031-2/+12
* Add patch to switch back to simpler _dfs algorithm.Aric Hagberg2011-08-051-40/+26
* Function for articulation points and biconnected components.Aric Hagberg2011-08-051-66/+87
* Add biconnected articulation points and biconnected components functions. Ad...Aric Hagberg2011-08-011-0/+400