Skip to content

Releases: QuEraComputing/DormandPrince.jl

v0.5.2

16 Jan 17:22
Compare
Choose a tag to compare

DormandPrince v0.5.2

Diff since v0.5.1

Release Note

Added pretty printing and docstrings

Merged pull requests:

v0.5.1

05 Jan 03:07
Compare
Choose a tag to compare

DormandPrince v0.5.1

Diff since v0.5.0

Release Note

fixing bug with @kwdef not being default in older versions of Julia, switching to Configurations @option struct.

Merged pull requests:

Closed issues:

  • Handle Errors in high level interface. (#8)
  • make option @option type (#14)

v0.5.0

03 Jan 21:52
b6f2e17
Compare
Choose a tag to compare

DormandPrince v0.5.0

Diff since v0.3.0

Release Note

* moving integrate(::AbstractDPSolver, time) to integrate_core in order to catch errors in integrate!

Merged pull requests:

v0.3.0

03 Jan 20:10
68accef
Compare
Choose a tag to compare

DormandPrince v0.3.0

Diff since v0.2.0

Release Note

  • Adding function to return current state of solver. This is a required interface for AbstractDPSolvers

v0.2.0

03 Jan 20:10
4aba651
Compare
Choose a tag to compare

DormandPrince v0.2.0

Release Note

  • Added implementation of Dorman Prince 8th order solver
  • Adding Abstract interface for future work to follow

Merged pull requests:

Closed issues:

  • TagBot trigger issue (#11)
  • hinit giving unpredictable NaN's for the initial step size guess. (#15)