JuliaLinearAlgebra / Octavian.jl

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

CompatHelper: bump compat for "VectorizationBase" to "0.21" #110

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the VectorizationBase package from 0.20.16 to 0.20.16, 0.21.

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.

chriselrod commented 3 years ago

It'll be a while before VectorizationBase 0.21 is pushed through the ecosystem. Also, splitting it apart is 3/4 done, so it might make sense to depend more directly on the relevant pieces. On the other hand, as this depends on LV, it will have to depend on the entire thing anyway.

codecov[bot] commented 3 years ago

Codecov Report

Merging #110 (e6c91ae) into master (8907884) will decrease coverage by 1.58%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
- Coverage   86.62%   85.03%   -1.59%     
==========================================
  Files          11       11              
  Lines         755      755              
==========================================
- Hits          654      642      -12     
- Misses        101      113      +12     
Impacted Files Coverage Δ
src/global_constants.jl 42.00% <0.00%> (-18.00%) :arrow_down:
src/funcptrs.jl 97.01% <0.00%> (-2.99%) :arrow_down:
src/matmul.jl 90.69% <0.00%> (-0.34%) :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 8907884...e6c91ae. Read the comment docs.