Skip to content

1.5.0

Compare
Choose a tag to compare
@BSchilperoort BSchilperoort released this 03 Jan 14:48
· 348 commits to main since this release

This version of STEMMUS_SCOPE is only compatible with PyStemmusScope 0.4.0.

Changed:

  • The STEMMUS_SCOPE Matlab Runtime executable now needs version R2023a (#208).

Added:

  • STEMMUS_SCOPE 'BMI'-like mode (#208):
    • The executable can be run in an "interactive" mode.
      In this mode the model's initialization, time update, and finalization can be called upon separately.
    • The model now will write away BMI-required variables to a state file, which can be used for the Python BMI.
  • A dockerfile for the BMI-enabled STEMMUS_SCOPE model, to make the setup easier.

Fixed:

  • use any() function in solveTridiagonalMatrixEquations.m in
    #203