ODE.jl has released a v0.1.0, that contained also * ode45, a (4,5)-order adaptive method (there's also a few unexported methods with a few choices for the RK coefficients, e.g. Dormand-Prince, Fehlberg or Cash-Karp coeffs) * ode4s, a 4th order solver for stiff problems (based on the Rosenbrock method, also with a few unexported choices for the coeffients) * ode4ms, a 4th order fixed-step multistep method with Adams-Bashforth-Moulton coefficients
However, the API for ODE.jl is under discussion, and although development happens in irregular bursts of activity, the last of which is a while ago, it is worthwhile to keep that in mind when using the library. There *will* be breaking changes in the next release, whenever that happens. // Tomas On Monday, April 21, 2014 12:39:48 PM UTC+2, Tim Holy wrote: > > On Monday, April 21, 2014 01:20:39 AM Hans W Borchers wrote: > > [a simpler interp1d() function for irregular > > grids might still be helpful] > > It's actually there, I just need to documented it. > > --Tim >
