v0.3.4 - Darwin’s Delight (October, 13, 2020)#
Documentation#
Replace enthalpy starting value with
state
keyword in the heat pump tutorial and the examples from the oemof_examples repository (PR #214, 743bfeb).Add a new tutorial for efficiency optimization of a thermal power plant using TESPy and PyGMO (PR #220).
Fix some typos in the BibTeX data for the TESPy JOSS paper (PR #220).
Bug Fixes#
Update the dictionary of busses, components and connections before every calculation. If a parameter is updated by user specification using the dictionary access method and the network object is copied, the dictionaries of the busses, components and connections point to a different object in some cases (d2537ca).
Other Changes#
Add network check at the end of
tespy.networks.network_reader.load_network()
function (PR #212).
Contributors#
Francesco Witte (@fwitte)
Markus Brandt (@MarBrandt)