We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2471d10 commit 14ef94dCopy full SHA for 14ef94d
1 file changed
inst/NEWS.Rd
@@ -3,7 +3,15 @@
3
\newcommand{\ghpr}{\href{https://github.com/RcppCore/RcppArmadillo/pull/#1}{##1}}
4
\newcommand{\ghit}{\href{https://github.com/RcppCore/RcppArmadillo/issues/#1}{##1}}
5
6
-\section{Changes in RcppArmadillo version 15.x.y-1 [unreleased] (2026-xx-yy)}{
+\section{Changes in RcppArmadillo version 15.2.5-0 [unreleased] (2026-04-yy)}{
7
+ \itemize{
8
+ \item Upgraded to Armadillo release 15.2.5 (Medium Roast Deluxe)
9
10
+ \item Fix for handling NaN elements in \code{.is_zero()}
11
+ \item Fix for handling NaN in tolerance and conformance checks
12
+ \item Faster handling of diagonal views and submatrices with one row
13
+ }
14
15
\itemize{
16
\item Sunset the pre-C++14 fallback of including Armadillo 4.6.4 (Dirk in
17
\ghpr{504} closing \ghit{503})
0 commit comments