Skip to content

Commit 88ef3bc

Browse files
committed
bump version to 0.4.0
1 parent 5eb2bd2 commit 88ef3bc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

77

88
## [Unreleased]
9+
10+
11+
## [0.4.0] - 2022-12-19
912
### Added
13+
- updated and improved syntax
1014
- cost functions for core and wire material according to IEEE paper 'Component cost models for multi-objective optimizations of switched-mode power converters'
1115
- connect femmt to the new pip package for the material database
1216
- add optimization routine for automated design process
@@ -107,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107111
- add femmt/SolidComp.py
108112
- add femmt/CompRes.py
109113

110-
[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.3.0...HEAD
114+
[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.4.0...HEAD
115+
[0.4.0]: https://github.com/upb-lea/transistordatabase/compare/0.4.0...0.3.0
111116
[0.3.0]: https://github.com/upb-lea/transistordatabase/compare/0.3.0...0.2.1
112117
[0.2.1]: https://github.com/upb-lea/transistordatabase/compare/0.2.0...0.2.1
113118
[0.2.0]: https://github.com/upb-lea/transistordatabase/compare/0.1.2...0.2.0

documentation/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.3.0'
26+
release = '0.4.0'
2727

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

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
'PyQt5>=5.15.6',
4747
'mplcursors>=0.5.1', # TODO Is this necessary?
4848
'deepdiff>=6.2.1', # comparing result dicts for pytests
49+
'materialdatabase==0.1.0',
4950
],
5051
license="GNU General Public License v3",
5152
long_description=readme + '\n\n' + history,
@@ -63,7 +64,7 @@
6364
"Documentation": "https://upb-lea.github.io/FEM_Magnetics_Toolbox/main/intro.html",
6465
"Source Code": "https://github.com/upb-lea/FEM_Magnetics_Toolbox",
6566
},
66-
version='0.3.0',
67+
version='0.4.0',
6768
zip_safe=False,
6869
data_files=[('', ['CHANGELOG.md'])]
6970
)

0 commit comments

Comments
 (0)