Skip to content

v8.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 07:12
2dd64d7

8.16.0 (2024-05-31)

⚠ BREAKING CHANGES

  • New unit-format for venting emitters, aligned to what is used in other parts of yaml-file. ECALC-1059

Features

  • add eletrical- and mechanical power to asset (#479) (464047f)

Bug Fixes

  • detect duplicate keys in yaml file and raise error (#438) (cfeb006)
  • do not allow for negative recirculation if rate is above max flow rate for a compressor chart (#403) (86bf31e)
  • ensure regularity is evaluated for all installations when only venting emitters (#468) (0e6b248)
  • error when only venting emitters are specified for an installation (#449) (017560d)
  • max power from shore values (#490) (1c7a4a1)
  • use custom type pydantic class to wrap ndarray and avoid validation problem (#487) (ab2877e)
  • wrong unit max power from shore (#491) (f881335)

Documentation

Miscellaneous Chores

Continuous Integration

  • docs: fix environment (a6c60fa)
  • docs: set deploy environment for easier tracking (150a41a)