-
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 branch 'dev' into revision/include_v0-5_fixes
# Conflicts: # docs/changelog.rst # src/oemof/solph/__init__.py # src/oemof/solph/components/_generic_storage.py # src/oemof/solph/flows/_non_convex_flow_block.py
- Loading branch information
Showing
182 changed files
with
1,685 additions
and
46,123 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
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,38 @@ | ||
v0.6.0 | ||
------ | ||
|
||
API changes | ||
########### | ||
|
||
* Costs for energy storage are now defined for N-1 points in time | ||
(initial time step is neglected). This is because with a balanced | ||
storage, content of the initial and the first time step (which is | ||
effectively the same) had double weight before. Also, if the | ||
initial storage level is defined, the costs just offset the | ||
objective value without changing anything else. | ||
|
||
New features | ||
############ | ||
|
||
|
||
Documentation | ||
############# | ||
|
||
Bug fixes | ||
######### | ||
|
||
|
||
Other changes | ||
############# | ||
|
||
|
||
Known issues | ||
############ | ||
|
||
* Incompatible to numpy >= 2.0.0. This is because of Pyomo, but we have to | ||
enforce a lower version in our package. | ||
|
||
Contributors | ||
############ | ||
|
||
* Patrik Schönfeldt |
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
Oops, something went wrong.