Releases: datagrok-ai/diff-grok
Releases · datagrok-ai/diff-grok
v1.2.0 - Stable release
This release adds the CVODE solver
v1.1.0 - Stable release
Added methods:
v1.0.10 - Stable release
- Updated performance evaluation features
- Updated docs
v1.0.9 - Stable release
diff-grok v1.0.9
- Stable release of diff-grok - a lightweight TypeScript library for solving initial-value problems (IVPs) for ordinary differential equations (ODEs).
- Support for both stiff and non-stiff ODE systems.
- Includes a set of Rosenbrock–Wanner–type solvers:
- MRT (modified Rosenbrock triple)
- ROS3PRw
- ROS34PRw
- Zero-dependency library - easy to install via
npm i diff-grok. - Provides:
- Declarative model specification for ODEs, including initial conditions, step size, tolerance.
- Auto-generated JS/TS code from model specification.
- Smooth integration with Datagrok platform (if used), but usable standalone as an NPM package.
- Example usage included in the README (basic two-equation system).