HELICS v2.5.2 Release Notes

Release Date: 2020-06-15 // almost 4 years ago
  • Bug fix release for some build issues and a fix to the wait_for_current_time flag

    ๐Ÿ›  Fixed

    • Bug in the timing subsystem that was preventing the wait_for_current_time flag from functioning properly
    • ๐Ÿ›  Fixed some oddities in the java tests, that were doing confusing things and happened to work because of the bug in the timing subsystem
    • ๐Ÿš€ A build system issue that caused the automated generation of python packages to fail on the 2.5.1 release. This was caused by overriding the output build location in all cases, when it should have been limited if the python interface is getting built separately.
    • A few cppcheck issue from the new check (#1414)

    โž• Added

    • Add print_systeminfo flag to root helics_benchmark command (#1417)
    • โž• Added cppcheck github action for PR's