Skip to content

Commit

Permalink
Updated readme and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Jan 3, 2025
1 parent 384e9ae commit 4b0a910
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog

## [4.5.0] - 03-01-2025

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

## [4.4.0] - 28-08-2024

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

## Changelog

## [4.5.0] - 03-01-2025

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

## [4.4.0] - 28-08-2024

### Added
Expand All @@ -230,17 +242,6 @@ The makefile script accepts the following targets:
- Use time variable in initial code.
- Fixed QSS first order method recompute next time.

## [4.3.0] - 21-09-2022

### Added
- **mLIQSS and mLIQSS2** methods are now supported.

### Changed
- Fixed input events code generation for non-autonomous equations.

### Removed
- **mLIQSS3** is deprecated.

## Licensing

Please see the file called LICENSE.
Expand Down

0 comments on commit 4b0a910

Please sign in to comment.