|
3 | 3 | \newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}} |
4 | 4 | \newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}} |
5 | 5 |
|
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)}{ |
7 | 7 | \itemize{ |
8 | 8 | \item Changes in Rcpp API: |
9 | 9 | \itemize{ |
| 10 | + \item Correct return type in product of matrix dimensions (PR \ghpr{374} |
| 11 | + by Florian) |
10 | 12 | \item Before creating a single String object from a \code{SEXP}, ensure |
11 | 13 | 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 |
13 | 15 | heads-up by Luke Tierney (PR \ghpr{378} fixing \ghit{377}). |
14 | 16 | \item Rcpp Module objects are now checked more carefully (PR \ghpr{381} |
15 | 17 | by Tianqi, fixing \ghit{380}) |
16 | 18 | \item An overflow in Matrix column indexing was corrected (PR \ghpr{390} |
17 | 19 | 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}) |
20 | 20 | \item \code{Nullable} types can now be assigned \code{R_NilValue} in |
21 | 21 | function signatures. (PR \ghpr{395} by Dan, fixing issue \ghit{394}) |
22 | 22 | \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}) |
24 | 28 | } |
25 | 29 | \item Changes in Rcpp Attributes: |
26 | 30 | \itemize{ |
|
31 | 35 | \item Added new Sugar function \code{cummin()}, \code{cummax()}, |
32 | 36 | \code{cumprod()} (PR \ghpr{389} by Nathan Russell fixing \ghit{388}) |
33 | 37 | \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}) |
35 | 39 | } |
36 | 40 | \item Changes in Rcpp Documentation: |
37 | 41 | \itemize{ |
|
0 commit comments