-
Notifications
You must be signed in to change notification settings - Fork 126
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 #900 from oemof/release/v0.4.5
Release v0.4.5
- Loading branch information
Showing
38 changed files
with
648 additions
and
276 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ source = | |
src | ||
tests | ||
parallel = true | ||
omit = *custom* | ||
omit = */custom/* | ||
*test* | ||
|
||
[report] | ||
|
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,95 @@ | ||
# YAML 1.2 | ||
--- | ||
cff-version: "1.1.0" | ||
doi: "10.5281/zenodo.596235" | ||
license: MIT | ||
message: "If you use this software, please cite it using these metadata." | ||
title: "oemof.solph" | ||
abstract: "The oemof.solph package is part of the Open energy modelling framework (oemof). This an organisational framework to bundle tools for energy (system) modelling. oemof-solph is a model generator for energy system modelling and optimisation." | ||
authors: | ||
- | ||
family-names: Krien | ||
given-names: Uwe | ||
- | ||
family-names: Kaldemeyer | ||
given-names: Cord | ||
- | ||
family-names: "Günther" | ||
given-names: Stephan | ||
- | ||
family-names: Simon | ||
given-names: Hilpert | ||
- | ||
given-names: jnnr | ||
- | ||
family-names: "Möller" | ||
given-names: Caroline | ||
- | ||
family-names: "Schönfeldt" | ||
given-names: Patrik | ||
- | ||
family-names: "Röder" | ||
given-names: Johannes | ||
- | ||
given-names: gplssm | ||
- | ||
given-names: steffenGit | ||
- | ||
family-names: Schachler | ||
given-names: Birgit | ||
- | ||
given-names: cswh | ||
- | ||
given-names: henhuy | ||
- | ||
family-names: Pl | ||
given-names: Franzi | ||
- | ||
family-names: Endres | ||
given-names: Julian | ||
- | ||
family-names: TU | ||
given-names: Fabian | ||
- | ||
given-names: pkassing | ||
- | ||
family-names: Lancien | ||
given-names: Bryan | ||
- | ||
family-names: Kochems | ||
given-names: Johannes | ||
- | ||
given-names: c-koehl | ||
- | ||
given-names: nesnoj | ||
- | ||
given-names: lmilletb | ||
- | ||
given-names: mloenneberga | ||
- | ||
family-names: Delfs | ||
given-names: Jens-Olaf | ||
- | ||
given-names: RD-OTH | ||
- | ||
family-names: Francesco | ||
given-names: Witte | ||
- | ||
given-names: elisapap | ||
- | ||
family-names: Gaudchau | ||
given-names: Elisa | ||
- | ||
family-names: Smalla | ||
given-names: Tjark | ||
- | ||
given-names: escalacjo | ||
- | ||
given-names: ajimenezUCLA | ||
- | ||
given-names: chrisflei | ||
- | ||
given-names: stefansc1 | ||
- | ||
given-names: jakob-wo | ||
... |
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.4.3.dev0" | ||
__version__ = "0.4.5" |
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,32 +1,34 @@ | ||
v0.4.5 (?) | ||
---------- | ||
|
||
|
||
API changes | ||
########### | ||
|
||
v0.4.5 (January 23th, 2023) | ||
--------------------------- | ||
|
||
New features | ||
############ | ||
|
||
|
||
Documentation | ||
############# | ||
|
||
* Allow to exclude attrs from `parameter_as_dict` | ||
`#825 <https://github.com/oemof/oemof-solph/pull/825>`_ | ||
|
||
Bug fixes | ||
######### | ||
|
||
* Remove not working `gradient_cost` from Flow | ||
* Exclude attrs `from parameter_as_dict` `#824 <https://github.com/oemof/oemof-solph/pull/824>`_ | ||
* Fixed check for callables in `processing.parameter_as_dict` `#823 <https://github.com/oemof/oemof-solph/pull/823>`_ | ||
* Refactored assertion error in `Link` component into suspicious warning `#834 <https://github.com/oemof/oemof-solph/pull/834>`_ | ||
* Remove `Link` limit direction `#896 <https://github.com/oemof/oemof-solph/pull/896>`_ | ||
* Fix links in setup.py `#803 <https://github.com/oemof/oemof-solph/pull/803>`_ | ||
|
||
Testing | ||
####### | ||
|
||
|
||
Other changes | ||
############# | ||
|
||
|
||
* `Node.registry` has been removed from `oemof.network`. All nodes have to be | ||
added to the energysystem explicitely. The tests have been adapted. | ||
|
||
Contributors | ||
############ | ||
|
||
* Hendrik Huyskens | ||
* Uwe Krien | ||
* Jann Launer | ||
* Patrik Schönfeld | ||
* Francesco Witte | ||
|
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.