Functional Fortran Versions Save

Functional programming for modern Fortran

0.6.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/wavebitscientific/functional-fortran/compare/0.6.1...0.6.2

0.6.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/wavebitscientific/functional-fortran/compare/0.6.0...0.6.1

0.6.0

3 years ago
  • Updated the source file layout for conform to the fpm default manifest
  • Removed mod_ prefixes from all modules. Now import it as just use functional, only: ...

See #20 for more details.

0.5.0

3 years ago

This release includes:

  • Minor code refactors (844923b4fe0c726aa30badd75336be2435117d0c, 816dc924f24b388238c987249f77337d9404aad7, f9baf451a3256c84165c2b9a3fdffd335ba1124e)
  • fpm package manifest

0.4.0

5 years ago

Introduces character string support for most functions and their respective operators:

  • complement
  • empty
  • head
  • init
  • intersection
  • insert
  • last
  • reverse
  • set
  • sort
  • split
  • tail
  • union

0.3.0

7 years ago
  • Includes an implementation for empty array generator of any Fortran standard kind
  • Minor fixes to docstrings

0.2.0

7 years ago

Initial tagged release.