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

use 0.6.0-pre as minimum julia version in REQUIRE #5

Closed tkelman closed 7 years ago

tkelman commented 7 years ago

since struct syntax wouldn't work on early 0.6.0-dev versions, better to stick with julia-0.5-compatible versions of the package there

giordano commented 7 years ago

Thanks!