v0.1.9
ProbNumDiffEq v0.1.9
Merged pull requests:
- Support for OOP SecondOrderODEProblems (#54) (@nathanaelbosch)
- Better, more thorough convergence tests (#55) (@nathanaelbosch)
- Matrix-valued problems should work now (#56) (@nathanaelbosch)
- Support for scalar-valued ODE problems (#57) (@nathanaelbosch)
- Bugfix matrix-valued ODEs and remove support for scalar problems again (#58) (@nathanaelbosch)
- Only perform an update step if the step has not been rejected! (#59) (@nathanaelbosch)
- Renamed and restructured "measure!", to compute
S
separately (#60) (@nathanaelbosch) - No more preconditioning in the forward-pass of the solver! (#61) (@nathanaelbosch)
- Only use Octavian.jl's matmul for non-abstract arrays (#62) (@nathanaelbosch)
- Made a first benchmark to compare ProbNumDiffEq.jl to various other solver packages (#63) (@nathanaelbosch)
- Initialization via non-probabilistic solvers (#64) (@nathanaelbosch)