Skip to content

Remove numba dependency

Latest
Compare
Choose a tag to compare
@rafa-guedes rafa-guedes released this 02 May 05:18
· 15 commits to master since this release
50ddce0

Replace numba based stats functions by numpy equivalents, the numba ones no longer seem to provide any improvements in performance compared to the pure numpy ones. The numba dependency is removed here making the dependency chain simpler.