-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'qss-solver-release' into qss-solver-dev
- Loading branch information
Showing
22 changed files
with
46 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## QSS Solver 4.4.0 | ||
## QSS Solver 4.5.0 | ||
|
||
The QSS Solver is a modeling and simulation environment for | ||
continuous and hybrid systems and it's optimized for large scale model simulation. | ||
|
@@ -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 | ||
|
@@ -230,21 +242,10 @@ 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. | ||
|
||
## Bug Reporting | ||
|
||
Report bugs to: [email protected] | ||
Report bugs to: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
FILE=$1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
FILE=$1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
MODEL=$1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
cd .. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# NOTES: -persist is the default option used by the QSS Solver GUI. | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
OPTIONS=$1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
OPTIONS=$1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
cd .. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
FILE=$1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
OPTIONS=$1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
FILE=$1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
if test -n "$(find . -maxdepth 1 -name '*-discrete-*.dat' -print -quit)"; then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
cd $MMOC_SRC/engine/usr/doc/html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# NOTES: --- | ||
# AUTHOR: Joaquin Fernandez, [email protected] | ||
# PROJECT: QSS Solver | ||
# VERSION: 4.4.0 | ||
# VERSION: 4.5.0 | ||
#=================================================================================== | ||
|
||
rm -rf qss-solver-*.deb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.4.0 | ||
4.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters