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
GLMLinearStabilityPlot
andGLMOrderStarPlot
RKAStableCondition
→RKAStable
andRKIStableCondition
→RKIStable
LMMBDF
→LMMBackwardDifferentiationFormula
- Removed
RKSymplecticQ
until reducible methods are handled correctly - Removed
RKType
andGLMType
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
RKIStableCondition
and 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
RKAbsoluteMonotonicityRadius
Stage
option forRKB
and 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.