JuliaMath / Cubature.jl

One- and multi-dimensional adaptive integration routines for the Julia language
Other
126 stars 21 forks source link

Fixdeps 0.7 #40

Closed scheidan closed 5 years ago

scheidan commented 6 years ago

Removed all dep warnings for 0.7

I've followed this guide until step 5: https://discourse.julialang.org/t/updating-packages-from-julia-v0-6-to-0-7/5103

Thanks for this great package! I hope that helps.

stevengj commented 6 years ago

You also need to update the .travis.yml and appveyor.yml files. Just copy the ones from https://github.com/stevengj/HCubature.jl

scheidan commented 6 years ago

It seems that Base.info exists in 0.7 but was removed in 1.0 which breaks the package installation. Nor sure how to find it again... Of course we could simply remove the infos.

giordano commented 6 years ago

It seems that Base.info exists in 0.7 but was removed in 1.0 which breaks the package installation. Nor sure how to find it again...

Now it's a macro: @info.

scheidan commented 5 years ago

Is there anything else I should add/change?

JanisErdmanis commented 5 years ago

One can also add Project.toml and Manifest.toml files to make the package compatible with the new Pkg.

Cubature.zip

gwater commented 5 years ago

I've been using this branch for a while and it seems pretty stable. Any chance it could be merged into master soon?

stevengj commented 5 years ago

Thanks!