Releases: nathanaelbosch/ProbNumDiffEq.jl
Releases · nathanaelbosch/ProbNumDiffEq.jl
v0.8.5
v0.8.4
ProbNumDiffEq v0.8.4
Merged pull requests:
- Structure the tests into test groups (#177) (@nathanaelbosch)
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#182) (@github-actions[bot])
- Reduce allocations (#183) (@nathanaelbosch)
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#184) (@github-actions[bot])
- Test DiffEqDevTools.jl a bit better (#186) (@nathanaelbosch)
- Fix bug in the initialization via classic solvers (#187) (@nathanaelbosch)
- Run the benchmarks (#188) (@nathanaelbosch)
v0.8.3
ProbNumDiffEq v0.8.3
Merged pull requests:
- Fix the spelling in
prob_ode_lotkavolterra
(#175) (@nathanaelbosch) - Document how OrdinaryDiffEq.jl is built on (#176) (@nathanaelbosch)
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#178) (@github-actions[bot])
- Correct the installation in README and docs (#179) (@nathanaelbosch)
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#180) (@github-actions[bot])
- Fix SciML v1.51.0 issues with the new ODEProblem definition (#181) (@nathanaelbosch)
v0.8.2
ProbNumDiffEq v0.8.2
Merged pull requests:
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#171) (@github-actions[bot])
- Switch to ODEProblemLibrary.jl (#172) (@nathanaelbosch)
- Precompile better with SnoopPrecompile.jl (#173) (@nathanaelbosch)
- Test with Julia 1.8 instead of 1.7 (#174) (@nathanaelbosch)
v0.8.1
ProbNumDiffEq v0.8.1
Merged pull requests:
- Add benchmark to the documentation by embedding an iframe (#164) (@nathanaelbosch)
- Add Aqua.jl to the tests (#165) (@nathanaelbosch)
- Add Aqua.jl to the tests (#166) (@nathanaelbosch)
- Simplify appxtrue a lot by just calling it on the mean (#167) (@nathanaelbosch)
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#168) (@github-actions[bot])
- Format all markdown files with JuliaFormatter.jl (#169) (@nathanaelbosch)
- Add more MeanProbODESolution constructors to fix the appxtrue error (#170) (@nathanaelbosch)
v0.8.0
ProbNumDiffEq v0.8.0
Merged pull requests:
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#156) (@github-actions[bot])
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#157) (@github-actions[bot])
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#158) (@github-actions[bot])
- Fix typo in docs (#159) (@pitmonticone)
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#160) (@github-actions[bot])
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#161) (@github-actions[bot])
- Simplify the code a bit (#162) (@nathanaelbosch)
- Link to nbviewer to view benchmarks (#163) (@nathanaelbosch)
v0.7.2
ProbNumDiffEq v0.7.2
Merged pull requests:
- One-liner to save some compute on the PI construction (#150) (@nathanaelbosch)
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#151) (@github-actions[bot])
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#152) (@github-actions[bot])
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#153) (@github-actions[bot])
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#154) (@github-actions[bot])
- Fix broken links in README and docs (#155) (@pitmonticone)
v0.7.1
ProbNumDiffEq v0.7.1
Closed issues:
- Use PSDMatrices.jl instead of the small
SquarerootMatrix
implementation in./src/squarerootmatrix.jl
(#120) - Make the benchmark plots visible again (#123)
Merged pull requests:
- Remove Tullio.jl (#149) (@nathanaelbosch)
v0.7.0
ProbNumDiffEq v0.7.0
Merged pull requests:
- Minimal working example with PSDMatrices.jl (#139) (@nathanaelbosch)
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#143) (@github-actions[bot])
- Add Octavian again (#144) (@nathanaelbosch)
- Slightly improve
smooth!
to reduce allocations (#145) (@nathanaelbosch) - CompatHelper: add new compat entry for Octavian at version 0.3, (keep existing compat) (#146) (@github-actions[bot])
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#147) (@github-actions[bot])
- CompatHelper: bump compat for TaylorIntegration to 0.9, (keep existing compat) (#148) (@github-actions[bot])
v0.6.5
ProbNumDiffEq v0.6.5
Merged pull requests:
- Make the EK0 cache type stable (#138) (@nathanaelbosch)
- Fix links to SciML docs (#140) (@ErikQQY)
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#141) (@github-actions[bot])
- Save filtering distributions, even if
smooth=false
(#142) (@nathanaelbosch)