Version 0.10.0
This release include large changes as follows:
- Drop
Buffer
interface #48TimeEvolution
now accepts only&mut self
which includesBuffer
in the previous release.
- Backend features #64
- New trait
Scheme
#62- Normalize TEO initialization and
- Associated type
Core
to represent e.g.Lorenz63
forRK4
- Refine Lyapunov analysis #55
- You can implement your algorithm flexibly using
lyapunov::Series
iterator.
- You can implement your algorithm flexibly using
Corresponding milestone: https://github.com/termoshtt/eom/milestone/2