Skip to content

Releases: jacobwilliams/csv-fortran

2.1.0

22 Jun 20:16
Compare
Choose a tag to compare
  • Renamed the library to cdv-fortran
  • Added some more tests
  • Bug fix for header_row=0
  • Updated the path to the test directory on CMakeLists to the new location.
  • Updated cmake package versioning (to the next one 2.0.2).

2.0.1

23 Oct 03:06
Compare
Choose a tag to compare
  • Version number update in fpm.toml file.

2.0.0

23 Oct 03:04
1cacfc7
Compare
Choose a tag to compare
  • 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

14 Apr 22:35
b174ab3
Compare
Choose a tag to compare
  • Added support for single precision real numbers.

1.4.0

03 Apr 13:30
7ce9922
Compare
Choose a tag to compare
  • Some minor efficiency improvements
  • Bug fix in get_header routines (see #17). 🐞
  • Updates to CI and Readme

1.3.0

27 Aug 14:15
Compare
Choose a tag to compare

Full Changelog

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

1.2.0

15 Oct 02:01
e13b29b
Compare
Choose a tag to compare
  • Added the option to append to an existing CSV file.

Initial Release

12 Feb 07:04
Compare
Choose a tag to compare
1.0.0

minor test case update.