Skip to content

Releases: wavebitscientific/functional-fortran

functional-fortran-0.6.2

07 Dec 22:46
a2cd6ea
Compare
Choose a tag to compare

What's Changed

  • Remove gfortran-8 from the CI workflow by @milancurcic in #25
  • Allowed subscripting the last index of array. by @nakib in #27

New Contributors

  • @nakib made their first contribution in #27

Full Changelog: 0.6.1...0.6.2

functional-fortran-0.6.1

28 Jun 11:35
Compare
Choose a tag to compare

What's Changed

  • Update build/test CI to use GH Actions by @zmoon in #22
  • No more gfortran-7 on Ubuntu 20.04 runners by @zmoon in #23

New Contributors

  • @zmoon made their first contribution in #22

Full Changelog: 0.6.0...0.6.1

functional-fortran-0.6.0

21 Nov 19:23
d79a2b5
Compare
Choose a tag to compare
  • 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.

functional-fortran-0.5.0

20 Nov 00:37
3af0e6d
Compare
Choose a tag to compare

This release includes:

functional-fortran-0.4.0

20 Dec 00:39
c977b45
Compare
Choose a tag to compare

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

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

functional-fortran-0.3.0

09 May 16:51
Compare
Choose a tag to compare
  • Includes an implementation for empty array generator of any Fortran standard kind
  • Minor fixes to docstrings

functional-fortran-0.2.0

04 Jan 23:58
Compare
Choose a tag to compare

Initial tagged release.