SciML / PolyChaos.jl

A Julia package to construct orthogonal polynomials, their quadrature rules, and use it with polynomial chaos expansions.
https://docs.sciml.ai/PolyChaos/stable/
MIT License
115 stars 26 forks source link

CompatHelper: bump compat for "Distributions" to "0.24" #42

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the Distributions package from 0.23 to 0.23, 0.24.

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-io commented 3 years ago

Codecov Report

Merging #42 (a9b685c) into master (d0091cc) will increase coverage by 2.75%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   71.11%   73.87%   +2.75%     
==========================================
  Files          16       16              
  Lines         786      869      +83     
==========================================
+ Hits          559      642      +83     
  Misses        227      227              
Impacted Files Coverage Δ
src/tensor.jl 100.00% <0.00%> (ø)
src/auxfuns.jl 100.00% <0.00%> (ø)
src/typesTensor.jl 100.00% <0.00%> (ø)
src/multi_indices.jl 100.00% <0.00%> (ø)
src/stieltjes.jl 98.75% <0.00%> (+0.06%) :arrow_up:
src/quadrature_rules.jl 99.00% <0.00%> (+0.08%) :arrow_up:
src/scalar_product.jl 98.11% <0.00%> (+0.19%) :arrow_up:
src/typesMeasures.jl 93.75% <0.00%> (+0.89%) :arrow_up:
src/show.jl 21.33% <0.00%> (+1.06%) :arrow_up:
src/recurrence_coefficients_monic.jl 90.00% <0.00%> (+1.26%) :arrow_up:
... 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 d0091cc...a9b685c. Read the comment docs.