What’s New¶
These are new features and improvements of note in each release
v0.0.3 (January 29, 2016)¶
New features¶
Documentation¶
Testing¶
Bug fixes¶
Other changes¶
Contributors¶
- Name
v0.0.2 (December 22, 2015)¶
New features¶
- Adding a definition of a default oemof logger (issue #28)
- Revise the EnergySystem class according to the oemof developing meeting (issue #25)
- Add a dump and restore method to the EnergySystem class to dump/restore its attributes (issue #31)
- Functionality for minimum up- and downtime constraints (oemof.solph.linear_mixed_integer_constraints module)
- Add relax option to simulation class for calculation of linear relaxed mixed integer problems
- Instances of
EnergySystem
now keep track ofEntities
via theentities
attribute. (issue #20)- There’s now a standard way of working with the results obtained via a call to
OptimizationModel#results
. See its documentation, the documentation ofEnergySystem#optimize
and finally the discussion at issue #33 for more information.
- New class
VariableEfficiencyCHP
to model combined heat and power units with variable electrical efficiency. - New methods for
VariableEfficiencyCHP
inside the solph-module:
Documentation¶
Testing¶
Bug fixes¶
- now the api-docs can be read on readthedocs.org
- a storage automically calculates its maximum output/input if the capacity and the c-rate is given (issue #27)
- Fix error in accessing dual variables in oemof.solph.postprocessing
Other changes¶
Contributors¶
- Uwe Krien
- Simon Hilpert
- Cord Kaldemeyer
- Guido Pleßmann
- Stephan Günther
v0.0.1 (November 25, 2015)¶
First release by the oemof developing group.