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