-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interpolations.jl cannot be used with julia 0.7 #204
Comments
Notice that some tests will always fail in julia v0.7 due to the following bug: JuliaMath/Interpolations.jl#204 Those tests are omitted when running v0.7 by now.
x-ref: #197 |
So, can we get any update on whether this is a supported package and whether it will be updated on 0.7? |
@ronisbr your original issue should now be fixed, but there may be more things we need to fix next. Can you try again? |
Hi @rdeits , After a little fight with the new package manager, I could use my package against the master branch of Interpolations and everything seems to be fine! Thanks! Can we close the bug now? |
Great! Yes, I think we can close this |
Btw, is it possible to release a new Interpolations.jl version with this fix? I needed it to update my package to support Julia v0.7. |
Hi guys!
I am trying to use Interpolation.jl with julia 0.7 and I get the following error:
Indeed,
Core.Inference
that exists on julia 0.6 is not available anymore in julia 0.7.The text was updated successfully, but these errors were encountered: