v3.0.0-beta
#1959
Replies: 1 comment
-
v3 is released, go and get it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HELICS 3.0 is a major update to HELICS. The major features that have been added are the command interface and targeted Endpoints. Internally major changes include updating the minimum compiler to C++17, and updates to internal libraries. The binary serialization protocol was shifted from Cereal to a custom format that embeds the data type so is more suitable to HELICS data types. The initial release is an alpha release for some initial testing. The full change log will be filled out as the release progresses from lpha to beta to final release. The migrating 2 to 3 page includes some specific details on migrating from HELICS 2 to 3.
NOTE For this beta, all public API's are now considered stable, baring a bug report on the API. A beta.2 is expected in 2 weeks, with a release 2 weeks later. Final steps include any submodule updates, code cleanup, and testing of the different language API's. Please make any comments in the discussion page related to this release.
Changed
string_view
instead ofconst std::string &
helics.h
this should be included for all uses of the C shared librarylibhelics.dll/so
libhelicscpp.dll/so
libhelicscpp-apps.dll/so
HELICS_
[t=xxxx]
Fixed
Added
Removed
This discussion was created from the release v3.0.0-beta.
Beta Was this translation helpful? Give feedback.
All reactions