Skip to content

Version 0.10.0

Compare
Choose a tag to compare
@termoshtt termoshtt released this 19 Feb 02:08
· 88 commits to master since this release
0.10.0
2508784

This release include large changes as follows:

  • Drop Buffer interface #48
    • TimeEvolution now accepts only &mut self which includes Buffer in the previous release.
  • Backend features #64
  • New trait Scheme #62
    • Normalize TEO initialization and
    • Associated type Core to represent e.g. Lorenz63 for RK4
  • Refine Lyapunov analysis #55
    • You can implement your algorithm flexibly using lyapunov::Series iterator.

Corresponding milestone: https://github.com/termoshtt/eom/milestone/2