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
I was wondering, did you ever consider building this package to release it on pypi or a conda channel?
An alternative that would avoid the compilation step, would be to use numba? This however shifts the 'problem' to runtime - and adds the numba dependency, which you don't need if you compile ahead.
I'm more a fan of the former approach (release on pypi / conda channel) - it's the least number of dependencies for users in the end.
Let me know what you think!
The text was updated successfully, but these errors were encountered:
Hello Warren,
I was wondering, did you ever consider building this package to release it on pypi or a conda channel?
An alternative that would avoid the compilation step, would be to use numba? This however shifts the 'problem' to runtime - and adds the numba dependency, which you don't need if you compile ahead.
I'm more a fan of the former approach (release on pypi / conda channel) - it's the least number of dependencies for users in the end.
Let me know what you think!
The text was updated successfully, but these errors were encountered: