Earlier this month, we released solph 0.4.4. It focuses on two new “custom components” (This is how we call in-developments components that are not yet part of the stable API.) There are:
- PiecewiseLinearTransformer. A transformer model with one input and one output and an arbitrary piecewise linear conversion function.
- Enhanced SinkDSM (sink allowing for demand side management)
- Renamed keyword argument
methodtoapproach - Renamed approaches
intervaltooemofanddelaytoDIW - Added modelling approach
DLR(PhD thesis of Hans Christian Gils 2015) - Included load shedding
- Introduced
recovery_timeinDIWapproach - Introduced
shift_timeand other parameters forDLRapproach - Included investments in DSM
- Normalized keyword arguments
demand,capapcity_upandcapacity_down
- Renamed keyword argument
Further, some smaller changes made it into the release:
- Check number of
Flows inGenericStorage - Allow conversion factor of zero for
GenericTransformer - Split code into submodules
- Move CI-Tests from Travis to github
