|
14 | 14 | for select matrix types (Nathan Russell in PR \ghpr{569}) |
15 | 15 | \item The exception call stack is again correctly reported; print methods |
16 | 16 | and tests added too (Jim Hester in PR \ghpr{582} fixing \ghit{579}) |
| 17 | + \item Variatic macros no longer use a GNU extensions (Nathan in PR |
| 18 | + \ghpr{575}) |
| 19 | + \item Hash index functions were standardized on returning unsigned |
| 20 | + integers (Also PR \ghpr{575}) |
17 | 21 | } |
18 | 22 | \item Changes in Rcpp Sugar: |
19 | 23 | \itemize{ |
|
31 | 35 | \item The constructor test for datetime vectors reflects the new classes |
32 | 36 | which treats Inf correctly (and still as a non-finite value) |
33 | 37 | } |
| 38 | + \item Changes in Rcpp Attributes |
| 39 | + \itemize{ |
| 40 | + \item An 'empty' return was corrected (PR \ghpr{589} fixing issue |
| 41 | + \ghit{588}, and with thanks to Duncan Murdoch for the heads-up) |
| 42 | + } |
34 | 43 | \item Updated Date and Datetime vector classes: |
35 | 44 | \itemize{ |
36 | 45 | \item The \code{DateVector} and \code{DatetimeVector} classes were renamed |
37 | 46 | with a prefix \code{old}; they are currently \code{typedef}'ed to the |
38 | | - existing name (\ghpr{557}, also \ghpr{577}) |
| 47 | + existing name (\ghpr{557}) |
39 | 48 | \item New variants \code{newDateVector} and \code{newDatetimeVector} were |
40 | | - added based on \code{NumericVector} (also \ghpr{557}, \ghpr{577}) |
| 49 | + added based on \code{NumericVector} (also \ghpr{557}, \ghpr{577}, |
| 50 | + \ghpr{581}, \ghpr{587}) |
41 | 51 | \item By defining \code{RCPP_NEW_DATE_DATETIME_VECTORS} the new classes |
42 | 52 | can activated. We intend to make the new classes the default no sooner |
43 | 53 | than twelve months from this release. |
|
0 commit comments