Skip to content

Releases: SciML/BoundaryValueDiffEq.jl

BoundaryValueDiffEqMIRKN-v1.1.0

11 Jan 12:06
470f2b3
Compare
Choose a tag to compare

BoundaryValueDiffEqMIRKN BoundaryValueDiffEqMIRKN-v1.1.0

Merged pull requests:

Closed issues:

  • saveat doesn't work when specifying a negative part of tspan (#3)
  • TODO list of GSoC (#5)
  • Functions in Types (#6)
  • dt (#7)
  • Clean Files (#8)
  • Abstract typing (#9)
  • DiffEq solution and testing tools (#10)
  • Cleanup test files (#11)
  • Defect control adaptivity (#12)
  • Move problem types (#18)
  • Multiple Shooting Methods (#19)
  • Passing parameters to the residuals method (#23)
  • Utilize reinit fast path in shooting (#26)
  • Improve initial...
Read more

BoundaryValueDiffEqMIRK-v1.3.0

11 Jan 12:06
470f2b3
Compare
Choose a tag to compare

BoundaryValueDiffEqMIRK BoundaryValueDiffEqMIRK-v1.3.0

Merged pull requests:

Closed issues:

  • saveat doesn't work when specifying a negative part of tspan (#3)
  • TODO list of GSoC (#5)
  • Functions in Types (#6)
  • dt (#7)
  • Clean Files (#8)
  • Abstract typing (#9)
  • DiffEq solution and testing tools (#10)
  • Cleanup test files (#11)
  • Defect control adaptivity (#12)
  • Move problem types (#18)
  • Multiple Shooting Methods (#19)
  • Passing parameters to the residuals method (#23)
  • Utilize reinit fast path in shooting (#26)
  • Improve initial g...
Read more

BoundaryValueDiffEqFIRK-v1.3.0

11 Jan 12:06
470f2b3
Compare
Choose a tag to compare

BoundaryValueDiffEqFIRK BoundaryValueDiffEqFIRK-v1.3.0

Merged pull requests:

Closed issues:

  • saveat doesn't work when specifying a negative part of tspan (#3)
  • TODO list of GSoC (#5)
  • Functions in Types (#6)
  • dt (#7)
  • Clean Files (#8)
  • Abstract typing (#9)
  • DiffEq solution and testing tools (#10)
  • Cleanup test files (#11)
  • Defect control adaptivity (#12)
  • Move problem types (#18)
  • Multiple Shooting Methods (#19)
  • Passing parameters to the residuals method (#23)
  • Utilize reinit fast path in shooting (#26)
  • Improve initial g...
Read more

BoundaryValueDiffEqCore-v1.3.0

11 Jan 09:08
470f2b3
Compare
Choose a tag to compare

BoundaryValueDiffEqCore BoundaryValueDiffEqCore-v1.3.0

Merged pull requests:

Closed issues:

  • saveat doesn't work when specifying a negative part of tspan (#3)
  • TODO list of GSoC (#5)
  • Functions in Types (#6)
  • dt (#7)
  • Clean Files (#8)
  • Abstract typing (#9)
  • DiffEq solution and testing tools (#10)
  • Cleanup test files (#11)
  • Defect control adaptivity (#12)
  • Move problem types (#18)
  • Multiple Shooting Methods (#19)
  • Passing parameters to the residuals method (#23)
  • Utilize reinit fast path in shooting (#26)
  • Improve initial g...
Read more

BoundaryValueDiffEqAscher-v1.2.0

11 Jan 09:08
470f2b3
Compare
Choose a tag to compare

BoundaryValueDiffEqAscher BoundaryValueDiffEqAscher-v1.2.0

Merged pull requests:

Closed issues:

  • saveat doesn't work when specifying a negative part of tspan (#3)
  • TODO list of GSoC (#5)
  • Functions in Types (#6)
  • dt (#7)
  • Clean Files (#8)
  • Abstract typing (#9)
  • DiffEq solution and testing tools (#10)
  • Cleanup test files (#11)
  • Defect control adaptivity (#12)
  • Move problem types (#18)
  • Multiple Shooting Methods (#19)
  • Passing parameters to the residuals method (#23)
  • Utilize reinit fast path in shooting (#26)
  • Improve initi...
Read more

BoundaryValueDiffEqAscher-v1.2.0

11 Jan 09:08
470f2b3
Compare
Choose a tag to compare

BoundaryValueDiffEqAscher BoundaryValueDiffEqAscher-v1.2.0

Merged pull requests:

Closed issues:

  • saveat doesn't work when specifying a negative part of tspan (#3)
  • TODO list of GSoC (#5)
  • Functions in Types (#6)
  • dt (#7)
  • Clean Files (#8)
  • Abstract typing (#9)
  • DiffEq solution and testing tools (#10)
  • Cleanup test files (#11)
  • Defect control adaptivity (#12)
  • Move problem types (#18)
  • Multiple Shooting Methods (#19)
  • Passing parameters to the residuals method (#23)
  • Utilize reinit fast path in shooting (#26)
  • Improve initi...
Read more

v5.12.0

31 Oct 09:14
b6379a8
Compare
Choose a tag to compare

BoundaryValueDiffEq v5.12.0

Diff since v5.11.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 and pre 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:

  • Feature request: BVP-DAE support (#76)
  • WARNING: both NonlinearSolve and LineSearches export ... (#220)

v5.11.0

11 Oct 22:47
2e32b57
Compare
Choose a tag to compare

BoundaryValueDiffEq v5.11.0

Diff since v5.10.0

Merged pull requests:

v5.10.0

15 Sep 14:21
0a2b4ac
Compare
Choose a tag to compare

BoundaryValueDiffEq v5.10.0

Diff since v5.9.1

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:

  • BigFloat support for TwoPointBVProblem using MIRK4 (#43)
  • BoundaryValueDiffEq.jl fails to precompile (#207)

v5.9.1

06 Aug 16:22
1268560
Compare
Choose a tag to compare

BoundaryValueDiffEq v5.9.1

Diff since v5.9.0

Merged pull requests:

Closed issues:

  • MIRK methods don't support Static Arrays (#193)
  • MIRK4 interpolation bug (#197)
  • Bug when plotting with MIRK solver (#199)