HELICS v1.3.0 Release Notes

Release Date: 2018-07-31 // over 5 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ— some CMake options have been removed (BUILD_BROKER)
    • ๐Ÿ— major changes to the build of the CTest testing Framework
    • ๐Ÿšš moved most examples to new HELICS-Examples Repo
    • โž• added better code for allowing static runtime builds
    • ๐Ÿ‘‰ use the CMake version numbers instead of independent variables
    • โœ… Environment variables are recognized in CMAKE find options- split API tests from system wide tests
    • โž• added options on MSVC to build with embedded system libraries and embedded debug info.

    ๐Ÿ›  Fixed

    • ๐Ÿ†“ potential segmentation fault in C shared library when calling free with invalid object.
    • ๐Ÿ— autobuild recognizes build configuration

    โž• Added

    • ๐Ÿง working octave interface for Linux
    • โœ… some additional tests for the shared library
    • TOML readers for interface description in Federates
    • ๐Ÿ’ป interactive command line for helics_broker
    • ๐Ÿ‘€ a few new queries on brokers see [Queries](docs/user_guide/Queries.md)
    • ๐Ÿ— CPACK can now build a dmg files
    • Players can have multiline comments in input file and omit the tag for repeated messages
    • ๐Ÿ–จ marker option on player, recorder, tracer to print time advancement message

    โœ‚ Removed