Skip to content

Commit b4399b5

Browse files
committed
release 0.3.3.7.0
1 parent 8271315 commit b4399b5

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ debian
99
.*\.tar\.gz$
1010
^patches
1111
^.editorconfig$
12+
^eigen-?\.?\.?

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2019-11-16 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): Release 0.3.3.7.0
4+
5+
* inst/include/Eigen: Upgraded to Eigen 3.3.7
6+
* inst/include/unsupported/Eigen: Idem
7+
* patches/eigen-3.3.7.diff: Carried local CRAN patches forward
8+
19
2019-11-01 Dirk Eddelbuettel <edd@debian.org>
210

311
* R/unit.test.R (compile_unit_tests): Removed as no longer needed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: RcppEigen
22
Type: Package
33
Title: 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library
4-
Version: 0.3.3.5.1
5-
Date: 2019-10-13
4+
Version: 0.3.3.7.0
5+
Date: 2019-11-16
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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@
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.?.0 (2019-??-??)}{
6+
\section{Changes in RcppEigen version 0.3.3.7.0 (2019-11-16)}{
77
\itemize{
88
\item Fixed skeleton package creation listing RcppEigen under Imports
99
(James Balamuta in \ghpr{68} addressing \ghit{16}).
1010
\item Small RNG use update to first example in skeleton package used
11-
by package creation helper.
12-
\item Update vignette example to use RcppEigen:::eigen_version().
13-
\item Correct one RcppEigen.package.skeleton() corner case.
11+
by package creation helper (Dirk addressing \ghit{69}).
12+
\item Update vignette example to use RcppEigen:::eigen_version() (Dirk
13+
addressing \ghit{71}).
14+
\item Correct one RcppEigen.package.skeleton() corner case (Dirk in
15+
\ghpr{77} fixing \ghit{75}).
16+
\item Correct one usage case with \pkg{pkgKitten} (Dirk in \ghpr{78}).
17+
\item The package now uses \pkg{tinytest} for unit tests (Dirk in
18+
\ghpr{81}).
19+
\item Upgraded to Eigen 3.3.7 (Dirk in \ghpr{82} fixing \ghit{80}).
1420
}
1521
}
1622

@@ -38,7 +44,7 @@
3844
\section{Changes in RcppEigen version 0.3.3.3.1 (2017-11-19)}{
3945
\itemize{
4046
\item Compilation under Haiku-OS is now supported (Yu Gong in
41-
\ghpr{45}).
47+
\ghpr{45}).
4248
\item The \code{Rcpp.plugin.maker} helper function is called via
4349
\code{::} as it is in fact exported (yet we had old code using
4450
\code{:::}).

0 commit comments

Comments
 (0)