benfred / implicit

Fast Python Collaborative Filtering for Implicit Feedback Datasets
https://benfred.github.io/implicit/
MIT License
3.57k stars 612 forks source link

Set cython directives globally #666

Closed benfred closed 1 year ago

benfred commented 1 year ago

Set cython directives like language_level=3 and embedsignature=True globally, so that they are applied to all the cython files, rather than manually in each one. This removes a bunch of build warnings about not specifying a language_level while building