Releases: termoshtt/eom
Releases · termoshtt/eom
v0.11.0
What's Changed
New features
- Documentations for ODEs with KaTeX by @termoshtt in #81
- Crate level document by @termoshtt in #83
Changed
- ndarray 0.15, ndarray-linalg 0.16, fftw 0.8 by @termoshtt in #79
- Make
crate::pde::{kse,she}
private by @termoshtt in #82 - Make
crate::traits
private by @termoshtt in #84
Others
- Switch to circle CI by @termoshtt in #70
- edition update by @termoshtt in #71
- Add minimal benchmarks for Lorenz 63 model by @termoshtt in #72
- Update dependencies by @termoshtt in #73
- Swift-Hohenberg equation by @termoshtt in #74
- GItHub Actions by @termoshtt in #75
- Benchmarking by @termoshtt in #76
- Update ndarray version to be able to use in Windows PC (Intel-MKL). by @doraneko94 in #77
- Setup clippy CI, clippy fixes by @termoshtt in #80
New Contributors
- @doraneko94 made their first contribution in #77
Full Changelog: 0.10.0...v0.11.0
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