File tree Expand file tree Collapse file tree 7 files changed +49
-6
lines changed
machinery-system-structure Expand file tree Collapse file tree 7 files changed +49
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "feems" : " 0.11.13 " ,
3- "machinery-system-structure" : " 0.7.9 " ,
4- "RunFEEMSSim" : " 0.2.6 "
2+ "feems" : " 0.12.0 " ,
3+ "machinery-system-structure" : " 0.8.0 " ,
4+ "RunFEEMSSim" : " 0.3.0 "
55}
Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to the RunFeemsSim package will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.3.0] ( https://github.com/SINTEF/FEEMS/compare/RunFeemsSim-v0.2.6...RunFeemsSim-v0.3.0 ) (2026-02-11)
9+
10+
11+ ### Features
12+
13+ * add py.typed to packages ([ 6267bcd] ( https://github.com/SINTEF/FEEMS/commit/6267bcdbab3b25a6697b97c7b5d96a6a533b6896 ) )
14+
15+
16+ ### Documentation
17+
18+ * add comprehensive documentation for PyPI publication ([ d8a55ca] ( https://github.com/SINTEF/FEEMS/commit/d8a55cab4152d3bfc4602d0918e4dfbb06e70d70 ) )
19+
820## [ 0.2.6] - 2024-02-11
921
1022### Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " RunFeemsSim"
7- version = " 0.2.6 "
7+ version = " 0.3.0 "
88description = " A library for running feems simulation"
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to the FEEMS package will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.12.0] ( https://github.com/SINTEF/FEEMS/compare/feems-v0.11.13...feems-v0.12.0 ) (2026-02-11)
9+
10+
11+ ### Features
12+
13+ * Add available_fuel_options_by_converter property ([ 1badf62] ( https://github.com/SINTEF/FEEMS/commit/1badf626fb9f01aceb8cc9ec2bd0e426f8d9d7d3 ) )
14+ * Add available_fuel_options_by_converter property ([ ecd0eba] ( https://github.com/SINTEF/FEEMS/commit/ecd0ebaae15adbd12660a67ba0b728b973ef6332 ) )
15+
16+
17+ ### Bug Fixes
18+
19+ * Add ShorePower to ElectricPowerSystem ([ #50 ] ( https://github.com/SINTEF/FEEMS/issues/50 ) ) ([ 28d5cff] ( https://github.com/SINTEF/FEEMS/commit/28d5cff88e6d866ec3c20024083f5568892b4097 ) )
20+
21+
22+ ### Documentation
23+
24+ * add comprehensive documentation for PyPI publication ([ d8a55ca] ( https://github.com/SINTEF/FEEMS/commit/d8a55cab4152d3bfc4602d0918e4dfbb06e70d70 ) )
25+ * improve feems architecture documentation ([ 8ec3d3a] ( https://github.com/SINTEF/FEEMS/commit/8ec3d3aeb1bd0145aee96f6fc8b8e00818413fd2 ) )
26+
827## [ 0.11.13] - 2024-02-11
928
1029### Documentation
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " feems"
7- version = " 0.11.13 "
7+ version = " 0.12.0 "
88description = " "
99readme = " README.md"
1010requires-python = " >=3.10,<3.13"
Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to the MachSysS (Machinery System Structure) package will be
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.8.0] ( https://github.com/SINTEF/FEEMS/compare/MachSysS-v0.7.9...MachSysS-v0.8.0 ) (2026-02-11)
9+
10+
11+ ### Features
12+
13+ * add py.typed to packages ([ 6267bcd] ( https://github.com/SINTEF/FEEMS/commit/6267bcdbab3b25a6697b97c7b5d96a6a533b6896 ) )
14+
15+
16+ ### Documentation
17+
18+ * add comprehensive documentation for PyPI publication ([ d8a55ca] ( https://github.com/SINTEF/FEEMS/commit/d8a55cab4152d3bfc4602d0918e4dfbb06e70d70 ) )
19+
820## [ Unreleased]
921
1022## [ 0.7.9] - 2026-02-11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " MachSysS"
7- version = " 0.7.9 "
7+ version = " 0.8.0 "
88description = " Machinery System Structure for interface"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments