JuliaApproximation / CompactBases.jl

Julia library for function approximation with compact basis functions
MIT License
16 stars 2 forks source link

CompatHelper: bump compat for "LazyArrays" to "0.21" #37

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the LazyArrays package from 0.16, 0.19 to 0.16, 0.19, 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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #37 (62b6da9) into master (4d58f0c) will decrease coverage by 2.10%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
- Coverage   69.59%   67.48%   -2.11%     
==========================================
  Files          21       21              
  Lines        1424     1338      -86     
==========================================
- Hits          991      903      -88     
- Misses        433      435       +2     
Impacted Files Coverage Δ
src/knot_sets.jl 67.53% <0.00%> (-5.41%) :arrow_down:
src/bspline_derivatives.jl 28.12% <0.00%> (-2.18%) :arrow_down:
src/fd_derivatives.jl 58.69% <0.00%> (-2.13%) :arrow_down:
src/restricted_bases.jl 71.79% <0.00%> (-2.02%) :arrow_down:
src/fedvr_derivatives.jl 70.73% <0.00%> (-2.00%) :arrow_down:
src/linear_operators.jl 79.31% <0.00%> (-1.94%) :arrow_down:
src/bsplines.jl 71.53% <0.00%> (-1.76%) :arrow_down:
src/CompactBases.jl 87.50% <0.00%> (-1.39%) :arrow_down:
src/inner_products.jl 92.00% <0.00%> (-1.34%) :arrow_down:
src/finite_differences.jl 77.20% <0.00%> (-1.13%) :arrow_down:
... and 5 more

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 4d58f0c...62b6da9. Read the comment docs.