Releases: SciML/BoundaryValueDiffEq.jl
Releases · SciML/BoundaryValueDiffEq.jl
v5.12.0
BoundaryValueDiffEq v5.12.0
Merged pull requests:
- Add BVDAE solvers (#217) (@ErikQQY)
- Add license to BoundaryValueDiffEqCore (#219) (@ErikQQY)
- Subpackages use BoundaryValueDiffEqCore (#221) (@ErikQQY)
- CompatHelper: add new compat entry for BoundaryValueDiffEqCore at version 1, (keep existing compat) (#222) (@github-actions[bot])
- ci: test with
1
,lts
andpre
versions of julia (#223) (@thazhemadam) - BoundaryValueDiffEqShooting missing Core compat (#224) (@ErikQQY)
- Done BoundaryValueDiffEq splitting (#225) (@ErikQQY)
- Extension solvers should use Core (#226) (@ErikQQY)
- Fix precompilation on 1.11 (#227) (@ErikQQY)
- CompatHelper for subpackage compats (#228) (@ErikQQY)
- Update Project.toml (#231) (@ErikQQY)
Closed issues:
v5.11.0
v5.10.0
BoundaryValueDiffEq v5.10.0
Merged pull requests:
- Add Lobatto IIIa-c and Radau IIa solvers (#178) (@axla-io)
- Fix support for BigFloat u0 (#202) (@ErikQQY)
- ci: update tests workflow to use centralized reusable workflow and auto-suggest formatting changes on PRs (#204) (@thazhemadam)
- Use VectorOfArray for arrays in MIRK (#205) (@ErikQQY)
- Boundary conditions use VectorOfArray API (#206) (@ErikQQY)
- Refactor FIRK solvers (#211) (@ErikQQY)
Closed issues:
v5.9.1
BoundaryValueDiffEq v5.9.1
Merged pull requests:
- Fix CI (#195) (@ErikQQY)
- COLNEW support multi-points BVP (#196) (@ErikQQY)
- Fix benchmarks CI (#198) (@ErikQQY)
- Fix non-adaptive interpolation (#200) (@ErikQQY)
- Fix StaticArrays support for MIRK methods (#201) (@ErikQQY)
- Fix interpolation for solution derivative (#203) (@ErikQQY)
Closed issues:
v5.9.0
BoundaryValueDiffEq v5.9.0
Merged pull requests:
- fix: don't depend on
ODESolution
internals (#186) (@AayushSabharwal) - Remove recompile_invalidations (#192) (@ChrisRackauckas)
Closed issues:
- Shooting methods fail on flow in a channel tests (#191)
v5.8.0
BoundaryValueDiffEq v5.8.0
Merged pull requests:
- Add MIRK methods in CI benchmarks (#177) (@ErikQQY)
- Bump julia-actions/setup-julia from 1 to 2 (#179) (@dependabot[bot])
- ci: standardise workflows using SciML's reusable workflows (#183) (@thazhemadam)
- Bump julia-actions/cache from 1 to 2 (#184) (@dependabot[bot])
- Migrating to new ADTypes (#188) (@avik-pal)
v5.7.1
BoundaryValueDiffEq v5.7.1
Merged pull requests:
v5.7.0
BoundaryValueDiffEq v5.7.0
Merged pull requests:
v5.6.3
BoundaryValueDiffEq v5.6.3
Merged pull requests:
v5.6.2
BoundaryValueDiffEq v5.6.2
Merged pull requests:
- Remove DiffEqBase upperbound (#154) (@avik-pal)
- Add DEStats and more docstrings for BVPM2 (#156) (@ErikQQY)
- Add COLNEW algorithm (#159) (@ErikQQY)
- Bump actions/cache from 3 to 4 (#160) (@dependabot[bot])
- Bump peter-evans/create-or-update-comment from 3 to 4 (#161) (@dependabot[bot])
- Bump peter-evans/find-comment from 2 to 3 (#162) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#165) (@dependabot[bot])
- ci: explicitly specify token for codecov (#166) (@thazhemadam)
- Run JuliaFormatter.format() (#167) (@LilithHafner)
- Allow Adapt@v4 (#168) (@oscardssmith)
Closed issues:
- Pre-compilation failure (#158)