-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade ensmallen to 2.22.1 * Update requirements listed in description --------- Co-authored-by: coatless <[email protected]> Co-authored-by: [email protected] <[email protected]>
- Loading branch information
1 parent
84f286d
commit 686bea0
Showing
14 changed files
with
215 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2024-12-03 James Balamuta <[email protected]> | ||
|
||
* DESCRIPTION: Updated requirements for Armadillo and C++ compiler | ||
|
||
* DESCRIPTION (Version): Release 2.22.1 | ||
* NEWS.md: Update for Ensmallen release 2.22.1 | ||
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.22.1 | ||
* inst/include/ensmallen.hpp: ditto | ||
|
||
2024-11-29 James Balamuta <[email protected]> | ||
|
||
* inst/include/ensmallen_bits/agemoea/agemoea.hpp: removed unused private field variable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: RcppEnsmallen | ||
Title: Header-Only C++ Mathematical Optimization Library for 'Armadillo' | ||
Version: 0.2.22.0.1 | ||
Version: 0.2.22.1.1 | ||
Authors@R: c( | ||
person("James Joseph", "Balamuta", email = "[email protected]", | ||
role = c("aut", "cre", "cph"), | ||
|
@@ -22,15 +22,15 @@ Description: 'Ensmallen' is a templated C++ mathematical optimization library | |
'RcppArmadillo' (the 'Rcpp' bindings/bridge to 'Armadillo') is licensed under | ||
the GNU GPL version 2 or later. Thus, 'RcppEnsmallen' is also licensed under | ||
similar terms. Note that 'Ensmallen' requires a compiler that supports | ||
'C++11' and 'Armadillo' 9.800 or later. | ||
'C++14' and 'Armadillo' 10.8.2 or later. | ||
Depends: R (>= 4.0.0) | ||
License: GPL (>= 2) | ||
URL: https://github.com/coatless-rpkg/rcppensmallen, https://r-pkg.thecoatlessprofessor.com/rcppensmallen/, https://github.com/mlpack/ensmallen, https://ensmallen.org/ | ||
BugReports: https://github.com/coatless-rpkg/rcppensmallen/issues | ||
Encoding: UTF-8 | ||
LinkingTo: Rcpp, RcppArmadillo (>= 0.9.800.0.0) | ||
LinkingTo: Rcpp, RcppArmadillo (>= 0.10.8.2.0) | ||
Imports: Rcpp | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 | ||
Roxygen: list(markdown = TRUE) | ||
Suggests: | ||
knitr, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.