|
7 | 7 | \itemize{
|
8 | 8 | \item Changes in Rcpp API:
|
9 | 9 | \itemize{
|
10 |
| - \item \code{STRICT_R_HEADERS} will be enabled by default, see |
11 |
| - extensive discussion in \ghit{1158}. |
| 10 | + \item \code{STRICT_R_HEADERS} is now enabled by default, see |
| 11 | + extensive discussion in \ghit{1158} closing \ghit{898}. |
12 | 12 | \item A new \code{#define} allows default setting of finalizer
|
13 | 13 | calls for external pointers (Iñaki in \ghpr{1180} closing \ghit{1108}).
|
14 |
| - \item `Rcpp:::CxxFlags()` now quotes the include path generated, |
15 |
| - closing \ghit{1188}. |
| 14 | + \item \code{Rcpp:::CxxFlags()} now quotes the include path generated, |
| 15 | + (Kevin in \ghpr{1189} closing \ghit{1188}). |
| 16 | + \item New header files \code{Rcpp/Light}, \code{Rcpp/Lighter}, |
| 17 | + \code{Rcpp/Lightest} and default \code{Rcpp/Rcpp} for fine-grained |
| 18 | + access to features (and compilation time) (Dirk \ghpr{1191} |
| 19 | + addressing \ghpr{1168}). |
| 20 | + } |
| 21 | + \item Changes in Rcpp Attributes: |
| 22 | + \itemize{ |
| 23 | + \item A new option \code{signature} allows customization of |
| 24 | + function signatures (Travers Ching in \ghpr{1184} and \ghpr{1187} fixing |
| 25 | + \ghit{1182}) |
16 | 26 | }
|
17 | 27 | \item Changes in Rcpp Documentation:
|
18 | 28 | \itemize{
|
19 | 29 | \item The Rcpp FAQ has a new entry on how \emph{not} to grow a vector
|
20 | 30 | (Dirk in \ghpr{1167}).
|
21 | 31 | \item Some long-spurious calls to \code{RNGSope} have been removed
|
22 |
| - from examples. |
| 32 | + from examples (Dirk in \ghpr{1173} closing \ghit{1172}). |
| 33 | + \item DOI reference in the bibtex files have been updated per JSS |
| 34 | + request (Dirk in \ghpr{1186}). |
23 | 35 | }
|
24 | 36 | \item Changes in Rcpp Deployment:
|
25 | 37 | \itemize{
|
26 |
| - \item Some continuous integration components have been updated. |
| 38 | + \item Some continuous integration components have been updated |
| 39 | + (Dirk in \ghpr{1174}, \ghpr{1181}, and \ghpr{1190}). |
27 | 40 | }
|
28 | 41 | }
|
29 | 42 | }
|
|
0 commit comments