@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
8
8
## [ Unreleased]
9
+ ## [ 0.5.4] - 2024-07-01
10
+ ### Fixed
11
+ - Require materialdatabase 0.3.0 for full materials compatibility
12
+
9
13
## [ 0.5.3] - 2024-05-23
10
14
### Added
11
15
- Conductor placing strategies
@@ -103,7 +107,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103
107
- updated strand approximation
104
108
### Added
105
109
- 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
107
111
- add iGSE and GSE for Core Loss estimation
108
112
109
113
## [ 0.1.1] - 2021-08-11
@@ -113,7 +117,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113
117
114
118
### Fixed
115
119
- 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
117
121
118
122
## [ 0.1.0] - 2021-07-28
119
123
### Added
@@ -140,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140
144
- add femmt/SolidComp.py
141
145
- add femmt/CompRes.py
142
146
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
144
149
[ 0.5.3 ] : https://github.com/upb-lea/transistordatabase/compare/0.5.3...0.5.2
145
150
[ 0.5.2 ] : https://github.com/upb-lea/transistordatabase/compare/0.5.2...0.5.1
146
151
[ 0.5.1 ] : https://github.com/upb-lea/transistordatabase/compare/0.5.1...0.5.0
0 commit comments