Skip to content

WIP: Add `dico kernel` subcommand

Alexandre Blondin Massé requested to merge dico-kernel into master

Checklist

  • Investigate and address valgrind errors in MacOS
  • Decide on what to do with Cython build errors in MacOS
  • Add -b|--backend option to choose between Python and C implementation
  • Activate Flake8 linter for at least Cython
  • Reduce redundancy in digraph.py and cy_digraph.pyx

The objective of this merge request is to add the dico kernel subcommand.

For comparison, the algorithm is implemented both in Python and C. Cython is used to interface with the C native code.

Edited by Alexandre Blondin Massé

Merge request reports