Releases: nathanaelbosch/ProbNumDiffEq.jl
Releases · nathanaelbosch/ProbNumDiffEq.jl
v0.5.3
ProbNumDiffEq v0.5.3
v0.5.2
ProbNumDiffEq v0.5.2
v0.5.1
ProbNumDiffEq v0.5.1
Merged pull requests:
- Test both 1.6 and 1.7; Specify 1.6 and 1.7 in the Project.toml (#98) (@nathanaelbosch)
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#99) (@github-actions[bot])
- CompatHelper: bump compat for ModelingToolkit to 8, (keep existing compat) (#100) (@github-actions[bot])
- Add a standardtag function to fix errors (#101) (@nathanaelbosch)
- Improve type stability (#102) (@nathanaelbosch)
v0.5.0
ProbNumDiffEq v0.5.0
Merged pull requests:
- CompatHelper: bump compat for ModelingToolkit to 7, (keep existing compat) (#93) (@github-actions[bot])
- Correctly apply the fixed diffusion to the output distribution (#94) (@nathanaelbosch)
- New diffusionmodel features and refactoring (#95) (@nathanaelbosch)
- General refactoring and documentation (#96) (@nathanaelbosch)
- Improve the FixedMVDiffusion model (#97) (@nathanaelbosch)
v0.4.2
v0.4.1
ProbNumDiffEq v0.4.1
Merged pull requests:
- More flexible Runge-Kutta initialization (#87) (@nathanaelbosch)
v0.4.0
ProbNumDiffEq v0.4.0
Merged pull requests:
- Code coverage improvements (#81) (@nathanaelbosch)
- More efficient second-order ODEs (#82) (@nathanaelbosch)
- Better counting of
nf
; Test to be added later (#83) (@nathanaelbosch) - Improve callback code structure (#84) (@nathanaelbosch)
- Create .gitattributes to fix GitHub Languages (#85) (@storopoli)
- feat: improve clarity of intro sentence in Readme (#86) (@corneliusroemer)
- Adjust the Octavian.jl part a bit to reduce the compilation times (#88) (@nathanaelbosch)
- Building on OrdinaryDiffEq to compute Jacobians (#89) (@nathanaelbosch)
- Relax the measurement-type in
update
(#90) (@nathanaelbosch)
v0.3.2
ProbNumDiffEq v0.3.2
Merged pull requests:
- New algorithm: EK1 with additional updates on second derivative information (#80) (@nathanaelbosch)
v0.3.1
v0.3.0
ProbNumDiffEq v0.3.0
Merged pull requests:
- Add a test - and fix - for a 2ndorderODE fixed-diffusion bug (#74) (@nathanaelbosch)
- Update the benchmark (#75) (@nathanaelbosch)
- Restructure the SecondOrderODE tests (#76) (@nathanaelbosch)
- Refactor the filtering functions a bit (#77) (@nathanaelbosch)
- Add mass-matrix functionality to the solvers (#78) (@nathanaelbosch)