Releases: CIFASIS/qss-solver
Releases · CIFASIS/qss-solver
v4.5.2
Fixed
- Fixed overflow in
Integer
andReal
definitions in SBG lib that causes assertion failures in the compiler.
The list of all ticket closed for this release is here
Full Changelog: v4.5.1...v4.5.2
QSS Solver 4.5.1
Fixed
- Python module model config methods now use Python 3 libconf to access and update the files.
The list of all ticket closed for this release is here
Full Changelog: v4.5.0...v4.5.1
QSS Solver 4.5.0
Added
- New Python module with basic access to the solver, that allows running models, access logs, etc.
- New GUI Python console widget that loads
qss_solver
module to execute and access simulation logs. - New GUI bash widget.
- Added a new model option
partitionOnly
to generate partition logs and info without running the model.
Changed
- Fixed model function includes in generated C code.
- Window geometry changes are now saved.
The list of all ticket closed for this release is here
QSS Solver 4.4.0
Changes in this release:
Added
- Allow discrete Integer definitions to be able to use them as array indexes.
- New MMO_CVODEMaxOder annotation to select the max order used in
CVODE
solver. - New MMO_XOutput annotation that allows selecting state variable output (exerimental).
Changed
- Use time variable in initial code.
- Fixed QSS first order method recompute next time.
The list of all ticket closed for this release is here
QSS Solver 4.3.0
Changes in this release:
Added
- mLIQSS and mLIQSS2 methods are now supported.
Changed
- Fixed input events code generation for non-autonomous equations.
Removed
- mLIQSS3 is deprecated.
The list of all ticket closed for this release is here
QSS Solver 4.2.2
Unstable Release
Changed
- Fix mLIQSS1 and mLIQSS2 methods continuous case.
QSS Solver 4.2.1
Changes in this release:
Added
- Added mLIQSS article models to distribution.
Changed
- Fix mLIQSS recompute next time to only update the Jacobian approximation when the influencer is a state variable.
The list of all ticket closed for this release is here
QSS Solver 4.2.0
Changes in this release:
Added
- Allow quoted Q-IDENT variable definition in MicroModelica.
- Adapt reinit statements and for definition in algorithm sections to new Modelica specification.
- Added code generation for pure algebraic recursive dependencies.
- Added mLIQSS methods as experimental, they can be anebled from extended settings on the GUI.
- Reinit state assignments are now computed using the current state value instead of the quantized value.
Changed
- Fix terminate command code generation.
The list of all ticket closed for this release is here
QSS Solver 4.1.4
Unstable Release
- Fixed leaks on mLIQSS2 method.
QSS Solver 4.1.3
Unstable Release
- Added mLIQSS methods.