JuliaLinearAlgebra / Octavian.jl

Multi-threaded BLAS-like library that provides pure Julia matrix multiplication
https://julialinearalgebra.github.io/Octavian.jl/stable/
Other
226 stars 18 forks source link

CompatHelper: bump compat for "Static" to "0.7" #147

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the Static package from 0.2, 0.3, 0.4, 0.6 to 0.2, 0.3, 0.4, 0.6, 0.7.

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.

ranocha commented 2 years ago

What about re-running CI? The dependency causing the failure here has been updated in https://github.com/JuliaSIMD/CPUSummary.jl/pull/9.

codecov[bot] commented 2 years ago

Codecov Report

Merging #147 (3eec01a) into master (c08737e) will increase coverage by 0.28%. The diff coverage is 85.71%.

@@            Coverage Diff             @@
##           master     #147      +/-   ##
==========================================
+ Coverage   88.06%   88.34%   +0.28%     
==========================================
  Files          13       13              
  Lines         930      927       -3     
==========================================
  Hits          819      819              
+ Misses        111      108       -3     
Impacted Files Coverage Δ
src/Octavian.jl 50.00% <ø> (ø)
src/global_constants.jl 57.14% <ø> (-4.09%) :arrow_down:
src/init.jl 81.48% <75.00%> (+17.19%) :arrow_up:
src/funcptrs.jl 100.00% <100.00%> (ø)
src/memory_buffer.jl 80.95% <100.00%> (+7.03%) :arrow_up:
src/macrokernels.jl 87.83% <0.00%> (-1.36%) :arrow_down:
src/matmul.jl 91.54% <0.00%> (-0.31%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c08737e...3eec01a. Read the comment docs.

chriselrod commented 2 years ago

Really looking for Julia 1.8, so that the coverage=true/Julia 1 tests will be fast.