Releases: jacobwilliams/csv-fortran
Releases · jacobwilliams/csv-fortran
2.1.0
2.0.1
- Version number update in
fpm.toml
file.
2.0.0
read
andopen
methods no longer clear all non-default settings.- CI updates and fixes. Now testing gfortran 9, 10, 11, and 12
- Workarounds for gfortran bugs are now only applied to gfortran <= 10.
- Moved
src/tests
directory totest
to conform to standard FPM layout. - Readme updates
1.5.0
- Added support for single precision real numbers.
1.4.0
1.3.0
- Added FPM support
- Fixed a small bug in the lowercase function. 🐞
- Added a VSCode workspace file.
1.2.0
- Added the option to append to an existing CSV file.
Initial Release
1.0.0 minor test case update.