Skip to content

Commit 434dfa4

Browse files
committed
release 0.3.3.4.0
1 parent 6247fd6 commit 434dfa4

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2018-02-05 Dirk Eddelbuettel <edd@debian.org>
22

3+
* DESCRIPTION (Version, Date): Release 0.3.3.4.0
4+
35
* inst/include/Eigen/src/Core/arch/CUDA/Half.h (Eigen): Condition use
46
of long long and unsigned long on C++11
57

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: RcppEigen
22
Type: Package
33
Title: 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library
44
Version: 0.3.3.4.0
5-
Date: 2018-02-04
5+
Date: 2018-02-05
66
Author: Douglas Bates, Dirk Eddelbuettel, Romain Francois, and Yixuan Qiu;
77
the authors of Eigen for the included version of Eigen
88
Maintainer: Dirk Eddelbuettel <edd@debian.org>

inst/NEWS.Rd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/RcppEigen/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/RcppEigen/issues/#1}{##1}}
55

6+
\section{Changes in RcppEigen version 0.3.3.4.0 (2018-02-05)}{
7+
\itemize{
8+
\item Updated to version 3.3.4 of Eigen (Yixuan in \ghpr{49})
9+
\item Also carried over on new upstream (Yixuan, addressing
10+
\ghit{48})
11+
\item As before, condition \code{long long} use on C++11.
12+
\item Pragmas for g++ & clang to suppress diagnostics messages are
13+
disabled per CRAN Policy; use \code{-Wno-ignored-attributes} to quieten.
14+
}
15+
}
16+
617
\section{Changes in RcppEigen version 0.3.3.3.1 (2017-11-19)}{
718
\itemize{
819
\item Compilation under Haiku-OS is now supported (Yu Gong in

0 commit comments

Comments
 (0)