Skip to content

Commit d7a88e4

Browse files
committed
Bump to 0.4.4
1 parent 956f458 commit d7a88e4

File tree

7 files changed

+57
-9
lines changed

7 files changed

+57
-9
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# Version v0.4.4
2+
3+
## Enhancements
4+
* Add AboutQt dialog for LGPL compliance ([0ab1b8b](https://github.com/Kastakin/PyES/commit/0ab1b8b9eca07100409f55c44988de9c66925613))
5+
* Create log folder in home at runtime ([6c9cdeb](https://github.com/Kastakin/PyES/commit/6c9cdebe0bc4b39bde0663f77e57612a196db827))
6+
* Simplify Components tests ([a81990c](https://github.com/Kastakin/PyES/commit/a81990c04c086a9583dc12a9123aae6bb6eab269))
7+
* GUI test handle interface pytest fixture ([9de8c43](https://github.com/Kastakin/PyES/commit/9de8c43d38d9f42eacc6d2b92c98605a631b663c))
8+
9+
## Fixes
10+
* Fix paths in tbump config ([956f458](https://github.com/Kastakin/PyES/commit/956f4589301189c4293abbda09626f2b63e111d0))
11+
* Remove top level init for PyInstaller ([f27946b](https://github.com/Kastakin/PyES/commit/f27946b778644be30df8202a0b53499445563966))
12+
* Regression bugs in optimizer ([](https://github.com/Kastakin/PyES/commit/))
13+
* Use correct es4 data for cu_gly test system ([97930aa](https://github.com/Kastakin/PyES/commit/97930aa43df60cc32260c2fdf3d6ba3bce7ed0ec))
14+
* Handle displayed tables better ([0c8e08d](https://github.com/Kastakin/PyES/commit/0c8e08db037ae8949c26cf747c488bf8a01acb27))
15+
* Update path for benchmark script ([7cd17d6](https://github.com/Kastakin/PyES/commit/7cd17d6f31903bef8c290fbc3a0a493f0fcdf8e6))
16+
* Change resource file location ([5a3f915](https://github.com/Kastakin/PyES/commit/5a3f915e6cced2e36b29c57d84858d55dbecda77))
17+
* Correct the test file for HySS comparison ([ef5aa58](https://github.com/Kastakin/PyES/commit/ef5aa584e042219298e4122ac0d606801ec8c37a))
18+
* Adding component last now works as intended ([8f75480](https://github.com/Kastakin/PyES/commit/8f75480cea3f7d84c28c509ebd7506e1100c6cc5))
19+
20+
## Chores
21+
* Fix files and exceptions for tests ([2ae3b40](https://github.com/Kastakin/PyES/commit/2ae3b4022c7982386c1bbda79f94487c922c4d6b))
22+
* Add resource_rc to coverage exceptions ([96683f6](https://github.com/Kastakin/PyES/commit/96683f63d44e8de47a8313721d73059e0689d534))
23+
* Better coverage settings handling ([e1c5d48](https://github.com/Kastakin/PyES/commit/e1c5d48493954915249aeb7ea005d182bd4bf0f4))
24+
* Add tests for solids in cu-gly system ([4a86b25](https://github.com/Kastakin/PyES/commit/4a86b255952e1a3a9d1e26b42752c6c6b07c7114))
25+
* Format JSON files ([5d0e96a](https://github.com/Kastakin/PyES/commit/5d0e96a715b106202bc3bd76278248f9d35e76a7))
26+
* Add Json formatter to hooks ([1bbc02f](https://github.com/Kastakin/PyES/commit/1bbc02f1378d491fc4b2a02c602d19392bbbdcf6))
27+
* Add test suit ([7326aa2](https://github.com/Kastakin/PyES/commit/7326aa268c52f9d7d2b904acf7b1997a211819bb))
28+
29+
130
# Version v0.4.3
231

332
## Enhancements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyes"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = ""
55
authors = ["Lorenzo Castellino <castellino96@gmail.com>"]
66
license = "GPLv3"

release_text.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
1-
# Version v0.4.3
1+
# Version v0.4.4
22

33
## Enhancements
4-
* Better colors for darkmode ([c0150af](https://github.com/Kastakin/PyES/commit/c0150afd7a0189594b6fa6fd23d9e0c622190ff0))
4+
* Add AboutQt dialog for LGPL compliance ([0ab1b8b](https://github.com/Kastakin/PyES/commit/0ab1b8b9eca07100409f55c44988de9c66925613))
5+
* Create log folder in home at runtime ([6c9cdeb](https://github.com/Kastakin/PyES/commit/6c9cdebe0bc4b39bde0663f77e57612a196db827))
6+
* Simplify Components tests ([a81990c](https://github.com/Kastakin/PyES/commit/a81990c04c086a9583dc12a9123aae6bb6eab269))
7+
* GUI test handle interface pytest fixture ([9de8c43](https://github.com/Kastakin/PyES/commit/9de8c43d38d9f42eacc6d2b92c98605a631b663c))
8+
9+
## Fixes
10+
* Fix paths in tbump config ([956f458](https://github.com/Kastakin/PyES/commit/956f4589301189c4293abbda09626f2b63e111d0))
11+
* Remove top level init for PyInstaller ([f27946b](https://github.com/Kastakin/PyES/commit/f27946b778644be30df8202a0b53499445563966))
12+
* Regression bugs in optimizer ([](https://github.com/Kastakin/PyES/commit/))
13+
* Use correct es4 data for cu_gly test system ([97930aa](https://github.com/Kastakin/PyES/commit/97930aa43df60cc32260c2fdf3d6ba3bce7ed0ec))
14+
* Handle displayed tables better ([0c8e08d](https://github.com/Kastakin/PyES/commit/0c8e08db037ae8949c26cf747c488bf8a01acb27))
15+
* Update path for benchmark script ([7cd17d6](https://github.com/Kastakin/PyES/commit/7cd17d6f31903bef8c290fbc3a0a493f0fcdf8e6))
16+
* Change resource file location ([5a3f915](https://github.com/Kastakin/PyES/commit/5a3f915e6cced2e36b29c57d84858d55dbecda77))
17+
* Correct the test file for HySS comparison ([ef5aa58](https://github.com/Kastakin/PyES/commit/ef5aa584e042219298e4122ac0d606801ec8c37a))
18+
* Adding component last now works as intended ([8f75480](https://github.com/Kastakin/PyES/commit/8f75480cea3f7d84c28c509ebd7506e1100c6cc5))
519

620
## Chores
7-
* Update release creation options for CI ([094b04c](https://github.com/Kastakin/PyES/commit/094b04c211c44be5ec9eeff4ae38dbd55e18fde1))
8-
* Bump requirements (PySide6.4) ([8015b99](https://github.com/Kastakin/PyES/commit/8015b99612d458c72fc60c8a07e61b00fb64cb8c))
21+
* Fix files and exceptions for tests ([2ae3b40](https://github.com/Kastakin/PyES/commit/2ae3b4022c7982386c1bbda79f94487c922c4d6b))
22+
* Add resource_rc to coverage exceptions ([96683f6](https://github.com/Kastakin/PyES/commit/96683f63d44e8de47a8313721d73059e0689d534))
23+
* Better coverage settings handling ([e1c5d48](https://github.com/Kastakin/PyES/commit/e1c5d48493954915249aeb7ea005d182bd4bf0f4))
24+
* Add tests for solids in cu-gly system ([4a86b25](https://github.com/Kastakin/PyES/commit/4a86b255952e1a3a9d1e26b42752c6c6b07c7114))
25+
* Format JSON files ([5d0e96a](https://github.com/Kastakin/PyES/commit/5d0e96a715b106202bc3bd76278248f9d35e76a7))
26+
* Add Json formatter to hooks ([1bbc02f](https://github.com/Kastakin/PyES/commit/1bbc02f1378d491fc4b2a02c602d19392bbbdcf6))
27+
* Add test suit ([7326aa2](https://github.com/Kastakin/PyES/commit/7326aa268c52f9d7d2b904acf7b1997a211819bb))
928

1029

src/build/settings/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"app_name": "PyES",
33
"author": "Lorenzo Castellino",
44
"main_module": "src/main/python/pyes/main.py",
5-
"version": "0.4.3",
5+
"version": "0.4.4",
66
"extra_pyinstaller_args": [
77
"--exclude-module",
88
"PySide6.QtQml",

src/main/python/pyes/ui/PyES_about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def retranslateUi(self, dialogAbout):
107107
QCoreApplication.translate("dialogAbout", "About", None)
108108
)
109109
self.label.setText(
110-
QCoreApplication.translate("dialogAbout", "PyES Version 0.4.3", None)
110+
QCoreApplication.translate("dialogAbout", "PyES Version 0.4.4", None)
111111
)
112112
self.label_3.setText(
113113
QCoreApplication.translate(

src/main/python/pyes/ui/PyES_about.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<item>
3636
<widget class="QLabel" name="label">
3737
<property name="text">
38-
<string>PyES Version 0.4.3</string>
38+
<string>PyES Version 0.4.4</string>
3939
</property>
4040
</widget>
4141
</item>

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# github_url = "https://github.com/<user or organization>/<project>/"
33

44
[version]
5-
current = "0.4.3"
5+
current = "0.4.4"
66

77
# Example of a semver regexp.
88
# Make sure this matches current_version before

0 commit comments

Comments
 (0)