Version 2.1.0
fluidnumerics-joe
released this
06 Dec 21:41
·
108 commits
to master
since this release
This updated version of feq-parse includes the following updates
New features
- Fortran array support -
EquationParser % Evaluate
can now be called on scalar and rank-1 through rank-4 arrays of eitherreal(real32)
orreal(real64)
types.
Build System updates
- CMake build system updates to support compatibility with Windows operating system and Visual Studio
- CMake build system updates to support
ifort
andifx
compilers from Intel - fpm build system updates to include examples now defined in the
example/
subdirectory
New Github Actions
- Github actions are now defined for gfortran-9 through gfortran-12 with both fpm and Cmake build systems
- Github actions are now defined for
ifort
andifx
compilers with both fpm and Cmake build systems - Github actions are now defined for gfortran on Windows