Releases: nathanaelbosch/ProbNumDiffEq.jl
Releases · nathanaelbosch/ProbNumDiffEq.jl
v0.6.4
ProbNumDiffEq v0.6.4
Closed issues:
- Make
ClassicSolverInit
work withSecondOrderODEProblem
s (#132)
Merged pull requests:
- Make
ClassicSolverInit
work withSecondOrderODEProblem
s (#137) (@nathanaelbosch)
v0.6.3
ProbNumDiffEq v0.6.3
Merged pull requests:
- Make the ManifoldUpdate much more efficient (#134) (@nathanaelbosch)
- Remove the StaticArrays dependency since we're not using them (#135) (@nathanaelbosch)
v0.6.2
ProbNumDiffEq v0.6.2
Closed issues:
- Make the solvers compatible with general
DynamicalODEProblem
s (#125)
Merged pull requests:
- Add a tutorial for second-order ODEs and energy preservation (#131) (@nathanaelbosch)
- Remove the warning on
DynamicalODEProblems
and instead raise an error if it's not aSecondOrderODEProblem
(#133) (@nathanaelbosch)
v0.6.1
ProbNumDiffEq v0.6.1
v0.6.0
ProbNumDiffEq v0.6.0
Closed issues:
- Bump the OrdinaryDiffEq.jl compat to v6 (#124)
Merged pull requests:
- Make ProbNumDiffEq compatible with OrdinaryDiffEq 5.71-6.6 (#129) (@nathanaelbosch)
- Make package compatible with OrdinaryDiffEq v6.6 and v6.7 (#130) (@nathanaelbosch)
v0.5.8
ProbNumDiffEq v0.5.8
Merged pull requests:
- Improve the solver documentation (#117) (@nathanaelbosch)
- Add documentation for the filtering and smoothing internals (#118) (@nathanaelbosch)
- Update a bunch of docstrings (#119) (@nathanaelbosch)
- Make tests faster efficient to run (#127) (@nathanaelbosch)
- Bump OrdinaryDiffEq.jl compat to 5.70 (#128) (@nathanaelbosch)
v0.5.7
ProbNumDiffEq v0.5.7
Merged pull requests:
- Improve the Documentation (#111) (@nathanaelbosch)
- CompatHelper: bump compat for TaylorSeries to 0.12, (keep existing compat) (#114) (@github-actions[bot])
- Add a DAE tutorial (#115) (@nathanaelbosch)
- Improve precompilation times (#116) (@nathanaelbosch)
v0.5.6
ProbNumDiffEq v0.5.6
Merged pull requests:
- Check that nf is correct for
SecondOrderODEProblem
s (#109) (@nathanaelbosch) - Fix the documentation github action (#112) (@nathanaelbosch)
- Remove the
prior
field from the ODE filter algorithms (#113) (@nathanaelbosch)
v0.5.5
ProbNumDiffEq v0.5.5
Merged pull requests:
- Simplify the handling of OOP problems (#108) (@nathanaelbosch)