Skip to content

Commit 0aaf259

Browse files
committed
update changelog and news, new minor version 0.12.14.8
1 parent 5447f03 commit 0aaf259

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
2018-01-14 Dirk Eddelbuettel <[email protected]>
22

3+
* DESCRIPTION (Version, Date): New minor version 0.12.14.8
4+
35
* inst/include/Rcpp/traits/is_na.h (Rcpp): Also speed up
46
Rcpp::is_na<Rcomplex>
57

8+
2018-01-14 Lionel Henry <[email protected]>
9+
10+
* inst/unitTests/cpp/stack.cpp: Move stack unwinding tests from misc.cpp
11+
* inst/unitTests/runit.stack.R: Move stack unwinding tests from misc.R;
12+
disaggregate stack unwinding tests; also disable for now
13+
614
2018-01-11 Kirill Müller <[email protected]>
715

816
* inst/include/Rcpp/traits/is_na.h: Speed up Rcpp::is_na<double>()

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.12.14.6
3+
Version: 0.12.14.8
44
Date: 2018-01-14
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers

inst/NEWS.Rd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
\item Permit compilation on ANDROID (Kenny Bell in \ghpr{796}).
3737
\item Improve support for NVCC, the CUDA compiler (Iñaki Ucar in
3838
\ghpr{798} addressing \ghit{797}).
39+
\item Speed up tests for NA and NaN (Kirill and Dirk in \ghpr{799} and
40+
\ghpr{800}).
41+
\item Rearrange stack unwind test code, keep test disabled for now (Lionel
42+
in \ghpr{801}).
3943
}
4044
\item Changes in Rcpp Attributes:
4145
\itemize{

0 commit comments

Comments
 (0)