Skip to content

v1.0.9 - Stable release

Choose a tag to compare

@vmakarichev vmakarichev released this 02 Dec 20:12
· 70 commits to main since this 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).