| Commit message (Expand) | Author | Age | Files | Lines |
| * | Lint using Ruff (#6371) | danieleades | 2023-02-19 | 1 | -14/+14 |
| * | Update developer requirements (#6429) | Jarrod Millman | 2023-02-14 | 1 | -1/+0 |
| * | Fix link in isomorphvf2.py (#6347) | Paula Pérez Bianchi | 2023-01-07 | 1 | -1/+1 |
| * | DOC: Fix links, use DOI links, wayback machine where required (#4868) | Mridul Seth | 2021-06-08 | 1 | -1/+1 |
| * | fix typo in docstring (ismorphism -> isomorphism) (#4756) | CUI Hao | 2021-04-24 | 1 | -1/+1 |
| * | DOC: Remove repeated words (#4410) | Miroslav Šedivý | 2020-12-02 | 1 | -2/+2 |
| * | Format python in docstrings (#4168) | Jarrod Millman | 2020-08-19 | 1 | -4/+4 |
| * | Format w/ black | Jarrod Millman | 2020-07-10 | 1 | -50/+101 |
| * | typo (#3894) | Mahmut Bulut | 2020-04-06 | 1 | -1/+1 |
| * | Upgrade to Py36 syntax | Jarrod Millman | 2020-01-01 | 1 | -18/+14 |
| * | Convert %-format to fstring | Jarrod Millman | 2020-01-01 | 1 | -1/+0 |
| * | Remove superfluous encoding information | Jarrod Millman | 2019-11-11 | 1 | -1/+0 |
| * | Remove boiler plate from top of modules | Jarrod Millman | 2019-11-11 | 1 | -8/+4 |
| * | Remove unused imports | Jarrod Millman | 2019-10-21 | 1 | -1/+0 |
| * | PEP8 fixes | Jarrod Millman | 2019-10-18 | 1 | -4/+4 |
| * | Implemented subgraph monomorphism (#3435) | Diogo Cruz | 2019-05-23 | 1 | -188/+242 |
| * | Handle noncomparable nodes in isomorphism matcher (#3136) | William Bernoudy | 2018-09-15 | 1 | -25/+17 |
| * | Misc. typos (#2872) | luzpaz | 2018-02-14 | 1 | -2/+2 |
| * | Pep8 fixes | Jarrod Millman | 2018-01-20 | 1 | -47/+45 |
| * | Documents orderable node requirement for isom.doc-isom-orderable | Jeffrey Finkelstein | 2016-11-08 | 1 | -6/+18 |
| * | Correct typo | Raphaël Bournhonesque | 2016-08-29 | 1 | -1/+1 |
| * | Remove degree_iter(),now degree() returns an integer for single node and iter... | Mridul Seth | 2015-06-27 | 1 | -2/+2 |
| * | Tweaks to doc to fix sphinx latex formatting. | Aric Hagberg | 2011-07-14 | 1 | -9/+2 |
| * | Applying patch: | Chris Ellison | 2011-06-30 | 1 | -5/+7 |
| * | Addition isomorphism tests and some helper functions. | Chris Ellison | 2011-06-27 | 1 | -155/+155 |
| * | New weighted graph matchers, with node_match parameters. | Chris Ellison | 2011-06-27 | 1 | -1/+0 |
| * | Adjust idiom list( stuff ) where unnecessary--mostly due to 2to3, | Dan Schult | 2011-06-18 | 1 | -4/+2 |
| * | Merging py3k-1.2 branch into trunk. Addresses #348 | loicseguin | 2010-08-02 | 1 | -6/+6 |
| * | Use standard "import networkx as nx" in all modules | aric | 2010-04-17 | 1 | -0/+1 |
| * | Remove with_labels keyword from *degree() methods. | aric | 2010-04-15 | 1 | -2/+2 |
| * | Get rid of the date line that was getting filled by current locale | aric | 2010-03-05 | 1 | -4/+0 |
| * | Declare source code encoding | aric | 2010-03-03 | 1 | -0/+1 |
| * | License change to BSD. | aric | 2009-08-26 | 1 | -2/+2 |
| * | removing debug statements introduced in last changeset | cellison | 2009-05-04 | 1 | -5/+0 |
| * | removing __del__ methods addressing memory leak. fixes #242. | cellison | 2009-05-04 | 1 | -12/+24 |
| * | VF2 algorithm now uses member variables rather than class variables. | cellison | 2009-02-17 | 1 | -205/+176 |
| * | Update vf2 documentation. | aric | 2008-12-29 | 1 | -115/+106 |
| * | DiGraphMatcher derives from GraphMatcher. | cellison | 2008-12-27 | 1 | -167/+118 |
| * | Documentation update to reflect new graph classes. Adds a number of new tests. | cellison | 2008-12-26 | 1 | -147/+209 |
| * | use Python built-in set type | aric | 2008-11-10 | 1 | -9/+8 |
| * | update rst and doc strings for algorithms | aric | 2008-11-08 | 1 | -11/+25 |
| * | Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm... | aric | 2008-11-03 | 1 | -0/+980 |