Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@fluidnumerics-joe fluidnumerics-joe released this 06 Dec 21:41
· 108 commits to master since this release
91f35dd

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 either real(real32) or real(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 and ifx 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 and ifx compilers with both fpm and Cmake build systems
  • Github actions are now defined for gfortran on Windows