|
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.6 (2016-07-31)}{ |
| 6 | +\section{Changes in Rcpp version 0.12.6 (2016-07-18)}{ |
7 | 7 | \itemize{ |
8 | 8 | \item Changes in Rcpp API: |
9 | 9 | \itemize{ |
|
17 | 17 | \item Allow for UTF-8 encoding in error messages via |
18 | 18 | \code{RCPP_USING_UTF8_ERROR_STRING} macro (Qin Wenfeng in \ghpr{493}) |
19 | 19 | \item The R function \code{Rf_warningcall} is now provided as well (as |
20 | | - usual without leading Rf_) (\ghpr{497} fixing \ghit{495}) |
| 20 | + usual without leading \code{Rf_}) (\ghpr{497} fixing \ghit{495}) |
21 | 21 | } |
22 | 22 | \item Changes in Rcpp Sugar: |
23 | 23 | \itemize{ |
|
27 | 27 | (Dan Dillon in PR \ghpr{476} fixing issue \ghit{475}). |
28 | 28 | \item New \code{algorithm} header using iterator-based approach for |
29 | 29 | vectorized functions (Dan in PR \ghpr{481} revisiting PR \ghpr{428} and |
30 | | - addressing issue \ghit{426}). |
| 30 | + addressing issue \ghit{426}, with futher work by Kirill in PR \ghpr{488} |
| 31 | + and Nathan in \ghpr{503} fixing issue \ghit{502}). |
31 | 32 | \item The \code{na_omit()} function is now faster for vectors without |
32 | 33 | \code{NA} values (Artem Klevtsov in PR \ghpr{492}) |
33 | 34 | } |
34 | 35 | \item Changes in Rcpp Attributes: |
35 | 36 | \itemize{ |
36 | 37 | \item Add \code{cacheDir} argument to \code{sourceCpp()} to enable caching of |
37 | | - shared libraries across R sessions. |
| 38 | + shared libraries across R sessions (JJ in \ghpr{504}). |
38 | 39 | \item Code generation now deals correctly which packages containing a dot |
39 | | - in their name (Qiang in \ghpr{501} fixing \ghit{500}) |
| 40 | + in their name (Qiang in \ghpr{501} fixing \ghit{500}). |
40 | 41 | } |
41 | 42 | } |
42 | 43 | } |
|
0 commit comments