From c4f236ddc6b06d9052c805ca3a8729c3e211e1aa Mon Sep 17 00:00:00 2001 From: Avraham Adler Date: Wed, 23 Aug 2023 16:46:33 -0400 Subject: [PATCH] Update NEWS --- inst/NEWS.Rd | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 279cefa..2c3a07e 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -21,16 +21,17 @@ } \subsection{Changed}{ \itemize{ - \item Changed linear solution algorithm to use \code{qr.solve} when the - default \code{solve} fails with a singular matrix issue. This allows - higher degree polynomials in certain cases. \item Ported Compensated Horner Scheme algorithms to C for speed. The - algorithms are roughly 10x as fast. + algorithms are now roughly 10x faster. + \item Changed linear solution algorithm to use \code{qr.solve} when the + default \code{solve} fails with a singular matrix issue. This \emph{may} + allow for higher degree polynomials in certain cases. + \item Cleaned up and updated documentation. \item Updated unit tests. + \item Cleaned up the parameter passing in some internal functions. \item Added \file{LICENSE} to \file{.Rbuildignore} and removed from \file{DESCRIPTION} as suggested on \href{https://stat.ethz.ch/pipermail/r-package-devel/2023q3/009417.html}{R-pkg-devel}. - \item Cleanup parameter passing to some internal functions. } } }