Skip to content

Releases: termoshtt/eom

v0.11.0

20 May 09:33
a8e3c61
Compare
Choose a tag to compare

What's Changed

New features

Changed

Others

New Contributors

Full Changelog: 0.10.0...v0.11.0

Version 0.10.0

19 Feb 02:08
0.10.0
2508784
Compare
Choose a tag to compare

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

Version 0.9.0

04 Oct 17:46
Compare
Choose a tag to compare

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

Version 0.7.0

23 Aug 04:16
Compare
Choose a tag to compare
  • Use ndarray:v0.10 and ndarray-linalg:v0.6
  • Benchmarking #31
    • src/bin/* are moved into examples/
  • Buffered time-evolution #32