Releases: pathsim/fastsim
Releases · pathsim/fastsim
Release list
v0.22.0
v0.21.0
Porting parity for pathsim toolbox blocks:
- The adapt registry now covers every pathsim block with a fastsim namesake (102 base classes, was 13). Any
__init__-only subclass of a pathsim base block — including end-user bases likeBVP1D— runs natively on the Rust core. - New algebraic shim: blocks without
initial_value(algebraic / internal-solver blocks, e.g.BVP1Dsubclasses with a customupdate) now get a faithful Python fallback instead of raising. - Verified bit-exact against pathsim on pathsim-chem's
GLCgas-liquid contactor.