Releases: wavebitscientific/functional-fortran
Releases · wavebitscientific/functional-fortran
functional-fortran-0.6.2
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
Full Changelog: 0.6.1...0.6.2
functional-fortran-0.6.1
functional-fortran-0.6.0
- Updated the source file layout for conform to the fpm default manifest
- Removed
mod_
prefixes from all modules. Now import it as justuse functional, only: ...
See #20 for more details.
functional-fortran-0.5.0
functional-fortran-0.4.0
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
- Includes an implementation for empty array generator of any Fortran standard kind
- Minor fixes to docstrings
functional-fortran-0.2.0
Initial tagged release.