JuliaMath / QuadGK.jl

adaptive 1d numerical Gauss–Kronrod integration in Julia
MIT License
268 stars 37 forks source link

quadgk holds DataStructures.jl to v0.15 #39

Closed CarloLucibello closed 4 years ago

CarloLucibello commented 5 years ago

QuadGK is holding my DataStructures to v0.15.

What is the reason for these lines in the Project.toml?

[compat]
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15"
neversakura commented 4 years ago

It seems to be OK to add 0.17 to compat.

CarloLucibello commented 4 years ago

I would just go with

[compat]
DataStructures = ">= 0.11"

to avoid similar problems in the future. In any case, wether we go with the lower bound or the explicit version list, could you tag a new release?