Releases: ComputationalScienceLaboratory/Integreat
Releases · ComputationalScienceLaboratory/Integreat
v0.4.0
Install this version:
PacletInstall["https://github.com/ComputationalScienceLaboratory/Integreat/releases/download/v0.4.0/Integreat.paclet"]
Minimum Mathematica version: 13.0.0
Changes
- 📄 🎉 Online documentation 🎉 📄
- Documentation is added to the Mathematica documentation center when Integreat is installed
- Overhauled internal structure for new paclet features introduced in Mathematica 13
- Divided Integreat into the subpackages
Integreat`RK`,Integreat`LMM`, andIntegreat`GLM` - Improved performance for
GLMLinearStabilityPlotandGLMOrderStarPlot RKAStableCondition→RKAStableandRKIStableCondition→RKIStableLMMBDF→LMMBackwardDifferentiationFormula- Removed
RKSymplecticQuntil reducible methods are handled correctly - Removed
RKTypeandGLMType
v0.3.0
Install this version:
PacletInstall["https://github.com/ComputationalScienceLaboratory/Integreat/releases/download/v0.3.0/Integreat.paclet"]
Minimum Mathematica version: 12.1.0
Changes
- Arbitrary index DAE-trees
- Basic usage information for all functions
RKIStableConditionand improved robustness forRKAStableCondition
v0.2.0
Install this version:
PacletInstall["https://github.com/ComputationalScienceLaboratory/Integreat/releases/download/v0.2.0/Integreat.paclet"]
Minimum Mathematica version: 12.1.0
Changes
- Index-2 DAE Trees
RKAbsoluteMonotonicityRadiusStageoption forRKBand all other RK functions that use b coefficients to get per-stage information.
v0.1.0
Install this version:
PacletInstall["https://github.com/ComputationalScienceLaboratory/Integreat/releases/download/v0.1.0/Integreat.paclet"]
Minimum Mathematica version: 12.1.0
This is a first release for testing.