Skip to content

v10.0.21

Choose a tag to compare

@github-actions github-actions released this 08 Sep 12:30

10.0.21 (2025-09-08)

Bug Fixes

  • do not allow empty load or fuel rate for direct consumer (#1095) (794005e)
  • enable compressors on both sides of interstage pressure to recirculate to find solution (#1093) (91ebb2c)
  • ensure float comparsion is ok (#1102) (b177035)
  • ensure that ecalc works with numpy1 (e6545de)
  • remove result from consumer system (11bbc1f)

Miscellaneous Chores

  • deps: bump actions/checkout from 4 to 5 (e9936ae)
  • remove list of expression from TimeSeriesExpression (#1094) (af8e508)
  • upgrade dependencies for week 36. Auto-generated by devCalc (#1092) (c653abb)

Code Refactoring

  • move model parsing inside reference service (1f1eb21)
  • remove class variables (c4d795b)
  • remove dto dependency from compressor train model (#1088) (25eb245)
  • remove dto from simplified train with known stages (#1091) (5e9d49f)
  • remove dto from simplified train with unknown stages (#1096) (72b5f07)
  • remove dto from single speed compressor train (#1099) (3eaf142)
  • remove dto from variable speed train (#1101) (da827d4)
  • simplify validation exceptions (f257cd1)
  • validate input before evaluating compressor model (f0942aa)

Continuous Integration