Skip to content

Commit 8bc370a

Browse files
committed
changelog and news entry for PR 389 by Nathan
1 parent 49435a2 commit 8bc370a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2015-10-30 Nathan Russell <[email protected]>
2+
3+
* inst/include/Rcpp/sugar/functions/cummax.h: New sugar function
4+
* inst/include/Rcpp/sugar/functions/cummin.h: New sugar function
5+
* inst/include/Rcpp/sugar/functions/cumprod.h: New sugar function
6+
* inst/unitTests/cpp/sugar.cpp: Unit test support for new functions
7+
* inst/unitTests/runit.sugar.R: Ditto
8+
19
2015-10-08 Tianqi Chen <[email protected]>
210

311
* inst/include/Rcpp/api/meat/is.h: Enhance the check for Rcpp Module

inst/NEWS.Rd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
\itemize{
1919
\item Enable export of C++ interface for functions that return void.
2020
}
21+
\item Changes in Rcpp Sugar:
22+
\itemize{
23+
\item Added new Sugar function \code{cummin()}, \code{cummax()},
24+
\code{cumprod()} (PR \ghpr{389} by Nathan Russell fixing \ghit{388})
25+
}
2126
\item Changes in Rcpp Documentation:
2227
\itemize{
2328
\item The \code{NEWS} file now links to GitHub issue tickets and pull

0 commit comments

Comments
 (0)