Closed ChrisRackauckas closed 7 years ago
THANK YOU VERY MUCH! We will pull it in.
-monty
On Wed, Jun 28, 2017 at 11:25 PM, Christopher Rackauckas < notifications@github.com> wrote:
This PR replaces the usage of ODE.jl with OrdinaryDiffEq.jl, the ODE solvers for DifferentialEquations.jl. The resulting code is more robust and more efficient. Also, ODE.jl is essentially being deprecated for OrdinaryDiffEq.jl and so this will have more maitanance.
You can view, comment on, or merge this pull request online at:
https://github.com/madsjulia/Mads.jl/pull/19 Commit Summary
- switch to OrdinaryDiffEq
File Changes
- M REQUIRE https://github.com/madsjulia/Mads.jl/pull/19/files#diff-0 (2)
- M examples/ode/dode.jl https://github.com/madsjulia/Mads.jl/pull/19/files#diff-1 (5)
- M examples/ode/ode.jl https://github.com/madsjulia/Mads.jl/pull/19/files#diff-2 (11)
- M examples/ode/runtests.jl https://github.com/madsjulia/Mads.jl/pull/19/files#diff-3 (17)
Patch Links:
- https://github.com/madsjulia/Mads.jl/pull/19.patch
- https://github.com/madsjulia/Mads.jl/pull/19.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/madsjulia/Mads.jl/pull/19, or mute the thread https://github.com/notifications/unsubscribe-auth/AFXxeMbChLRlzcyFVr7ujzhDMBfQkNY4ks5sIzVlgaJpZM4OI1pM .
This PR replaces the usage of ODE.jl with OrdinaryDiffEq.jl, the ODE solvers for DifferentialEquations.jl. The resulting code is more robust and more efficient. Also, ODE.jl is essentially being deprecated for OrdinaryDiffEq.jl and so this will have more maitanance.