Skip to content

v3.5.2

Compare
Choose a tag to compare
@nightlark nightlark released this 08 Apr 16:58
· 14 commits to main since this release
c2f4bd2

Patch release with fixes for certain compiler builds, a fix to the test core leading to some sporadic test failures, and fixing a discrepancy in the handing of config files with the helics_apps.

Fixed

  • Fixed an issue with the test core leading to sporadic failures in the test suite with the connector
  • Fixed compile issues on some versions of clang
  • Fixed some warnings on certain builds using sanitizers
  • Fixed a discrepancy in the handing of config files with the helics_apps library
  • Fixed several clang tidy issues and code cleanup

Added

  • Added an --error_on_unmatched flag to the broker for it to error if there are any unmatched requested connectors
  • Support for a broker section in config files and subcommand in the command line parsing

Full Changelog: v3.5.1...v3.5.2