pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-RcppArmadillo
Module Name: pkgsrc
Committed By: mef
Date: Sun Nov 24 08:30:56 UTC 2024
Modified Files:
pkgsrc/math/R-RcppArmadillo: Makefile distinfo
Log Message:
(math/R-RcppArmadillo) Updated 0.12.6.6.0 to 14.2.0.1
Changes in RcppArmadillo version 14.2.0-1 (2024-11-16):
* Upgraded to Armadillo release 14.2.0 (Smooth Caffeine)
* Faster handling of symmetric matrices by 'inv()' and
'rcond()'
* Faster handling of hermitian matrices by 'inv()',
'rcond()', 'cond()', 'pinv()', 'rank()'
* Added 'solve_opts::force_sym' option to 'solve()' to
force the use of the symmetric solver
* More efficient handling of compound expressions by
'solve()'
* Added exporter specialisation for 'icube' for the
'ARMA_64BIT_WORD' case
Changes in RcppArmadillo version 14.0.2-1 (2024-09-11):
* Upgraded to Armadillo release 14.0.2 (Stochastic Parrot)
* Optionally use C++20 memory alignment
* Minor corrections for several corner-cases
* The order of items displayed by 'citation()' is reversed
(Conrad in #449)
* The DESCRIPTION file now uses an Authors@R field with ORCID
IDs
Changes in RcppArmadillo version 14.0.0-1 (2024-07-05):
* Upgraded to Armadillo release 14.0.0 (Stochastic Parrot)
* C++14 is now the minimum recommended C++ standard
* Faster handling of compound expressions by 'as_scalar()',
'accu()', 'dot()'
* Faster interactions between sparse and dense matrices
* Expanded 'stddev()' to handle sparse matrices
* Expanded relational operators to handle expressions
between sparse matrices and scalars
* Added '.as_dense()' to obtain dense vector/matrix
representation of any sparse matrix expression
* Updated physical constants to NIST 2022 CODATA values
* New package version numbering scheme following upstream
versions
* Re-enabling 'ARMA_IGNORE_DEPRECATED_MARKE' for silent CRAN
builds
Changes in RcppArmadillo version 0.12.8.4.0 (2024-05-30):
* Upgraded to Armadillo release 12.8.4 (Cortisol Injector)
* Faster handling of sparse submatrix views
* Update versioned Depends on 'Rcpp' to 1.0.8 or later to match
use of Light/Lighter/Lightest headers.
Changes in RcppArmadillo version 0.12.8.3.0 (2024-05-07):
* Upgraded to Armadillo release 12.8.3 (Cortisol Injector)
* Fix issue in 'fft()' and 'fft2()' in multi-threaded
contexts with FFTW3 enabled
* No longer set C++11 for the 'Rcpp' plugin as this standard
has been the default by R for very long time now.
Changes in RcppArmadillo version 0.12.8.2.1 (2024-04-15):
* One-char bug fix release commenting out one test that upsets
'reticulate' when accessing a 'scipy' sparse matrix
Changes in RcppArmadillo version 0.12.8.2.0 (2024-04-02):
* Upgraded to Armadillo release 12.8.2 (Cortisol Injector)
* Workaround for FFTW3 header clash
* Workaround in testing framework for issue under macOS
* Minor cleanups to reduce code bloat
* Improved documentation
Changes in RcppArmadillo version 0.12.8.1.0 (2024-03-02):
* Upgraded to Armadillo release 12.8.1 (Cortisol Injector)
* Workaround in 'norm()' for yet another bug in macOS
accelerate framework
* Update README for RcppArmadillo usage counts
* Update examples to use '#include <RcppArmadillo/Lighter>' for
faster compilation excluding unused Rcpp features
Changes in RcppArmadillo version 0.12.8.0.0 (2024-02-06):
* Upgraded to Armadillo release 12.8.0 (Cortisol Injector)
* Faster detection of symmetric expressions by 'pinv()' and
'rank()'
* Expanded 'shift()' to handle sparse matrices
* Expanded 'conv_to' for more flexible conversions between
sparse and dense matrices
* Added 'cbrt()'
* More compact representation of integers when saving
matrices in CSV format
* Five non-user facing top-level include files have been
removed (#432 closing #400 and building on #395 and #396)
Changes in RcppArmadillo version 0.12.6.7.0 (2023-12-18):
* Upgraded to Armadillo release 12.6.7 (Cortisol Retox)
* Fix for saving sparse matrices as CSV files
* Added unit tests for thread throttling
Changes in RcppArmadillo version 0.12.6.6.1 (2023-12-03):
* Following the extendeded transition in #391 and #402, this
release no longer sets 'ARMA_IGNORE_DEPRECATED_MARKER'.
Maintainers of affected packages have received pull requests
or patches and can set '-DARMA_IGNORE_DEPRECATED_MARKER' as
'PKG_CPPFLAGS'.
:
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-RcppArmadillo/Makefile \
pkgsrc/math/R-RcppArmadillo/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-RcppArmadillo/Makefile
diff -u pkgsrc/math/R-RcppArmadillo/Makefile:1.8 pkgsrc/math/R-RcppArmadillo/Makefile:1.9
--- pkgsrc/math/R-RcppArmadillo/Makefile:1.8 Wed Jan 24 03:51:30 2024
+++ pkgsrc/math/R-RcppArmadillo/Makefile Sun Nov 24 08:30:56 2024
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.8 2024/01/24 03:51:30 mef Exp $
+# $NetBSD: Makefile,v 1.9 2024/11/24 08:30:56 mef Exp $
R_PKGNAME= RcppArmadillo
-R_PKGVER= 0.12.6.6.0
+R_PKGVER= 14.2.0-1
MAINTAINER= minskim%NetBSD.org@localhost
COMMENT= Rcpp integration for the Armadillo templated linear algebra library
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
-# Packages suggested but not available: 'reticulate', 'slam'
+# Packages suggested but not available: 'reticulate'
TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
TEST_DEPENDS+= R-pkgKitten-[0-9]*:../../devel/R-pkgKitten
+TEST_DEPENDS+= R-slam-[0-9]*:../../math/R-slam
USE_LANGUAGES= c++ fortran
USE_CXX_FEATURES+= c++11
Index: pkgsrc/math/R-RcppArmadillo/distinfo
diff -u pkgsrc/math/R-RcppArmadillo/distinfo:1.8 pkgsrc/math/R-RcppArmadillo/distinfo:1.9
--- pkgsrc/math/R-RcppArmadillo/distinfo:1.8 Wed Jan 24 03:51:30 2024
+++ pkgsrc/math/R-RcppArmadillo/distinfo Sun Nov 24 08:30:56 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/01/24 03:51:30 mef Exp $
+$NetBSD: distinfo,v 1.9 2024/11/24 08:30:56 mef Exp $
-BLAKE2s (R/RcppArmadillo_0.12.6.6.0.tar.gz) = c684ca9d57cf5c71628b0168adde0c105fa1c885126bc650eb17cb6e31ecc5fe
-SHA512 (R/RcppArmadillo_0.12.6.6.0.tar.gz) = 25480dd05548b01a08949c73ed53f566f269a34e1fbfe253111760a010f042b0f3ece6330e4a79635eca77f1473da0320502ff9d196fb2a32c61b9f8613b2751
-Size (R/RcppArmadillo_0.12.6.6.0.tar.gz) = 1403237 bytes
+BLAKE2s (R/RcppArmadillo_14.2.0-1.tar.gz) = 901d34780e270bf32bb53c34180dd04bbfaecd1e9bc74e42c2ac79ffb26c542a
+SHA512 (R/RcppArmadillo_14.2.0-1.tar.gz) = c88cc2172736bd38e8d74737a4507fd2d1ae0c64c8424f6370f778bf3eb4d8b683f221fd24ebbf95da59eb7f5de95cb32ec6996905c58c4b12593b847af12a55
+Size (R/RcppArmadillo_14.2.0-1.tar.gz) = 1396882 bytes
Home |
Main Index |
Thread Index |
Old Index