Skip to content

Commit 3c80862

Browse files
committed
Roll micro version and date, update NEWS
1 parent 52e072f commit 3c80862

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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
5-
Date: 2025-12-16
4+
Version: 15.2.3-1.1
5+
Date: 2026-01-03
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@
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)}{
7+
\itemize{
8+
\item Refined OpenMP setup (Dirk in \ghpr{500}
9+
}
10+
}
11+
612
\section{Changes in RcppArmadillo version 15.2.3-1 (2025-12-16)}{
713
\itemize{
814
\item Upgraded to Armadillo release 15.2.3 (Medium Roast Deluxe)
915
\itemize{
1016
\item Faster \code{.resize()} for vectors
1117
\item Faster \code{repcube()}
1218
}
13-
c }
19+
}
1420
}
1521

1622
\section{Changes in RcppArmadillo version 15.2.2-1 (2025-11-21)}{

0 commit comments

Comments
 (0)