summaryrefslogtreecommitdiff
path: root/networkx/algorithms/core.py
Commit message (Expand)AuthorAgeFilesLines
* Allow dispatcher decorator without a namenx-sparseJim Kitchen2022-10-121-1/+1
* Rework the backend dispatchingJim Kitchen2022-10-121-0/+1
* Fix functions appearing in variables `__all__` but not in docs for NX2.7 (#5289)Dan Schult2022-02-011-2/+11
* DOC: Clarify behaviour of k_crust(G, k) (#4831)Bharat Raghunathan2021-05-231-1/+2
* Format w/ blackJarrod Millman2020-07-101-14/+32
* K-truss is defined for edges being in (k-2) triangles and not for k triangles...Oded Green2019-11-121-4/+10
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-12/+0
* Adding onion decomposition (#3461)Antoine Allard2019-06-121-2/+107
* Naive k-truss algorithm implementation. (#3462)Martin James McHugh III2019-06-121-1/+63
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-5/+5
* Update copyrightJarrod Millman2018-01-201-1/+1
* Fix links (#2663)Jarrod Millman2017-09-111-5/+5
* Simplify base classes. (#2604)Dan Schult2017-08-121-2/+2
* Update copyrightJarrod Millman2017-07-251-1/+1
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-3/+3
* changes to author, pep8 and some internal varnamesDan Schult2016-01-291-50/+55
* Fix k_core for directed graphs. Add testsDan Schult2016-01-291-2/+13
* Update copyrightsMridul Seth2016-01-011-1/+1
* Merge master into iter_refactorDan Schult2015-08-071-64/+79
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-2/+2
* Merge pull request #1589 from MridulS/succprediterDan Schult2015-06-171-2/+2
|\
| * Remove successors_iter() and predecessors_iter(). G.successors() and G.predec...Mridul Seth2015-06-121-2/+2
* | Merge pull request #1588 from MridulS/neigbhorsiterDan Schult2015-06-171-1/+1
|\ \
| * | Remove neighbors_iter, G.neighbors() now returns an iterator instead of listMridul Seth2015-06-121-1/+1
| |/
* | Minor docstring fixes.chebee7i2015-06-151-0/+1
|/
* Fix copyrightsJGab2015-04-211-1/+1
* Merge pull request #1150 from frncsrss/fix_core_k_shell_docAric Hagberg2014-05-101-2/+1
|\
| * [fix] wrong definition of the k-shell in the pydocFrancois Rousseau2014-05-101-2/+1
* | [fix] only nodes from the k-shell can be in the k-coronaFrancois Rousseau2014-05-101-2/+2
|/
* k_corona() docstring didn't match function nameArne Neumann2014-02-101-1/+1
* clean whitespaceAric Hagberg2012-04-151-40/+40
* Add comment on k-corona v k-shellAric Hagberg2012-04-151-0/+4
* Apply patch for copying subgraph data. Addresses #588.Aric Hagberg2011-10-031-4/+12
* Doc fixes.Aric Hagberg2011-01-161-35/+27
* Add option to pass core_number as argument.Aric Hagberg2010-10-041-7/+76
* Add k-shell and k-crust. Addresses #443Aric Hagberg2010-10-011-3/+107
* Add punctuation, fixes #400aric2010-09-221-3/+3
* Add punctuation. Fixes #400aric2010-09-221-2/+2
* Add reference, fixes #400Aric Hagberg2010-09-221-0/+7
* Update documentation. Fixes #400Aric Hagberg2010-09-221-4/+4
* Update documentation in core number.aric2010-09-201-3/+3
* Add comment about main core.aric2010-09-201-2/+3
* Update cores to have more descriptive names (core_number and k_core) andaric2010-09-201-24/+101
* Remove with_labels keyword from *degree() methods.aric2010-04-151-1/+1
* Remove with_labels from find_cores(). Now returns dict.aric2010-04-081-12/+4
* Improve documentation in core.py and dag.pyaric2010-04-051-6/+23
* License change to BSD.aric2009-08-261-2/+2
* Added Jason to author string.networkx-1.0rc1dschult2009-08-161-1/+1
* Update core.py to improve speed greatly.dschult2009-08-161-32/+35