Skip to content

Releases: CIFASIS/qss-solver

QSS Solver 6.0.0

09 Dec 17:20

Choose a tag to compare

Added

  • New EQSS1, EQSS2 and EQSS3 LIQSS based methods.
  • New CHEQSS1, CHEQSS2 and CHEQSS3 LIQSS based 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

04 Aug 19:46

Choose a tag to compare

Added

  • New CQSS1, CQSS2 and CQSS3 development QSS methods 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.py as 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

31 Jan 14:47

Choose a tag to compare

Fixed

  • Modified build script to include Python QSS module.

Changed

  • Remove local Scotch library 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

15 Jan 20:32

Choose a tag to compare

Fixed

  • Fixed overflow in Integer and Real 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

14 Jan 17:51

Choose a tag to compare

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

03 Jan 18:22
e0e09b1

Choose a tag to compare

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

28 Aug 13:04

Choose a tag to compare

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

21 Sep 11:33

Choose a tag to compare

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

04 Sep 12:57

Choose a tag to compare

Unstable Release

Changed

- Fix mLIQSS1 and mLIQSS2 methods continuous case. 

QSS Solver 4.2.1

28 Jun 14:06

Choose a tag to compare

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