|
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.19 (2018-09-xx)}{ |
| 6 | +\section{Changes in Rcpp version 0.12.19 (2018-09-20)}{ |
7 | 7 | \itemize{ |
8 | 8 | \item Changes in Rcpp API: |
9 | 9 | \itemize{ |
| 10 | + \item The \code{no_init()} accessor for vectors and matrices is |
| 11 | + now wrapped in \code{Shield<>()} to not trigger \code{rchk} |
| 12 | + warnings (Kirill Mueller in \ghpr{893} addressing \ghit{892}). |
10 | 13 | \item \code{STRICT_R_HEADERS} will be defined twelve months from |
11 | 14 | now; until then we protect it via \code{RCPP_NO_STRICT_HEADERS} |
12 | 15 | which can then be used to avoid the definition; downstream |
13 | 16 | maintainers are encouraged to update their packages as needed |
| 17 | + (Dirk in \ghpr{900} beginning to address \ghit{898}). |
14 | 18 | } |
15 | 19 | \item Changes in Rcpp Attributes: |
16 | 20 | \itemize{ |
17 | | - \item Added \code{[[Rcpp::init]]} attribute for registering C++ functions to |
18 | | - run during package initialization. |
| 21 | + \item Added \code{[[Rcpp::init]]} attribute for registering C++ |
| 22 | + functions to run during package initialization (JJ in \ghpr{903} |
| 23 | + addressing \ghit{902}). |
19 | 24 | } |
20 | 25 | \item Changes in Rcpp Modules: |
21 | 26 | \itemize{ |
|
24 | 29 | } |
25 | 30 | \item Changes in Rcpp Documentation: |
26 | 31 | \itemize{ |
| 32 | + \item Two typos were fixed in the Rcpp Sugar vignette (Patrick |
| 33 | + Miller in \ghpr{895}). |
27 | 34 | \item Several vignettes now use the \code{collapse} argument to |
28 | 35 | show output in the corresponding code block. |
29 | 36 | } |
30 | 37 | \item Changes in Rcpp Deployment: |
31 | 38 | \itemize{ |
| 39 | + \item The old \code{LdFlags()} build helper is now deprecated |
| 40 | + (Dirk in \ghpr{887}). |
32 | 41 | \item Dockerfiles for continuous integration, standard deployment |
33 | 42 | and 'plus sized' deployment are provided along with builds |
| 43 | + (Dirk in \ghpr{894}). |
34 | 44 | \item Travis CI now use the \code{rcpp/ci} container for tests |
| 45 | + (Dirk in \ghpr{896}). |
35 | 46 | } |
36 | 47 | } |
37 | 48 | } |
|
0 commit comments