You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible improvement: remove cython dependency (and numpy dependency before setup) by precompilling cython code and including compiled c code in pypi distribution. Commits 99cbe02 and 3c6fb92 are a first step into this direction.