CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
214 stars 47 forks source link

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

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 3.3 to 3.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 #257 (cdd94d6) into master (477cf50) will increase coverage by 0.13%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #257      +/-   ##
==========================================
+ Coverage   81.75%   81.89%   +0.13%     
==========================================
  Files          17       17              
  Lines        1864     1828      -36     
==========================================
- Hits         1524     1497      -27     
+ Misses        340      331       -9     
Impacted Files Coverage Δ
src/layers/basic.jl 76.00% <0.00%> (-0.93%) :arrow_down:
src/GNNGraphs/utils.jl 73.38% <0.00%> (-0.63%) :arrow_down:
src/GNNGraphs/convert.jl 91.50% <0.00%> (-0.33%) :arrow_down:
src/GNNGraphs/query.jl 93.92% <0.00%> (-0.10%) :arrow_down:
src/GNNGraphs/transform.jl 97.42% <0.00%> (-0.06%) :arrow_down:
src/GNNGraphs/generate.jl 100.00% <0.00%> (ø)
src/GNNGraphs/sampling.jl 100.00% <0.00%> (ø)
src/layers/conv.jl 79.51% <0.00%> (+0.03%) :arrow_up:
src/GNNGraphs/datastore.jl 76.74% <0.00%> (+0.60%) :arrow_up:
src/GNNGraphs/gnnheterograph.jl 25.00% <0.00%> (+1.05%) :arrow_up:
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.