PR: Add solout support to dopri5 and dop853

Hi all, I realise that the ode code has its problems/detractors, but I needed a long requested feature, so I tried to add it: https://github.com/scipy/scipy/pull/366 This enables the use of a callback function which is called at each internal integration step of dopri5 or dop853. This is useful to monitor the ode evolution at its natural time-scale without increasing the output density. It also enables stopping the integration mid-way. This feature was requested quite a while ago, just before my absence from scipy development: http://mail.scipy.org/pipermail/scipy-dev/2010-September/015540.html Comments/improvements welcome. Cheers, John

I guess we could also add DPSS windows for multitaper methods? Sturla On 29.11.2012 16:35, John Travers wrote:
Hi all,
I realise that the ode code has its problems/detractors, but I needed a long requested feature, so I tried to add it:
https://github.com/scipy/scipy/pull/366
This enables the use of a callback function which is called at each internal integration step of dopri5 or dop853. This is useful to monitor the ode evolution at its natural time-scale without increasing the output density. It also enables stopping the integration mid-way.
This feature was requested quite a while ago, just before my absence from scipy development:
http://mail.scipy.org/pipermail/scipy-dev/2010-September/015540.html
Comments/improvements welcome.
Cheers, John
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org http://mail.scipy.org/mailman/listinfo/scipy-dev

Sorry, that should have been a response to the periodogram thread :) Sturla On 05.12.2012 18:37, Sturla Molden wrote:
I guess we could also add DPSS windows for multitaper methods?
Sturla
On 29.11.2012 16:35, John Travers wrote:
Hi all,
I realise that the ode code has its problems/detractors, but I needed a long requested feature, so I tried to add it:
https://github.com/scipy/scipy/pull/366
This enables the use of a callback function which is called at each internal integration step of dopri5 or dop853. This is useful to monitor the ode evolution at its natural time-scale without increasing the output density. It also enables stopping the integration mid-way.
This feature was requested quite a while ago, just before my absence from scipy development:
http://mail.scipy.org/pipermail/scipy-dev/2010-September/015540.html
Comments/improvements welcome.
Cheers, John
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org http://mail.scipy.org/mailman/listinfo/scipy-dev
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org http://mail.scipy.org/mailman/listinfo/scipy-dev
participants (2)
-
John Travers
-
Sturla Molden