Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.6.0 Release Checklist #2716

Open
9 of 13 tasks
github-actions bot opened this issue Dec 10, 2024 · 2 comments
Open
9 of 13 tasks

v3.6.0 Release Checklist #2716

github-actions bot opened this issue Dec 10, 2024 · 2 comments

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Dec 10, 2024


If part of the Update HELICS Packages workflow fails, the failing part can be re-run on its own:


Steps to manually add a missing asset to a release:

  1. If it was a temporary issue such as a resource being unavailable, manually trigger the release build workflow using the workflow from Tag: v3.6.0.
  2. If it was a more major issue, create a branch based on the tagged release and modify the workflow and scripts in the .github subfolder as needed to make it build. Manually trigger the release build workflow using the workflow from the branch with these fixes and for the commit-ish field enter the release tag v3.6.0.
  3. Download the artifact from the workflow re-run that was missing and upload it to the release.
  4. Download the SHA-256.txt file for the release and add an entry for the new asset (run the sha256sum command on Linux to get the line to add). Replace the old SHA-256.txt file for the release with the updated version.

@GMLC-TDC/helics-releases check release tasks related to interfaces/repositories you work on.

@nightlark
Copy link
Member

ns-3 with waf is now broken in Python 3.13+ due to the removal of pipes. This probably is the thing that will force us to completely drop support for old versions of ns-3 waf and require using the newer CMake versions.

@nightlark
Copy link
Member

@josephmckinsey @afisher1

HELICS v3.6.0 API changes to make in language bindings:

New function: helicsAppEnabled ()
New function: helicsCreateApp (Char_S* appName, Char_S* appType, Char_S* configFile, HelicsFederateInfo fedInfo, HelicsError* err)
New function: helicsAppGetFederate (HelicsApp app, HelicsError* err)
New function: helicsAppLoadFile (HelicsApp app, Char_S* configFile, HelicsError* err)
New function: helicsAppInitialize (HelicsApp app, HelicsError* err)
New function: helicsAppRun (HelicsApp app, HelicsError* err)
New function: helicsAppRunTo (HelicsApp app, HelicsTime stopTime, HelicsError* err)
New function: helicsAppFinalize (HelicsApp app, HelicsError* err)
New function: helicsAppFree (HelicsApp app)
New function: helicsAppDestroy (HelicsApp app)
New function: helicsAppIsActive (HelicsApp app)
New function: helicsEndpointSendString (HelicsEndpoint endpoint, Char_S* message, HelicsError* err)
New function: helicsEndpointSendStringTo (HelicsEndpoint endpoint, Char_S* message, Char_S* dst, HelicsError* err)
New function: helicsEndpointSendStringToAt (HelicsEndpoint endpoint, Char_S* message, Char_S* dst, HelicsTime time, HelicsError* err)
New function: helicsEndpointSendStringAt (HelicsEndpoint endpoint, Char_S* message, HelicsTime time, HelicsError* err)
New function: helicsFilterGetPropertyDouble (HelicsFilter filt, Char_S* prop)
New function: helicsFilterGetPropertyString (HelicsFilter filt, Char_S* prop)
New typedef: HelicsApp
New constant HELICS_CORE_TYPE_EXTRACT=101 in enum HelicsCoreTypes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant