Skip to content

Commit f1dcd67

Browse files
committed
RcppArmadillo 15.0.1-1 CRAN release
1 parent c6e1550 commit f1dcd67

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

ChangeLog

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2025-08-27 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): RcppArmadillo 15.0.1-1
4+
* inst/NEWS.Rd: Idem
5+
* configure.ac: Idem
6+
* configure: Idem
7+
18
2025-08-23 Dirk Eddelbuettel <[email protected]>
29

310
* DESCRIPTION (Description): Rewritten and updated, add mention of
@@ -11,11 +18,6 @@
1118

1219
2025-08-22 Dirk Eddelbuettel <[email protected]>
1320

14-
* DESCRIPTION (Version, Date): RcppArmadillo 15.0.1-1
15-
* inst/NEWS.Rd: Idem
16-
* configure.ac: Idem
17-
* configure: Idem
18-
1921
* inst/include/current/: Armadillo 15.0.1
2022

2123
2025-08-21 Dirk Eddelbuettel <[email protected]>

DESCRIPTION

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: RcppArmadillo
22
Type: Package
33
Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library
44
Version: 15.0.1-1
5-
Date: 2025-08-23
5+
Date: 2025-08-27
66
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
77
comment = c(ORCID = "0000-0001-6419-907X")),
88
person("Romain", "Francois", role = "aut",
@@ -21,17 +21,16 @@ Description: 'Armadillo' is a templated C++ linear algebra library aiming toward
2121
A sophisticated expression evaluator (based on template meta-programming) automatically
2222
combines several operations to increase speed and efficiency. Dynamic evaluation
2323
automatically chooses optimal code paths based on detected matrix structures.
24-
Matrix decompositions (eigen, SVD, Cholesky, etc) are provided through integration
25-
with LAPACK, or one of its high performance drop-in replacements (eg. MKL or OpenBLAS).
26-
It can automatically use OpenMP multi-threading (parallelisation) to speed up
24+
Matrix decompositions are provided through integration with LAPACK, or one of its
25+
high performance drop-in replacements (such as 'MKL' or 'OpenBLAS'). It can
26+
automatically use 'OpenMP' multi-threading (parallelisation) to speed up
2727
computationally expensive operations.
2828
.
29-
The 'RcppArmadillo' package includes the header files from the templated 'Armadillo'
30-
library so users do not need to install 'Armadillo' itself in order to use
31-
'RcppArmadillo'.
29+
The 'RcppArmadillo' package includes the header files from the 'Armadillo' library;
30+
users do not need to install 'Armadillo' itself in order to use 'RcppArmadillo'.
3231
.
33-
Starting from release 15.0.0, the minimum compilation standard is C++14 so Armadillo
34-
version 14.6.3 is also included as a fallback when C++11 is used.
32+
Starting from release 15.0.0, the minimum compilation standard is C++14 so 'Armadillo'
33+
version 14.6.3 is included as a fallback when an R package forces the C++11 standard.
3534
.
3635
Since release 7.800.0, 'Armadillo' is licensed under Apache License 2; previous
3736
releases were under licensed as MPL 2.0 from version 3.800.0 onwards and LGPL-3

inst/NEWS.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +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.0.1-1 (2025-08-22)}{
6+
\section{Changes in RcppArmadillo version 15.0.1-1 (2025-08-27)}{
77
\itemize{
88
\item Upgraded to Armadillo release 15.0.1-1 (Medium Roast)
99
\itemize{
1010
\item Workaround for GCC compiler bug involving misoptimisation of
1111
complex number multiplication
1212
}
13+
\item Update DESCRIPTION and README.md
1314
}
1415
}
1516

0 commit comments

Comments
 (0)