Releases: SciML/BoundaryValueDiffEq.jl
Releases · SciML/BoundaryValueDiffEq.jl
BoundaryValueDiffEqMIRK-v1.6.1
BoundaryValueDiffEqMIRK BoundaryValueDiffEqMIRK-v1.6.1
Diff since BoundaryValueDiffEqMIRK-v1.6.0
Merged pull requests:
- Add global error control adaptivity (#287) (@ErikQQY)
- Split MIRKN bc and collocation parts (#292) (@ErikQQY)
- Use safe similar (#293) (@ErikQQY)
- Add package quality tests (#300) (@ErikQQY)
- Support ForwardDiff 1.0 (#302) (@ErikQQY)
- Use sources (#303) (@ErikQQY)
- Allow more nested nonlinear solve kwargs in FIRK (#305) (@ErikQQY)
- More abstraction for cache (#307) (@ErikQQY)
- Add two-point BVP BigFloat test case (#310) (@ErikQQY)
- Add derivative interpolation for FIRK (#311) (@ErikQQY)
- update to ForwardDiff@1 (#317) (@oscardssmith)
Closed issues:
- GE control (#34)
- Shooting method fail when specified line search algorithm from LineSearches.jl for nonlinear solvers (#210)
- Start using DifferentiationInterface (#218)
- Manifest update broke my code using BVProblem with solver Shooting(Rodas4P(autodiff=false)) (#304)
- Derivative solution from FIRK is missing (#309)
BoundaryValueDiffEqFIRK-v1.6.1
BoundaryValueDiffEqFIRK BoundaryValueDiffEqFIRK-v1.6.1
Diff since BoundaryValueDiffEqFIRK-v1.6.0
Merged pull requests:
- Add global error control adaptivity (#287) (@ErikQQY)
- Split MIRKN bc and collocation parts (#292) (@ErikQQY)
- Use safe similar (#293) (@ErikQQY)
- Add package quality tests (#300) (@ErikQQY)
- Support ForwardDiff 1.0 (#302) (@ErikQQY)
- Use sources (#303) (@ErikQQY)
- Allow more nested nonlinear solve kwargs in FIRK (#305) (@ErikQQY)
- More abstraction for cache (#307) (@ErikQQY)
- Add two-point BVP BigFloat test case (#310) (@ErikQQY)
- Add derivative interpolation for FIRK (#311) (@ErikQQY)
- update to ForwardDiff@1 (#317) (@oscardssmith)
Closed issues:
- GE control (#34)
- Shooting method fail when specified line search algorithm from LineSearches.jl for nonlinear solvers (#210)
- Start using DifferentiationInterface (#218)
- Manifest update broke my code using BVProblem with solver Shooting(Rodas4P(autodiff=false)) (#304)
- Derivative solution from FIRK is missing (#309)
BoundaryValueDiffEqCore-v1.8.1
BoundaryValueDiffEqCore BoundaryValueDiffEqCore-v1.8.1
Diff since BoundaryValueDiffEqCore-v1.8.0
Merged pull requests:
- Add global error control adaptivity (#287) (@ErikQQY)
- Split MIRKN bc and collocation parts (#292) (@ErikQQY)
- Use safe similar (#293) (@ErikQQY)
- Add package quality tests (#300) (@ErikQQY)
- Support ForwardDiff 1.0 (#302) (@ErikQQY)
- Use sources (#303) (@ErikQQY)
- Allow more nested nonlinear solve kwargs in FIRK (#305) (@ErikQQY)
- More abstraction for cache (#307) (@ErikQQY)
- Add two-point BVP BigFloat test case (#310) (@ErikQQY)
- Add derivative interpolation for FIRK (#311) (@ErikQQY)
- update to ForwardDiff@1 (#317) (@oscardssmith)
Closed issues:
- GE control (#34)
- Shooting method fail when specified line search algorithm from LineSearches.jl for nonlinear solvers (#210)
- Start using DifferentiationInterface (#218)
- Manifest update broke my code using BVProblem with solver Shooting(Rodas4P(autodiff=false)) (#304)
- Derivative solution from FIRK is missing (#309)
BoundaryValueDiffEqAscher-v1.5.1
BoundaryValueDiffEqAscher BoundaryValueDiffEqAscher-v1.5.1
Diff since BoundaryValueDiffEqAscher-v1.5.0
Merged pull requests:
- Add global error control adaptivity (#287) (@ErikQQY)
- Split MIRKN bc and collocation parts (#292) (@ErikQQY)
- Use safe similar (#293) (@ErikQQY)
- Add package quality tests (#300) (@ErikQQY)
- Support ForwardDiff 1.0 (#302) (@ErikQQY)
- Use sources (#303) (@ErikQQY)
- Allow more nested nonlinear solve kwargs in FIRK (#305) (@ErikQQY)
- More abstraction for cache (#307) (@ErikQQY)
- Add two-point BVP BigFloat test case (#310) (@ErikQQY)
- Add derivative interpolation for FIRK (#311) (@ErikQQY)
- update to ForwardDiff@1 (#317) (@oscardssmith)
Closed issues:
- GE control (#34)
- Shooting method fail when specified line search algorithm from LineSearches.jl for nonlinear solvers (#210)
- Start using DifferentiationInterface (#218)
- Manifest update broke my code using BVProblem with solver Shooting(Rodas4P(autodiff=false)) (#304)
- Derivative solution from FIRK is missing (#309)
BoundaryValueDiffEqShooting-v1.6.0
BoundaryValueDiffEqShooting BoundaryValueDiffEqShooting-v1.6.0
Diff since BoundaryValueDiffEqShooting-v1.5.0
Merged pull requests:
v5.16.0
BoundaryValueDiffEq v5.16.0
Merged pull requests:
- Make docs build to gh-pages (#273) (@ChrisRackauckas)
- CompatHelper: bump compat for LinearSolve to 3 for package BoundaryValueDiffEqCore, (keep existing compat) (#275) (@github-actions[bot])
- CompatHelper: bump compat for LinearSolve to 3 for package BoundaryValueDiffEqMIRK, (keep existing compat) (#276) (@github-actions[bot])
- CompatHelper: bump compat for LinearSolve to 3 for package BoundaryValueDiffEqFIRK, (keep existing compat) (#277) (@github-actions[bot])
- CompatHelper: bump compat for LinearSolve to 3 for package BoundaryValueDiffEqShooting, (keep existing compat) (#278) (@github-actions[bot])
- Imrove initial guess handling (#279) (@ErikQQY)
- Add NLLS BVP docs (#280) (@ErikQQY)
- Use DifferentiationInterface for Jacobian stuff (#283) (@ErikQQY)
- Add improved MIRK6 method (#285) (@ErikQQY)
- Ignore dt checking when initial guess is provided (#286) (@ErikQQY)
Closed issues: