From e11ceea0fac9126fa0b3d6e2c01ec36865ce7c8e Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 7 Jul 2021 01:33:12 +1000 Subject: [PATCH] update list of changes --- docs.html | 1 + 1 file changed, 1 insertion(+) 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