Fortran Csv Module Versions Save

Read and Write CSV Files Using Modern Fortran

2.0.1

6 months ago
  • Version number update in fpm.toml file.

2.0.0

6 months ago
  • read and open 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 to test to conform to standard FPM layout.
  • Readme updates

1.5.0

2 years ago
  • Added support for single precision real numbers.

1.4.0

2 years ago
  • Some minor efficiency improvements
  • Bug fix in get_header routines (see #17). 🐞
  • Updates to CI and Readme

1.3.0

2 years ago

Full Changelog

  • Added FPM support
  • Fixed a small bug in the lowercase function. 🐞
  • Added a VSCode workspace file.

1.2.0

4 years ago
  • Added the option to append to an existing CSV file.

1.0.0

7 years ago