Changelog
Unreleased
Features * Improve the function to infer package metadata #173 * Add facades CommodityGHG and ConversionGHG to enable multiple output flows (emissions) #180
Fixes
MultiIndexError in postprocessing if more than 2 oemof nodes are given #174
Updated dependencies for datapackage and tableschema
Error due to “fake” foreign keys in datapackage resources
Remove attributes, value pairs for which the value is None before instantiating a facade, otherwise the default values defined within the facade are not used.
0.0.5 Patch Release - Miraculous Mary (2024-02-23)
Features
Fixes
0.0.4 Patch Release (2023-08-31)
Features
Add PR template #129
Add deprecation warning for python3.8 #125
Update to oemof.solph 0.5.1 latest changes #123
Add multi-period deserialization #112
Add multi-period investment #108
Make oemof.solph 0.5.1 work #107
Split facades into submodules #92
Add postprocessing module #102
Fixes
Update neglected CHANGELOG #130
0.0.3 (2022-01-26)
Fixes
Fix link by not setting constraints that limit direction #38
Fix storage investment #33
Link investment #28
Variable cost #24
Marginal cost #23
Features
0.0.2 (2019-07-08)
0.0.1 (2018-12-12)
Moved the datapackage reader from core oemof into this package. That means the basic functionality of deserializing energy systems from datapackages has finally arrived.
Moved Facade classes from renpass into this package. The Facade classes are designed to complement the datapackage reader, by enabling easy construction of energy system components from simple datapackage data sources.
Also moved the example datapackages from renpass into this package. These datapackages provide a good way of at least testing, that the datapackage reader doesn’t throw errors.
0.0.0 (2018-11-23)
First release on PyPI. Pretty much non functional because it only consists of the package boilerplate and nothing else. But this is what a version zero is for, IMHO.