Skip to content

Commit 9fcd087

Browse files
committed
changelog
1 parent 66fe138 commit 9fcd087

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2018-02-04 Yixuan Qiu <yixuan.qiu@cos.name>
2+
3+
[ In RcppEigen 0.3.3.* branch ]
4+
5+
* inst/include/Eigen: Updated to the upstream 3.3 branch of Eigen
6+
based on version 3.3.4
7+
* inst/include/unsupported: Idem
8+
* DESCRIPTION: Idem
9+
* README.md: Idem
10+
11+
* inst/include/Eigen/src/Core/util/DisableStupidWarnings.h:
12+
Patch from upstream Eigen that has not been ported to the 3.3 branch
13+
(cf GitHub issue #48)
14+
115
2017-11-19 Dirk Eddelbuettel <edd@debian.org>
216

317
* DESCRIPTION (Version, Date): Release 0.3.3.3.1

DESCRIPTION

Lines changed: 3 additions & 3 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.3.1
5-
Date: 2017-11-19
4+
Version: 0.3.3.4.0
5+
Date: 2018-02-04
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>
@@ -14,7 +14,7 @@ Description: R and 'Eigen' integration using 'Rcpp'.
1414
such matrices, and solutions of linear systems. Its performance on many
1515
algorithms is comparable with some of the best implementations based on
1616
'Lapack' and level-3 'BLAS'. The 'RcppEigen' package includes the header
17-
files from the 'Eigen' C++ template library (currently version 3.3.3). Thus
17+
files from the 'Eigen' C++ template library (currently version 3.3.4). Thus
1818
users do not need to install 'Eigen' itself in order to use 'RcppEigen'.
1919
Since version 3.1.1, 'Eigen' is licensed under the Mozilla Public License
2020
(version 2); earlier version were licensed under the GNU LGPL version 3 or

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ systems. Its performance on many algorithms is comparable with some of the
1212
best implementations based on `Lapack` and level-3 `BLAS`.
1313

1414
The RcppEigen package includes the header files from the Eigen C++
15-
template library (currently version 3.3.3). Thus users do not need to
15+
template library (currently version 3.3.4). Thus users do not need to
1616
install Eigen itself in order to use RcppEigen.
1717

1818
### Status

0 commit comments

Comments
 (0)