Eom Versions Save

Configurable ODE/PDE solver

v0.11.0

1 year ago

What's Changed

New features

Changed

Others

New Contributors

Full Changelog: https://github.com/termoshtt/eom/compare/0.10.0...v0.11.0

0.10.0

6 years ago

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

v0.9.0

6 years ago

Breaking changes

  • Rename model to ode module #45

New features

  • New module: pde #45
    • Add Kuramoto-Sivashinsky equation (KSE)

Implementation issues

  • Add no_buffer macro #44

v0.7.0

6 years ago
  • Use ndarray:v0.10 and ndarray-linalg:v0.6
  • Benchmarking #31
    • src/bin/* are moved into examples/
  • Buffered time-evolution #32