Releases: CIFASIS/qss-solver
Releases · CIFASIS/qss-solver
QSS Solver 6.0.0
Added
- New EQSS1, EQSS2 and EQSS3
LIQSSbased methods. - New CHEQSS1, CHEQSS2 and CHEQSS3
LIQSSbased methods. - New Python mehtod to update model parameters.
Removed
- CQSS is deprecated.
The list of all tickets closed for this release is here
Full Changelog: v4.5.3...v6.0.0
QSS Solver 5.0.0
Added
- New CQSS1, CQSS2 and CQSS3 development
QSSmethods that can be edited witout having to recompile the simulation engine. - New Python plot script not the default option, to enable it add
plot_data.pyas the plot command in the GUI settings. - New Python environment for the GUI that loads all the required packages.
- CMake build system instead of plain make files.
The list of all tickets closed for this release is here
Full Changelog: v4.5.3...v5.0.0
QSS Solver 4.5.3
Fixed
- Modified build script to include
Python QSSmodule.
Changed
- Remove local
Scotchlibrary and use system library instead.
The list of all ticket closed for this release is here
Full Changelog: v4.5.2...v4.5.3
v4.5.2
Fixed
- Fixed overflow in
IntegerandRealdefinitions 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_solvermodule to execute and access simulation logs. - New GUI bash widget.
- Added a new model option
partitionOnlyto 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
CVODEsolver. - 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