From 82303d90cc71c33a74bf61f6d400262a7e157a09 Mon Sep 17 00:00:00 2001 From: Avraham Adler Date: Mon, 21 Aug 2023 13:35:51 -0400 Subject: [PATCH] Update NEWS --- inst/NEWS.Rd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 2fcec37..c1f05af 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -24,7 +24,8 @@ \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. + \item Ported Compensated Horner Scheme algorithms to C for speed. The + algorithms are roughly 10x as fast. \item Updated unit tests. \item Added \file{LICENSE} to \file{.Rbuildignore} and removed from \file{DESCRIPTION} as suggested on