diff --git a/docs.html b/docs.html index 44b9b4c2..163c88c1 100644 --- a/docs.html +++ b/docs.html @@ -19259,6 +19259,7 @@ List of additions and changes for each version:
  • faster loading of CSV files when using OpenMP
  • expanded chol() to optionally use pivoted decomposition
  • expanded vector, matrix and cube constructors to allow element initilisation via fill::value(scalar)
  • +
  • added csv_opts::semicolon option to allow saving/loading of CSV files with semicolon (;) instead of comma (,) as the separator character