From 50a9a61be486abd903930387e756721cee24dd83 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Tue, 6 Feb 2024 15:36:49 -0600 Subject: [PATCH] RcppArmadillo 0.12.8.0.0 --- ChangeLog | 9 +++++++++ DESCRIPTION | 4 ++-- configure | 18 +++++++++--------- configure.ac | 4 ++-- inst/NEWS.Rd | 11 ++++++++++- 5 files changed, 32 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d6befb9..553305ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2024-02-06 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): RcppArmadillo 0.12.8.0.0 + * inst/NEWS.Rd: Idem + * configure.ac: Idem + * configure: Idem + + * inst/include/armadillo_bits/: Armadillo 12.8.0 + 2024-01-18 Dirk Eddelbuettel * inst/include/RcppArmadilloAs.h: Remove non-user facing include diff --git a/DESCRIPTION b/DESCRIPTION index c7765c95..0731f811 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: RcppArmadillo Type: Package Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library -Version: 0.12.6.7.1 -Date: 2024-01-18 +Version: 0.12.8.0.0 +Date: 2024-02-06 Author: Dirk Eddelbuettel, Romain Francois, Doug Bates, Binxiang Ni, and Conrad Sanderson Maintainer: Dirk Eddelbuettel Description: 'Armadillo' is a templated C++ linear algebra library (by Conrad diff --git a/configure b/configure index 8e552532..51881b81 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for RcppArmadillo 0.12.6.7.0. +# Generated by GNU Autoconf 2.71 for RcppArmadillo 0.12.8.0.0. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='RcppArmadillo' PACKAGE_TARNAME='rcpparmadillo' -PACKAGE_VERSION='0.12.6.7.0' -PACKAGE_STRING='RcppArmadillo 0.12.6.7.0' +PACKAGE_VERSION='0.12.8.0.0' +PACKAGE_STRING='RcppArmadillo 0.12.8.0.0' PACKAGE_BUGREPORT='edd@debian.org' PACKAGE_URL='' @@ -1229,7 +1229,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures RcppArmadillo 0.12.6.7.0 to adapt to many kinds of systems. +\`configure' configures RcppArmadillo 0.12.8.0.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1291,7 +1291,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of RcppArmadillo 0.12.6.7.0:";; + short | recursive ) echo "Configuration of RcppArmadillo 0.12.8.0.0:";; esac cat <<\_ACEOF @@ -1372,7 +1372,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -RcppArmadillo configure 0.12.6.7.0 +RcppArmadillo configure 0.12.8.0.0 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1486,7 +1486,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by RcppArmadillo $as_me 0.12.6.7.0, which was +It was created by RcppArmadillo $as_me 0.12.8.0.0, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3944,7 +3944,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by RcppArmadillo $as_me 0.12.6.7.0, which was +This file was extended by RcppArmadillo $as_me 0.12.8.0.0, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3999,7 +3999,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -RcppArmadillo config.status 0.12.6.7.0 +RcppArmadillo config.status 0.12.8.0.0 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index bcd1a1cf..7fa47ea6 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ ## ## 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library ## -## Copyright (C) 2016 - 2023 Dirk Eddelbuettel +## Copyright (C) 2016 - 2024 Dirk Eddelbuettel ## ## Licensed under GPL-2 or later @@ -11,7 +11,7 @@ AC_PREREQ([2.69]) ## Process this file with autoconf to produce a configure script. -AC_INIT([RcppArmadillo],[0.12.6.7.0],[edd@debian.org]) +AC_INIT([RcppArmadillo],[0.12.8.0.0],[edd@debian.org]) ## Set R_HOME, respecting an environment variable if one is set : ${R_HOME=$(R RHOME)} diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 546e3bd8..0ed715bf 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,8 +3,17 @@ \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)}{ +\section{Changes in RcppArmadillo version 0.12.8.0.0 (2024-02-06)}{ \itemize{ + \item Upgraded to Armadillo release 12.8.0 (Cortisol Injector) + \itemize{ + \item Faster detection of symmetric expressions by \code{pinv()} and \code{rank()} + \item Expanded \code{shift()} to handle sparse matrices + \item Expanded \code{conv_to} for more flexible conversions between + sparse and dense matrices + \item Added \code{cbrt()} + \item More compact representation of integers when saving matrices in CSV format + } \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}) }