Begin cython structure

This commit is contained in:
2023-06-22 17:56:34 +02:00
parent 99321043ec
commit 0094d500d4
15 changed files with 4292 additions and 2 deletions

View File

@@ -16,6 +16,10 @@ lint: ## Lint and static-check
flake8 bayesclass
mypy bayesclass
feature: ## compile FeatureSelect
cmake -B build feature
push: ## Push code with tags
git push && git push --tags