-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
The upgrade to Julia 1.0 #271
Comments
Right now the major block is just NLsolve.jl, but @pkofod will probably tag a fix on that tomorrow. |
I plan to, yes |
waiting for JuliaLang/METADATA.jl#14861 to continue tagging nlsolve... |
JuliaNLSolvers/NLsolve.jl#170 is next |
(I'm intentionally posting here to ping btw) Edit: should be ready for you now JuliaLang/METADATA.jl#14875 (comment) |
Great! Thanks. |
This may cause a problem in Sundials.jl's wrapper, so keep it in mind when updating if there are any GC segfaults. |
For those following it, DiffEqBase.jl, RecursiveArrayTools.jl, and DiffEqOperators.jl have updated. This means that a substantial amount of the solver packages are new set to do upgrades. Next upgradathon can yield some nice results. |
We're basically done. Some of the non-core libraries will take a few more days but the libraries the vast majority of people are using are done. |
We might as well start. No rush yet, but let's work through some things. The beginning is
https://github.com/JuliaDiffEq/DiffEqBase.jl/blob/master/src/utils.jl#L43
https://travis-ci.org/JuliaDiffEq/DiffEqBase.jl/jobs/362949744#L1450
@tkf do you know of a solution to this?
The text was updated successfully, but these errors were encountered: