Skip to content

Commit

Permalink
Merge pull request #432 from RcppCore/feature/remove_legacy_headers
Browse files Browse the repository at this point in the history
Remove file non-user facing leagcy header files (closes #400)
  • Loading branch information
eddelbuettel committed Jan 18, 2024
2 parents 20e4ea3 + 0794e7d commit da81db1
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 27 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2024-01-18 Dirk Eddelbuettel <[email protected]>

* inst/include/RcppArmadilloAs.h: Remove non-user facing include
file, the prefered alternative in RcppArmadillo/ is available
* inst/include/RcppArmadilloConfig.h: Idem
* inst/include/RcppArmadilloForward.h: Idem
* inst/include/RcppArmadilloSugar.h: Idem
* inst/include/RcppArmadilloWrap.h: Idem

2023-12-18 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): RcppArmadillo 0.12.6.7.0
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: RcppArmadillo
Type: Package
Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library
Version: 0.12.6.7.0
Date: 2023-12-18
Version: 0.12.6.7.1
Date: 2024-01-18
Author: Dirk Eddelbuettel, Romain Francois, Doug Bates, Binxiang Ni, and Conrad Sanderson
Maintainer: Dirk Eddelbuettel <[email protected]>
Description: 'Armadillo' is a templated C++ linear algebra library (by Conrad
Expand Down
7 changes: 7 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
\newcommand{\ghpr}{\href{https://github.com/RcppCore/RcppArmadillo/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/RcppCore/RcppArmadillo/issues/#1}{##1}}

\section{Changes in RcppArmadillo version 0.12.6.7.1 (unreleased)}{
\itemize{
\item Five non-user facing top-level include files have been removed
(\ghpr{432} closing \ghit{400} and building on \ghpr{395} and \ghpr{396})
}
}

\section{Changes in RcppArmadillo version 0.12.6.7.0 (2023-12-18)}{
\itemize{
\item Upgraded to Armadillo release 12.6.7 (Cortisol Retox)
Expand Down
5 changes: 0 additions & 5 deletions inst/include/RcppArmadilloAs.h

This file was deleted.

5 changes: 0 additions & 5 deletions inst/include/RcppArmadilloConfig.h

This file was deleted.

5 changes: 0 additions & 5 deletions inst/include/RcppArmadilloForward.h

This file was deleted.

5 changes: 0 additions & 5 deletions inst/include/RcppArmadilloSugar.h

This file was deleted.

5 changes: 0 additions & 5 deletions inst/include/RcppArmadilloWrap.h

This file was deleted.

0 comments on commit da81db1

Please sign in to comment.