-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1036 from oemof/v0.5
Release v0.5
- Loading branch information
Showing
140 changed files
with
7,523 additions
and
2,593 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.5.1 | ||
current_version = 0.5.2 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.5.1" | ||
__version__ = "0.5.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
v0.5.2 (January 12th, 2024) | ||
--------------------------- | ||
|
||
API changes | ||
########### | ||
|
||
* New bool attribute `use_remaining_value` of `oemof.solph.EnergySystem` | ||
* Use list for period definition in multi-period investment optimization. | ||
|
||
New features | ||
############ | ||
|
||
* Allow for evaluating differences in the remaining vs. the original value | ||
for multi-period investments. | ||
* Allow to define minimum up- and down-time per time step | ||
|
||
Documentation | ||
############# | ||
|
||
Bug fixes | ||
######### | ||
|
||
* Fix handling of investment annuities and fixed costs for multi-period models: | ||
Limit to costs that occur within the optimization horizon to prevent a | ||
bias towards investments happening earlier in the optimization horizon. | ||
* Fix bugs in multi-period documentation. | ||
* Fix y intersect of OffsetConverter | ||
* Fix minimum uptime being relevant for initial downtime (and vice versa). | ||
* Fix duplicated discounting of fixed costs for multi-period investment | ||
|
||
Other changes | ||
############# | ||
|
||
* Improved compatibility with upcoming oemof.network | ||
|
||
Known issues | ||
############ | ||
|
||
* Documentation, example and API of OffsetConverter are inconsistent | ||
and might not work as expected. | ||
|
||
Contributors | ||
############ | ||
|
||
* Patrik Schönfeldt | ||
* Johannes Kochems | ||
* Julian Endres | ||
* Hendrik Huyskens | ||
* Raul Ciria Aylagas |
Oops, something went wrong.