Skip to content

Commit

Permalink
Updated changelog and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Aug 28, 2024
1 parent 8515201 commit cbfd9d1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Changelog

## [4.4.0] - 28-08-2024

### 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.

## [4.3.0] - 21-09-2022

### Added
Expand Down
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## QSS Solver 4.3.0
## QSS Solver 4.4.0

The QSS Solver is a modeling and simulation environment for
continuous and hybrid systems and it's optimized for large scale model simulation.
Expand Down Expand Up @@ -219,6 +219,17 @@ The makefile script accepts the following targets:

## Changelog

## [4.4.0] - 28-08-2024

### 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.

## [4.3.0] - 21-09-2022

### Added
Expand All @@ -230,14 +241,6 @@ The makefile script accepts the following targets:
### Removed
- **mLIQSS3** is deprecated.

## [4.2.1] - 28-06-2023

### 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.

## Licensing

Please see the file called LICENSE.
Expand Down

0 comments on commit cbfd9d1

Please sign in to comment.