Skip to content

Commit 174f09e

Browse files
committed
bump version to 0.5.4
1 parent 5e1c1db commit 174f09e

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88
## [Unreleased]
9+
## [0.5.4] - 2024-07-01
10+
### Fixed
11+
- Require materialdatabase 0.3.0 for full materials compatibility
12+
913
## [0.5.3] - 2024-05-23
1014
### Added
1115
- Conductor placing strategies
@@ -103,7 +107,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103107
- updated strand approximation
104108
### Added
105109
- add option for dedicated stray path
106-
- add complex permeability and permitivity for core materials for Core Loss estimation
110+
- add complex permeability and permittivity for core materials for Core Loss estimation
107111
- add iGSE and GSE for Core Loss estimation
108112

109113
## [0.1.1] - 2021-08-11
@@ -113,7 +117,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113117

114118
### Fixed
115119
- fix #2: config.json was not read correct
116-
- fix #3: Install pyfemm on windows machines in case of not installed pyfemm
120+
- fix #3: Install pyfemm on Windows machines in case of not installed pyfemm
117121

118122
## [0.1.0] - 2021-07-28
119123
### Added
@@ -140,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140144
- add femmt/SolidComp.py
141145
- add femmt/CompRes.py
142146

143-
[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.5.3...HEAD
147+
[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.5.4...HEAD
148+
[0.5.4]: https://github.com/upb-lea/transistordatabase/compare/0.5.4...0.5.3
144149
[0.5.3]: https://github.com/upb-lea/transistordatabase/compare/0.5.3...0.5.2
145150
[0.5.2]: https://github.com/upb-lea/transistordatabase/compare/0.5.2...0.5.1
146151
[0.5.1]: https://github.com/upb-lea/transistordatabase/compare/0.5.1...0.5.0

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = 'LEA-UPB'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '0.5.3'
26+
release = '0.5.4'
2727

2828
# -- General configuration ---------------------------------------------------
2929

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
'PyQt5>=5.15.6',
4848
'mplcursors>=0.5.1', # TODO Is this necessary?
4949
'deepdiff>=6.2.1', # comparing result dicts for pytests
50-
'materialdatabase==0.2.0',
50+
'materialdatabase==0.3.0',
5151
'optuna',
5252
'plotly'],
5353
license="GNU General Public License v3",
@@ -66,7 +66,7 @@
6666
"Documentation": "https://upb-lea.github.io/FEM_Magnetics_Toolbox/main/intro.html",
6767
"Source Code": "https://github.com/upb-lea/FEM_Magnetics_Toolbox",
6868
},
69-
version='0.5.3',
69+
version='0.5.4',
7070
zip_safe=False,
7171
data_files=[('', ['CHANGELOG.md'])]
7272
)

0 commit comments

Comments
 (0)