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

Fix Julia versions and dependencies #41

Closed timueh closed 3 years ago

timueh commented 3 years ago

As of this merge, only Julia versions >= 1.3 are supported. The Project.toml was thinned out. #39

codecov-commenter commented 3 years ago

Codecov Report

Merging #41 into master will decrease coverage by 4.31%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
- Coverage   75.43%   71.11%   -4.32%     
==========================================
  Files          16       16              
  Lines         741      786      +45     
==========================================
  Hits          559      559              
- Misses        182      227      +45     
Impacted Files Coverage Δ
src/densities.jl 65.21% <0.00%> (-13.73%) :arrow_down:
src/polynomial_chaos.jl 15.75% <0.00%> (-3.58%) :arrow_down:
src/typesMeasures.jl 92.85% <0.00%> (-3.44%) :arrow_down:
src/evaluate.jl 58.53% <0.00%> (-3.01%) :arrow_down:
src/show.jl 20.27% <0.00%> (-2.81%) :arrow_down:
src/recurrence_coefficients_monic.jl 88.73% <0.00%> (-1.27%) :arrow_down:
src/typesOrthoPolys.jl 92.40% <0.00%> (-1.19%) :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 90fde15...2040951. Read the comment docs.