PositiveIntegrators.jl.jl follows the interpretation of semantic versioning (semver) used in the Julia ecosystem. Notable changes will be documented in this file for human readability.
- The minimum required Julia version was updated to v1.10
- MPDeC methods of Öffner and Torlo
- The optional keyword argument
d_prototypehas been removed fromPDSProblem
- MPRK methods
MPRK43IandMPRK43IIof Kopecz and Meister - SSP MPRK methods
SSPMPRK22andSSPMPRK43of Huang and Shu
- Production-destruction problems
PDSProblemandConservativePDSProblem, including conversions to standardODEProblems from OrdinaryDiffEq.jl - Some default problems such as
prob_pds_bertolazzi,prob_pds_brusselator,prob_pds_linmod,prob_pds_nonlinmod,prob_pds_npzd,prob_pds_robertson,prob_pds_sir,prob_pds_stratreac - Modified Patankar methods
MPEandMPRK22