Skip to content

Commit 77b74b3

Browse files
committed
additional entries for NEWS, rolled version
1 parent 28d099d commit 77b74b3

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.12.1.5
4-
Date: 2015-11-09
3+
Version: 0.12.1.6
4+
Date: 2015-11-12
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Qiang Kou, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,28 @@
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 version 0.12.2 (expected 2015-11-01 or later)}{
6+
\section{Changes in Rcpp version 0.12.2 (2015-11-14)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
10+
\item Correct return type in product of matrix dimensions (PR \ghpr{374}
11+
by Florian)
1012
\item Before creating a single String object from a \code{SEXP}, ensure
1113
that it is from a vector of length one (PR \ghpr{376} fixing \ghit{375}).
12-
\item No longer use \code{STRING_ELT} as left-hand side, thanks to a
14+
\item No longer use \code{STRING_ELT} as a left-hand side, thanks to a
1315
heads-up by Luke Tierney (PR \ghpr{378} fixing \ghit{377}).
1416
\item Rcpp Module objects are now checked more carefully (PR \ghpr{381}
1517
by Tianqi, fixing \ghit{380})
1618
\item An overflow in Matrix column indexing was corrected (PR \ghpr{390}
1719
by Qiang, fixing a bug reported by Allessandro on the list)
18-
\item Matrix classes now have a \code{transpose()} function (fixing
19-
\ghit{383})
2020
\item \code{Nullable} types can now be assigned \code{R_NilValue} in
2121
function signatures. (PR \ghpr{395} by Dan, fixing issue \ghit{394})
2222
\item \code{operator<<()} now always shows decimal points (PR \ghpr{396}
23-
by Dan)
23+
by Dan)
24+
\item Matrix classes now have a \code{transpose()} function (PR \ghpr{397}
25+
by Dirk fixing \ghit{383})
26+
\item \code{operator<<()} for complex types was added (PR \ghpr{398} by
27+
Qiang, fixing \ghit{187})
2428
}
2529
\item Changes in Rcpp Attributes:
2630
\itemize{
@@ -31,7 +35,7 @@
3135
\item Added new Sugar function \code{cummin()}, \code{cummax()},
3236
\code{cumprod()} (PR \ghpr{389} by Nathan Russell fixing \ghit{388})
3337
\item Enabled sugar math operations for subsets; e.g. x[y] + x[z].
34-
(PR \ghpr{393}, implementing \ghit{392})
38+
(PR \ghpr{393} by Kevin and Qiang, implementing \ghit{392})
3539
}
3640
\item Changes in Rcpp Documentation:
3741
\itemize{

0 commit comments

Comments
 (0)