summaryrefslogtreecommitdiff
path: root/networkx/algorithms/isomorphism/tests
Commit message (Expand)AuthorAgeFilesLines
* Update pre-commit (#6545)Jarrod Millman2023-03-232-11/+11
* Lint using Ruff (#6371)danieleades2023-02-196-23/+23
* Update developer requirements (#6429)Jarrod Millman2023-02-142-10/+2
* Refactor vf2pp modules and test files (#6334)Dan Schult2023-01-067-1520/+1436
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-051-1/+1
* Fix bug vf2pp is isomorphic issue 6257 (#6270)reneechebbo2022-12-121-0/+6
* Update pytest (#6165)Jarrod Millman2022-11-011-1/+1
* VF2++ for Directed Graphs (#5972)Konstantinos Petridis2022-10-045-103/+1459
* Preliminary VF2++ Implementation (#5788)Konstantinos Petridis2022-09-067-0/+3439
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-026-5/+8
* Replace internal `close` fn with `math.isclose`. (#5224)Ross Barnowski2021-12-121-2/+3
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-081-1/+1
* Reenable tests (#4488)Jarrod Millman2020-12-241-1/+0
* Format w/ black==20.8b1Jarrod Millman2020-10-061-2/+2
* Cleanup old platforms (#4202)Jarrod Millman2020-09-101-4/+0
* Format python in docstrings (#4168)Jarrod Millman2020-08-192-13/+3
* Add tree isomorphism (#4067)Craig Schmidt2020-08-051-0/+294
* Format w/ blackJarrod Millman2020-07-105-216/+365
* Remove unused imports (#3855)Alex Henrie2020-07-061-1/+1
* Prevent KeyError on subgraph_is_monomorphic (#3798)Kang Hong Jin2020-02-011-0/+17
* Upgrade to Py36 syntaxJarrod Millman2020-01-014-11/+11
* Improve test coverageJarrod Millman2019-12-311-1/+9
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-112-2/+0
* Use itertools accumulateJarrod Millman2019-10-181-3/+3
* PEP8 fixes to testsJarrod Millman2019-10-183-19/+19
* Fix deprecated use of add_path/star/cycleDan Schult2019-10-121-11/+11
* remove warnings for using deprecated functionDan Schult2019-10-121-3/+3
* Remove unused importsJarrod Millman2019-10-126-6/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-126-110/+110
* Fix vf2 testsStefan van der Walt2019-10-121-49/+43
* Partially fix v2userfunc testsStefan van der Walt2019-10-121-23/+26
* Use class methods for class setup/teardown, cont.Jarrod Millman2019-10-121-4/+6
* Use class methods for class setup/teardownStefan van der Walt2019-10-123-27/+30
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0
* Implement ISMAGS subgraph isomorphism algorithm (#3312)Peter C Kroon2019-08-151-0/+272
* Implemented subgraph monomorphism (#3435)Diogo Cruz2019-05-231-0/+66
* Handle noncomparable nodes in isomorphism matcher (#3136)William Bernoudy2018-09-151-0/+20
* Pep8 fixesJarrod Millman2018-01-204-52/+63
* Removed unused imports (#2653)James Lamb2017-10-011-2/+1
* Fix links (#2663)Jarrod Millman2017-09-111-65/+72
* Simplify base classes. (#2604)Dan Schult2017-08-121-2/+2
* Next attempt to meld graphviews with base classes (#2593)Dan Schult2017-08-121-8/+11
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-261-7/+7
* Minor attr_dict fixes and add note in release.Dan Schult2016-05-161-5/+5
* Add unit test for unification of generic_multiedge_matchRené Saitenmacher2016-05-071-0/+6
* Unit test for generic_multiedge_matchRené Saitenmacher2016-05-071-1/+34
* Merge pull request #1653 from uredmond/add-temporal-analysischebee7i2016-04-161-0/+206
|\
| * Fixed docstrings, test imports, blank lines, tidied some implementation of ch...Ursula Redmond2015-07-181-11/+1
| * Fixed syntax error for date. Added datetime test.Ursula Redmond2015-07-121-24/+38