Skip to content

Commit 6a4aa54

Browse files
committed
release 0.12.8 w/ complete NEWS.Rd
1 parent 4714579 commit 6a4aa54

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

inst/NEWS.Rd

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
for select matrix types (Nathan Russell in PR \ghpr{569})
1515
\item The exception call stack is again correctly reported; print methods
1616
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})
1721
}
1822
\item Changes in Rcpp Sugar:
1923
\itemize{
@@ -31,13 +35,19 @@
3135
\item The constructor test for datetime vectors reflects the new classes
3236
which treats Inf correctly (and still as a non-finite value)
3337
}
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+
}
3443
\item Updated Date and Datetime vector classes:
3544
\itemize{
3645
\item The \code{DateVector} and \code{DatetimeVector} classes were renamed
3746
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})
3948
\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})
4151
\item By defining \code{RCPP_NEW_DATE_DATETIME_VECTORS} the new classes
4252
can activated. We intend to make the new classes the default no sooner
4353
than twelve months from this release.

0 commit comments

Comments
 (0)