Skip to content

Commit eca5195

Browse files
committed
Bump to 1.0.0
1 parent de71680 commit eca5195

File tree

7 files changed

+19
-28
lines changed

7 files changed

+19
-28
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version v1.0.0
2+
3+
## Enhancements
4+
* Rename errors uncertainty to avoid confusion ([de71680](https://github.com/Kastakin/PyES/commit/de716806790828cc94fb42495e5c13a3e1933e07))
5+
* Add user manual (pdf from latex) ([9276abe](https://github.com/Kastakin/PyES/commit/9276abede5912f496c720d9d2d0bb43d0a088919))
6+
7+
## Chores
8+
* update pre-commit ([1c180a0](https://github.com/Kastakin/PyES/commit/1c180a0924b4bc50718812be48601f0b4eb17083))
9+
10+
111
# Version v0.4.4
212

313
## 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.4"
3+
version = "1.0.0"
44
description = ""
55
authors = ["Lorenzo Castellino <castellino96@gmail.com>"]
66
license = "GPLv3"

release_text.md

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

33
## 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))
4+
* Rename errors uncertainty to avoid confusion ([de71680](https://github.com/Kastakin/PyES/commit/de716806790828cc94fb42495e5c13a3e1933e07))
5+
* Add user manual (pdf from latex) ([9276abe](https://github.com/Kastakin/PyES/commit/9276abede5912f496c720d9d2d0bb43d0a088919))
196

207
## 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))
8+
* update pre-commit ([1c180a0](https://github.com/Kastakin/PyES/commit/1c180a0924b4bc50718812be48601f0b4eb17083))
289

2910

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.4",
5+
"version": "1.0.0",
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.4", None)
110+
QCoreApplication.translate("dialogAbout", "PyES Version 1.0.0", 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.4</string>
38+
<string>PyES Version 1.0.0</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.4"
5+
current = "1.0.0"
66

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

0 commit comments

Comments
 (0)