Skip to content

Releases: ashaduri/csv-parser

ashaduri_csv_parser-1.0.0

04 Jan 11:56
Compare
Choose a tag to compare

Changes:

  • Support for parsing a matrix into a row- and column-major-ordered 1D vector. This is especially useful for numeric data.
  • Support for floating point and integral types in containers, when these containers are passed to parsing functions.
  • Support for compile-time "quote-cleaning" of strings.
  • This release introduces incompatible changes (mainly renaming of functions). No silent breakages are introduced - the compiler will catch all incompatibilities.
  • Updated examples.

ashaduri_csv_parser-0.9.0

18 Feb 13:18
Compare
Choose a tag to compare

Initial stable release.