|
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 1.0.5 (2020-07-xx)}{ |
| 6 | +\section{Changes in Rcpp patch release version 1.0.4.6 (2020-04-02)}{ |
7 | 7 | \itemize{ |
8 | 8 | \item Changes in Rcpp API: |
9 | 9 | \itemize{ |
10 | 10 | \item The exception handler code in \ghpr{1043} was updated to ensure |
11 | 11 | proper include behavior (Kevin in \ghpr{1047} fixing \ghit{1046}). |
12 | | - \item A further updated corrected the header include and provided |
13 | | - a missing else branch (Mattias Ellert in \ghpr{1055}). |
14 | 12 | \item A missing \code{Rcpp_list6} definition was added to support |
15 | 13 | R 3.3.* builds (Davis Vaughan in \ghpr{1049} fixing \ghit{1048}). |
16 | 14 | \item Missing \code{Rcpp_list{2,3,4,5}} definition were added to |
17 | | - the Rcpp namespace (Dirk fixing \ghit{1053}). |
| 15 | + the Rcpp namespace (Dirk in \ghpr{1054} fixing \ghit{1053}). |
| 16 | + \item A further updated corrected the header include and provided |
| 17 | + a missing else branch (Mattias Ellert in \ghpr{1055}). |
| 18 | + \item Two more assignments are protect with \code{Rcpp::Shield} |
| 19 | + (Dirk in \ghpr{1059}) |
| 20 | + } |
| 21 | + \item Changes in Rcpp Attributes: |
| 22 | + \itemize{ |
| 23 | + \item Empty strings are not passed to \code{R CMD SHLIB} which was |
| 24 | + seen with R 4.0.0 on Windows (Kevin in \ghpr{1062} fixing \ghpr{1061}). |
18 | 25 | } |
19 | 26 | \item Changes in Rcpp Deployment: |
20 | 27 | \itemize{ |
21 | 28 | \item Travis CI unit tests now run a matrix over the versions of R |
22 | | - also tested at CRAN (rel/dev/oldrel/oldoldrel) (Dirk in \ghpr{1056}). |
| 29 | + also tested at CRAN (rel/dev/oldrel/oldoldrel), and coverage runs |
| 30 | + in parallel for a net speed-up (Dirk in \ghpr{1056} and \ghpr{1057}). |
23 | 31 | } |
24 | 32 | } |
25 | 33 | } |
|
0 commit comments