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

v3.1 Release #107

Closed dgasmith closed 5 years ago

dgasmith commented 5 years ago

The dynamic path optimizations are in with documentation. I think we should cut a v3.1 release. Any objections?

@jcmgray @mrader1248

mrader1248 commented 5 years ago

No, LGTM.

jcmgray commented 5 years ago

No all good for me.

dgasmith commented 5 years ago

Released, thanks @mrader1248 for the new dp path!