Preesm Release 3.6.2 - Documented Macros
We have released Preesm version 3.6.2. This release changes how the Code Generation macros work.
We have released Preesm version 3.6.2. This release changes how the Code Generation macros work.
We have released Preesm version 3.6.0. Among the fixes and additions, this release introduces a new way to register the workflow tasks using annotations:
@PreesmTask(
id = "my.unique.workflow.task.identifier",
name = "Example Task",
inputs = {@Port(name = "PiMM", type = PiGraph.class)},
outputs = {@Port(name = "PiMM", type = PiGraph.class)}
)
We have released Preesm version 3.3.0, introducing 2 parameters for controlling workflows.
We have setup an update site for hosting the last 10 snapshot versions of Preesm at https://preesm.github.io/preesm-snapshot-site/.
We are pleased to announce the release of Preesm 3.0.0. This major update comes with a heavy refactoring of the application, without functional updates.