Skip to content

Commit

Permalink
Update readme and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Jun 28, 2023
1 parent c9d6cea commit 95edd2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

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

## [4.2.0] - 01-06-2023

### Added
Expand Down
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,14 @@ The makefile script accepts the following targets:

## Changelog

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

## [4.2.0] - 01-06-2023

### Added
Expand All @@ -231,18 +239,6 @@ The makefile script accepts the following targets:
### Changed
- Fix terminate command code generation.

## [4.0.1] - 03-11-2022

### Added
- Compilation **Ubuntu 22.04** is now supported.
- Use State variables values instead of quantized approximation in handler reinit statements for QSS methods.

### Changed
- The QSS methods event structure **SD_EventData** now contains a new matrix that defines the RHS state variables not used in LHS state assignments.

### Removed
- Gtest lib compilation, the compiled libraries are distributed now.

## Licensing

Please see the file called LICENSE.
Expand Down

0 comments on commit 95edd2d

Please sign in to comment.