Skip to content

v11.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 13:05
fedb482

11.0.0 (2025-09-18)

⚠ BREAKING CHANGES

  • references must be unique across FACILITY_INPUTS, MODELS and FUEL_TYPES. Previously FUEL_TYPES was not included in this.

Features

  • experimental introduction of alternative neqsim impl (#1120) (45affd6)
  • make references unique (5bd0ad3)

Bug Fixes

  • compressor model error messages (f2acf84)
  • do not allow consumers with identical names within same system (#1118) (504b923)
  • remove old charts when validating json results (b3e6662)

Miscellaneous Chores

  • upgrade dependencies for week 38. Auto-generated by devCalc (#1124) (437cd57)

Code Refactoring

  • merge single and variable speed charts into one single chart (#1134) (b3e6662)
  • merge single and variable speed pumps into one pump model (b3e6662)
  • move generator set model mapping (5e6848a)
  • move pump model mapping (8aa0b33)
  • move tabulated model mapping (cd26814)
  • parse and validate compressor models when used (75808a2)
  • remove compressor sampled dto (64ca689)
  • remove compressor stage dto (#1133) (3dbd515)
  • remove final dto multiple streams and pressures train (#1128) (88fb08f)
  • remove final dto simplified train (#1125) (565203a)
  • remove final dto single speed compressor train (#1123) (b8a2196)
  • remove final dto variable speed train (#1127) (6379f24)
  • remove PathID (63f2d84)
  • remove unused classes (3939a5d)
  • use common mapper class (dbc63df)