-
-
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.0 * Add local patch of changes sent upstream * Add revdep check update --------- Co-authored-by: coatless <[email protected]> Co-authored-by: [email protected] <[email protected]>
- Loading branch information
1 parent
8101425
commit 84f286d
Showing
38 changed files
with
4,801 additions
and
87 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,19 @@ | ||
2024-11-29 James Balamuta <[email protected]> | ||
|
||
* inst/include/ensmallen_bits/agemoea/agemoea.hpp: removed unused private field variable | ||
* inst/include/problems/dtlz/dtlz2_function.hpp: removed unused variable. | ||
* inst/include/problems/dtlz/dtlz4_function.hpp: ditto | ||
* inst/include/problems/dtlz/dtlz5_function.hpp: ditto | ||
* inst/include/problems/dtlz/dtlz6_function.hpp: ditto | ||
* inst/include/problems/dtlz/dtlz7_function.hpp: ditto | ||
* inst/include/problems/maf/maf5_function.hpp: ditto | ||
* inst/include/problems/maf/maf6_function.hpp: ditto | ||
|
||
* DESCRIPTION (Version): Release 2.22.0 | ||
* NEWS.md: Update for Ensmallen release 2.22.0 | ||
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.22.0 | ||
* inst/include/ensmallen.hpp: ditto | ||
|
||
2024-02-16 James Balamuta <[email protected]> | ||
|
||
* DESCRIPTION (Version): Release 2.21.1 | ||
|
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.21.1.1 | ||
Version: 0.2.22.0.1 | ||
Authors@R: c( | ||
person("James Joseph", "Balamuta", email = "[email protected]", | ||
role = c("aut", "cre", "cph"), | ||
|
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.