v0.6.1 - Leidenfrost’s Library (October, 02, 2022)#
We have completely revised the documentation improving the overall structure and introducing a modern look (PR #355). Have fun exploring the website!
New Features#
Add support for higher Python versions and remove upper limit (PR #350).
A new component FuelCell is available:
tespy.components.reactors.fuel_cell.FuelCell
. It is analogously defined to the WaterElectrolyzertespy.components.reactors.water_electrolyzer.WaterElectrolyzer
(PR #329).Integration of an optimization suite using pygmo [3] to apply a variety of state of the art optimization algorithms to your TESPy model (PR #296). It has been further improved in PR #357.
Volumetric flow can be referenced using the
tespy.connections.connection.Ref
class (Discussion #352).
Bug Fixes#
The Network’s component DataFrame is now available as soon as a connection is added to the network. It is possible to use the
tespy.networks.network.Network.get_comp()
method prior to initializing or solving (PR #362).