Skip to content

v8.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 14:59
eed527e

8.5.0 (2023-10-30)

Features

Bug Fixes

Documentation

  • add missing keywords surge control margin (#239) (8b97673)
  • update changelog for upcoming release v8.4 (#203) (66671e0)

Miscellaneous Chores

  • add init file to ecalc_cli (af6bee9)
  • add chart area flag to test of full recirculation (0c45251)
  • add check for zero efficiency in stage (3ea3035)
  • add dependabot actions monitoring (#219) (d5f5dfd)
  • add ModelInputFailureStatus (6b0c728)
  • add NO_FLOW ChartAreaFlag (0c45251)
  • add rate type to pump model result (#209) (21deeb7)
  • cli: add all energy usage models load_results test (#220) (e09febb)
  • deps: bump actions/cache from 3.0.11 to 3.3.2 (#223) (087867c)
  • deps: bump actions/checkout from 2 to 4 (#221) (bcc2f81)
  • deps: bump actions/setup-node from 3 to 4 (cb7e816)
  • deps: bump snok/install-poetry from 1.3.3 to 1.3.4 (#222) (80dab72)
  • fix tests (6b0c728)
  • handle requested pressures correct for compressors without system (#233) (445fc9d)
  • handle requested pressures for compressor systems (#215) (6b05439)
  • more robust surge control margin calculation (#229) (74b4e59)
  • move feature experimental to main method for requested pressures (#230) (00ad854)
  • pre-commit (a310df2)
  • show correct version (#211) (f8de992)
  • update dependencies (#212) (c9b8506)
  • update dependencies (#259) (e7f031f)
  • update python deps (#247) (514da16)
  • update system v2 tests to only use one crossover (#205) (aa65163)
  • update zero efficiency error message (#258) (5be6fe4)
  • upgrade packages (#255) (035aad1)
  • version must be updated in version.py (63eb672)
  • warn user about full recirculation of fluids in a compressor stage in a multiple streams and pressures compressor train (#196) (0c45251)

Code Refactoring

  • implement evaluate streams in models (#232) (df6b6b0)
  • libecalc.core: stream as input (#224) (e06f970)
  • move crossover to component_conditions for system v2 (#204) (018b472)
  • move RateType into common module (#253) (c7f5a99)
  • move validate operational conditions from compressor train, rename to validate model input (#256) (6b0c728)
  • remove regularity our of core/domain (#246) (714888b)
  • remove temporal operational settings system v2 (#244) (a1d2ce6)
  • rename streamCondition to stream (32885b5)
  • separate optimization from system (#245) (b580e3d)
  • use Graph object to build graph (#250) (ce65dba)