Skip to content

Commit 5cfa891

Browse files
committed
Roll micro release to 1.0.9.5
1 parent c05fd1b commit 5cfa891

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2022-10-27 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
5+
16
2022-10-27 Kevin Ushey <[email protected]>
27

38
* inst/tinytest/cpp/coerce.cpp: add coerce unit tests

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
33
Version: 1.0.9.5
4-
Date: 2022-10-12
4+
Date: 2022-10-27
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

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

6-
\section{Changes in Rcpp release version 1.0.9.3 (2022-09-25)}{
6+
\section{Changes in Rcpp release version 1.0.9.6 (2022-10-27)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
@@ -15,11 +15,17 @@
1515
\item The 'finalize' method for Rcpp Modules is now eagerly materialized,
1616
fixing an issue where errors can occur when Module finalizers are run
1717
(Kevin in \ghpr{1231} closing \ghit{1230}).
18+
\item Zero-row \code{data.frame} objects can receive \code{push_back}
19+
or \code{push_front} (Dirk in \ghpr{1233} fixing \ghit{1232}).
20+
\item One remaining \code{sprintf} has been replaced by
21+
\code{snprintf} (Dirk and Kevin in \ghpr{1236} and \ghpr{1237}).
1822
}
1923
\item Changes in Rcpp Attributes:
2024
\itemize{
2125
\item The C++20, C++2b (experimental) and C++23 standards now have
2226
plugin support like the other C++ standards (Dirk in \ghpr{1228}).
27+
\item The source path for attributes received one more protection
28+
from spaces (Dirk in \ghpr{1235} addressing \ghit{1234}).
2329
}
2430
}
2531
}

0 commit comments

Comments
 (0)