Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f834550

Browse files
committedFeb 28, 2024
RcppEigen 0.3.4.0.0
1 parent 136edb5 commit f834550

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
 

Diff for: ‎ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-02-28 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): Release 0.3.4.0.0
4+
15
2024-02-12 Tomas Kalibera <tomas.kalibera@gmail.com>
26

37
* inst/include/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h:

Diff for: ‎DESCRIPTION

+2-2
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.99.0
5-
Date: 2024-01-17
4+
Version: 0.3.4.0.0
5+
Date: 2024-02-28
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>

Diff for: ‎inst/NEWS.Rd

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4.0.0 (2024-02-28)}{
7+
\itemize{
8+
\item The Eigen version has been upgrade to release 3.4.0 (Yixuan)
9+
\item Extensive reverse-dependency checks ensure only three out of over
10+
400 packages at CRAN are affected; PRs and patches helped other packages
11+
}
12+
}
13+
614
\section{Changes in RcppEigen version 0.3.3.9.4 (2023-11-01)}{
715
\itemize{
816
\item The CITATION file has been updated for the new \code{bibentry}

0 commit comments

Comments
 (0)
Please sign in to comment.