Recent Releases of DormandPrince

DormandPrince - v0.5.2

DormandPrince v0.5.2

Diff since v0.5.1

Release Note

Added pretty printing and docstrings

Merged pull requests: - Better README and added docstrings (#22) (@johnzl-777) - Added pretty printing (#23) (@johnzl-777)

- Julia
Published by github-actions[bot] about 2 years ago

DormandPrince - v0.5.1

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: - switching to @option structs. (#18) (@weinbe58)

Closed issues: - Handle Errors in high level interface. (#8) - make option @option type (#14)

- Julia
Published by github-actions[bot] about 2 years ago

DormandPrince - v0.5.0

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: - Update interface to catch errors. (#17) (@weinbe58)

- Julia
Published by github-actions[bot] about 2 years ago

DormandPrince - v0.3.0

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

- Julia
Published by github-actions[bot] about 2 years ago

DormandPrince - v0.2.0

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: - Suggested Changes. (#1) (@weinbe58) - moving mutable fields into mutable struct. (#2) (@weinbe58) - Convert files to proper Julia Package format (#3) (@johnzl-777) - completed restructuring and code refactor (#4) (@johnzl-777) - Fix names and license (#5) (@johnzl-777) - Fix name of package on README.md (#6) (@johnzl-777) - Improve Code Coverage (#7) (@johnzl-777) - refactor iterator. (#10) (@weinbe58) - Abstract base refactor (#12) (@weinbe58) - Implementation of DP8. (#13) (@weinbe58)

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

- Julia
Published by github-actions[bot] about 2 years ago