Skip to content

Commit b7a9d07

Browse files
committed
Note that 15.0.1-1 is unreleased as of now
1 parent 76250f7 commit b7a9d07

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ChangeLog

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
2025-08-27 Dirk Eddelbuettel <[email protected]>
1+
2025-08-28 Dirk Eddelbuettel <[email protected]>
22

3-
* DESCRIPTION (Version, Date): RcppArmadillo 15.0.1-1
3+
* DESCRIPTION (Version, Date): RcppArmadillo 15.0.1-1 (unreleased)
44
* inst/NEWS.Rd: Idem
55
* configure.ac: Idem
66
* configure: Idem
77

8+
2025-08-27 Dirk Eddelbuettel <[email protected]>
9+
810
* inst/include/RcppArmadilloExtensions/fixprob.h: Replace deprecated
911
arma::is_finite(val) with std::isfinite(val)
1012

inst/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-27)}{
6+
\section{Changes in RcppArmadillo version 15.0.1-1 (2025-08-27) (unreleased)}{
77
\itemize{
88
\item Upgraded to Armadillo release 15.0.1-1 (Medium Roast)
99
\itemize{
@@ -14,7 +14,7 @@
1414
}
1515
}
1616

17-
\section{Changes in RcppArmadillo version 15.0.0-1 (2025-08-21)}{
17+
\section{Changes in RcppArmadillo version 15.0.0-1 (2025-08-21) (GitHub Only)}{
1818
\itemize{
1919
\item Upgraded to Armadillo release 15.0.0-1 (Medium Roast)
2020
\itemize{

0 commit comments

Comments
 (0)