Jutho / TensorOperations.jl

Julia package for tensor contractions and related operations
https://jutho.github.io/TensorOperations.jl/stable/
Other
453 stars 56 forks source link

CompatHelper: bump compat for CUDA to 4, (keep existing compat) #128

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the CUDA package from 1,2,3 to 1,2,3, 4. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov[bot] commented 1 year ago

Codecov Report

Merging #128 (2811897) into master (7181632) will increase coverage by 0.15%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
+ Coverage   77.12%   77.27%   +0.15%     
==========================================
  Files          22       22              
  Lines        1985     1985              
==========================================
+ Hits         1531     1534       +3     
+ Misses        454      451       -3     
Impacted Files Coverage Δ
src/indexnotation/optimaltree.jl 89.90% <0.00%> (+0.45%) :arrow_up:
src/TensorOperations.jl 94.92% <0.00%> (+1.44%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

roflmaostc commented 1 year ago

Hey @Jutho :smile: ! what's the state of this?

I think some downstream packages depend on this which prevents updating :cry:

roflmaostc commented 1 year ago

Ah nevermind, saw this https://github.com/Jutho/TensorOperations.jl/issues/130