dgasmith / opt_einsum

⚡️Optimizing einsum functions in NumPy, Tensorflow, Dask, and more with contraction order optimization.
https://dgasmith.github.io/opt_einsum/
MIT License
863 stars 68 forks source link

Publish sdist and bdist wheel #120

Closed groodt closed 4 years ago

groodt commented 4 years ago

Description

The benefits of wheels are well documented. See: https://pythonwheels.com/ This package is pure Python and publishing it as both source and as a wheel is simple.

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@84a805d). Click here to learn what that means. The diff coverage is n/a.

groodt commented 4 years ago

Thanks for the review @dgasmith