Version 2.2.0
fluidnumerics-joe
released this
12 Feb 15:13
·
55 commits
to master
since this release
This updated version of feq-parse includes the following updates
New features
- Custom functions can now be defined by the user. Users can now provide
pure
functions attached to a function name of their choosing so that they can define their own functions. Thanks @davidpfister for your efforts here!!
Build System updates
- Tests have been split into individual programs to support easy debugging of individually failed unit tests.
New Github Actions
- A liniting step is now performed with
fprettify
to ensure formatting is consistent and maintained. We've also included an fprettify configuration file and notes in the CONTRIBUTING guide for formatting any contributions.