Version 2.9.0
Improvements to decrease compile time and binary size.
Important change that may require your intervention: examples in src/stencils
are now in .cpp
(not .hpp
) files. Running git pull
will likely fail if any existing .hpp
files have been modified.
- If you do not need any of your local changes, just run
git stash
. - If you have modified any example stencils and wish to keep the changes, commit them to your local repository before running
git pull
. - If you have any new stencils, just change their suffixes to
.cpp
to make sure they are added to the YASK compiler.