Releases: QuEraComputing/DormandPrince.jl
Releases · QuEraComputing/DormandPrince.jl
v0.5.2
DormandPrince v0.5.2
Release Note
Added pretty printing and docstrings
Merged pull requests:
- Better README and added docstrings (#22) (@johnzl-777)
- Added pretty printing (#23) (@johnzl-777)
v0.5.1
DormandPrince v0.5.1
Release Note
fixing bug with @kwdef
not being default in older versions of Julia, switching to Configurations
@option
struct.
Merged pull requests:
Closed issues:
v0.5.0
DormandPrince v0.5.0
Release Note
* moving integrate(::AbstractDPSolver, time)
to integrate_core
in order to catch errors in integrate!
Merged pull requests:
v0.3.0
DormandPrince v0.3.0
Release Note
- Adding function to return current state of solver. This is a required interface for AbstractDPSolvers
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: