TESPy version 0.9.12
See the most notable changes in the docs: https://tespy.readthedocs.io/en/main/whats_new.html#whats-new-label.
What's Changed
- Make the starting points for fluid wrapper branches work for inheriting classes by @fwitte in #871
- Fix typos in docs of combustion components by @fwitte in #862
- Replace pygmo with pymoo by @fwitte in #872
- Log an arbitrary list of kpi in the otimization by @fwitte in #873
- Add leading underscores and rename Network private methods by @fwitte in #875
- Make it possible to inject kwargs into FluidPropertyWrapper type instances by @fwitte in #877
- Implement an
IncompressibleFluidWrapperclass by @fwitte in #878 - Issue a future warning for changed behavior when specifying a Ref over numerical value or otherway round by @fwitte in #886
- Change logging level to debug and adjust error message by @fwitte in #893
- Implement T0 and T0_out specification by @fwitte in #897
Full Changelog: v0.9.11...v0.9.12