Skip to content

Commit adc4633

Browse files
committed
RcppArmadillo 15.2.4-0
1 parent eb2fa71 commit adc4633

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

ChangeLog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
2026-03-16 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* inst/include/current/: Sync with Armadillo 15.2.4
4+
15
2026-01-07 Dirk Eddelbuettel <edd@debian.org>
26

37
* .github/workflows/ci.yaml: Switch to actions/checkout@v6
48

59
2026-01-04 Dirk Eddelbuettel <edd@debian.org>
610

7-
* NAMESPACE: Also import stats:na.omit and utils::packageVersion for
11+
* NAMESPACE: Also import stats::na.omit and utils::packageVersion for
812
use in init.R
913

1014
2026-01-03 Dirk Eddelbuettel <edd@debian.org>

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: RcppArmadillo
22
Type: Package
33
Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library
4-
Version: 15.2.3-1.1
5-
Date: 2026-01-03
4+
Version: 15.2.4-0
5+
Date: 2026-03-16
66
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
77
comment = c(ORCID = "0000-0001-6419-907X")),
88
person("Romain", "Francois", role = "aut",

inst/NEWS.Rd

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/RcppArmadillo/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/RcppArmadillo/issues/#1}{##1}}
55

6-
\section{Changes in RcppArmadillo version 15.2.3-1.1 (2026-01-03)}{
6+
\section{Changes in RcppArmadillo version 15.2.4-0 (2026-03-16)}{
77
\itemize{
8-
\item Refined OpenMP setup (Dirk in \ghpr{500}
8+
\item Upgraded to Armadillo release 15.2.4 (Medium Roast Deluxe)
9+
\itemize{
10+
\item Workarounds for bugs in GCC and Clang sanitisers (ASAN false positives)
11+
\item Faster handling of blank sparse matrices
12+
}
13+
\item Refined OpenMP setup (Dirk in \ghpr{500})
914
}
1015
}
1116

0 commit comments

Comments
 (0)