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

Switch CI to GHA from Travis #159

Closed dgasmith closed 3 years ago

dgasmith commented 3 years ago

Description

Travis CI has not been particularly stable lately and GHA has a much nicer integration overall.

Status

codecov[bot] commented 3 years ago

Codecov Report

Merging #159 (c0d58b7) into master (c6ff814) will decrease coverage by 2.27%. The diff coverage is n/a.

dgasmith commented 3 years ago

Merging as part of a series of modernization PRs.