From bf027df431ded430e63d918d907e8d59d69769d4 Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 3 Feb 2023 11:10:24 +1000 Subject: [PATCH] update list of changes --- docs.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.html b/docs.html index 64458fe1..f778d3d3 100644 --- a/docs.html +++ b/docs.html @@ -19623,9 +19623,10 @@ List of additions and changes for each version:
  • C++14 is now the minimum required C++ standard
  • faster min() and max()
  • faster index_min() and index_max()
  • +
  • added csv_opts::strict option to loading CSV files to interpret missing values as NaN
  • added check_for_zeros option to form 4 of sparse matrix batch constructors
  • inv() and inv_sympd() with options inv_opts::no_ugly or inv_opts::allow_approx now use a scaled threshold similar to pinv()
  • -
  • set_cout_stream() and set_cerr_stream() are now no-ops; instead use ARMA_COUT_STREAM, or ARMA_CERR_STREAM, or ARMA_WARN_LEVEL
  • +
  • set_cout_stream() and set_cerr_stream() are now no-ops; instead use the options ARMA_COUT_STREAM, or ARMA_CERR_STREAM, or ARMA_WARN_LEVEL