Releases: jacobwilliams/csv-fortran
Releases · jacobwilliams/csv-fortran
3.0.0
23 May 17:43
Compare
Sorry, something went wrong.
No results found
Add support for quad (real128) real precision.
When writing reals, the format statement used now depends on the kind.
2.2.0
29 Dec 15:47
Compare
Sorry, something went wrong.
No results found
Added an optional delimiter input to read_csv_file so the delimiter can also be set when the file is read. [@RJaBi ]
2.1.0
22 Jun 20:16
Compare
Sorry, something went wrong.
No results found
Renamed the library to csv-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
Sorry, something went wrong.
No results found
Version number update in fpm.toml file.
2.0.0
23 Oct 03:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added support for single precision real numbers.
1.4.0
03 Apr 13:30
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added the option to append to an existing CSV file.
Initial Release
12 Feb 07:04
Compare
Sorry, something went wrong.
No results found
1.0.0
minor test case update.