JuliaAstro / LombScargle.jl

Compute Lomb-Scargle periodogram, suitable for unevenly sampled data. It supports multi-threading
https://juliaastro.github.io/LombScargle.jl/stable
Other
31 stars 14 forks source link

CompatHelper: bump compat for "SpecialFunctions" to "1.0" #22

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the SpecialFunctions package from 0.5, 0.6, 0.7, 0.8, 0.9, 0.10 to 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 1.0.

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 #22 (4e117a1) into master (9a8834c) will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   99.25%   99.28%   +0.03%     
==========================================
  Files           8        8              
  Lines         267      281      +14     
==========================================
+ Hits          265      279      +14     
  Misses          2        2              
Impacted Files Coverage Δ
src/utils.jl 100.00% <0.00%> (ø)
src/planning.jl 100.00% <0.00%> (ø)
src/LombScargle.jl 100.00% <0.00%> (ø)
src/extirpolation.jl 100.00% <0.00%> (ø)
src/press-rybicki.jl 100.00% <0.00%> (ø)

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 9a8834c...4e117a1. Read the comment docs.