Skip to content

TESPy version 0.10.0: Rankine's Renaissance

Choose a tag to compare

@fwitte fwitte released this 03 Jun 11:26
· 103 commits to dev since this release

What's Changed

  • Fix numerical issues with CombustionChamber by @fwitte in #957
  • Move from dictionaries to a class for mixing rules by @fwitte in #960
  • Migrate to exerpy for ExergyAnalysis by @fwitte in #963
  • Deprecate bus by @fwitte in #964
  • Implement save and load from dict for designs and initial states by @fwitte in #962
  • Feature/#749 heat connection by @fwitte in #961
  • Create non existent folders on save and export by @fwitte in #965
  • Implement a getter for ude from network level by @fwitte in #966
  • Recommend installation via uv by @fwitte in #967
  • Remove the unit backwards compatibility handling by @fwitte in #968
  • Improve debugging printing by @fwitte in #969
  • Add nox generation in combustion by @HaSchneider in #904
  • Adjust convergence helpers for two-phase propertis by @fwitte in #971
  • Deprecate a lot of parameters and unused functions by @fwitte in #973
  • Change outlet 1 description to saturated gas constraint for DropletSeparator by @ronitd07 in #977
  • Feature/#978 calc methods for parameters by @fwitte in #980
  • Implement some performance improvements by @fwitte in #987
  • Update connection.py by @Flefays in #988
  • Restructure the PolynomialCompressor classes by @fwitte in #826
  • Implement example of bulk setting pressure drops by @fwitte in #990
  • Implement basic variant of schema export by @fwitte in #938
  • Rename kA to UA and zeta to zeta_d4 by @fwitte in #989
  • Feature: Add dependabot github workflow by @jfreissmann in #993
  • Bump actions/cache from 4 to 5 by @dependabot[bot] in #994
  • Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #995
  • Bump actions/checkout from 1 to 6 by @dependabot[bot] in #996
  • Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #997
  • Implement automatic derivatives for multi-equation parameters and add guards for isentropics by @fwitte in #1000

New Contributors

Full Changelog: v0.9.16...v0.10.0