JuliaLinearAlgebra / Octavian.jl

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

Disable warning by default. #77

Closed chriselrod closed 3 years ago

chriselrod commented 3 years ago

By emitting warnings on loading, Octavian becomes a less appealing dependency for other other packages.

codecov[bot] commented 3 years ago

Codecov Report

Merging #77 (c01a26d) into master (3a95eeb) will decrease coverage by 2.42%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
- Coverage   85.81%   83.39%   -2.43%     
==========================================
  Files          11       10       -1     
  Lines         578      578              
==========================================
- Hits          496      482      -14     
- Misses         82       96      +14     
Impacted Files Coverage Δ
src/init.jl 68.18% <100.00%> (-8.01%) :arrow_down:
src/global_constants.jl 46.66% <0.00%> (-20.00%) :arrow_down:
src/matmul.jl 88.67% <0.00%> (-1.14%) :arrow_down:
src/Octavian.jl

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 3a95eeb...c01a26d. Read the comment docs.