Skip to content

Commit aba0cba

Browse files
Merge branch 'qss-solver-release' into qss-solver-dev
2 parents ee2a86f + 16c8f27 commit aba0cba

23 files changed

Lines changed: 34 additions & 31 deletions

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
## [6.0.2] - 11-05-2026
4+
5+
### Fixed
6+
- **GUI Initialization** scripts, environment variables and app icon.
7+
- **Python module initialization** for stand alone scripts.
8+
39
## [6.0.0] - 09-12-2025
410

511
### Added

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## QSS Solver 6.0.0
1+
## QSS Solver 6.0.2
22

33
The QSS Solver is a modeling and simulation environment for
44
continuous and hybrid systems and it's optimized for large scale model simulation.
@@ -212,6 +212,12 @@ The simplest way to compile this package is:
212212

213213
## Changelog
214214

215+
## [6.0.2] - 11-05-2026
216+
217+
### Fixed
218+
- **GUI Initialization** scripts, environment variables and app icon.
219+
- **Python module initialization** for stand alone scripts.
220+
215221
## [6.0.0] - 09-12-2025
216222

217223
### Added
@@ -234,15 +240,6 @@ The simplest way to compile this package is:
234240
- Changed default install path.
235241
- Updated/Improved all binary scripts.
236242

237-
## [4.5.3] - 29-01-2025
238-
239-
### Fixed
240-
- Modified build script to include `Python QSS` module.
241-
242-
### Changed
243-
- Remove local `Scotch` library and use system library instead.
244-
245-
246243
## Licensing
247244

248245
Please see the file called LICENSE.

bin/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# NOTES: ---
1616
# AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com
1717
# PROJECT: QSS Solver
18-
# VERSION: 6.0.0
18+
# VERSION: 6.0.2
1919
#===================================================================================
2020

2121
# Check if a parameter is provided

bin/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# NOTES: ---
1919
# AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com
2020
# PROJECT: QSS Solver
21-
# VERSION: 6.0.0
21+
# VERSION: 6.0.2
2222
#===================================================================================
2323

2424
set -e # Exit immediately if a command exits with a non-zero status.

bin/createLog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# NOTES: ---
1515
# AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com
1616
# PROJECT: QSS Solver
17-
# VERSION: 6.0.0
17+
# VERSION: 6.0.2
1818
#===================================================================================
1919

2020
# Check for required environment variables

bin/exportvars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# NOTES: ---
1515
# AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com
1616
# PROJECT: QSS Solver
17-
# VERSION: 6.0.0
17+
# VERSION: 6.0.2
1818
#===================================================================================
1919

2020
# Check for the HOME directory

bin/generate_conf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# NOTES: ---
1414
# AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com
1515
# PROJECT: QSS Solver
16-
# VERSION: 6.0.0
16+
# VERSION: 6.0.2
1717
#===================================================================================
1818

1919
ENV_DIR="$HOME/.config/environment.d"

bin/gnuplot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# NOTES: -persist is the default option used by the QSS Solver GUI.
1414
# AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com
1515
# PROJECT: QSS Solver
16-
# VERSION: 6.0.0
16+
# VERSION: 6.0.2
1717
#===================================================================================
1818

1919
# Check if gnuplot is installed

bin/mmoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# NOTES: ---
1515
# AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com
1616
# PROJECT: QSS Solver
17-
# VERSION: 6.0.0
17+
# VERSION: 6.0.2
1818
#===================================================================================
1919

2020
# Check if MMOC_BIN is set

bin/registervars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# NOTES: ---
1515
# AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com
1616
# PROJECT: QSS Solver
17-
# VERSION: 6.0.0
17+
# VERSION: 6.0.2
1818
#===================================================================================
1919

2020
cd ..

0 commit comments

Comments
 (0)