From 92f35ee637fbcae48cf883deb68036ed114486ef Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 1 May 2022 18:02:31 -0700 Subject: math/ensmallen: Update 2.17.0 -> 2.19.0 Reported by: portscout --- math/ensmallen/Makefile | 3 +-- math/ensmallen/distinfo | 6 +++--- math/ensmallen/pkg-plist | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/math/ensmallen/Makefile b/math/ensmallen/Makefile index 77f25c524893..4f687072d394 100644 --- a/math/ensmallen/Makefile +++ b/math/ensmallen/Makefile @@ -1,6 +1,5 @@ PORTNAME= ensmallen -DISTVERSION= 2.17.0 -PORTREVISION= 1 +DISTVERSION= 2.19.0 CATEGORIES= math MASTER_SITES= https://ensmallen.org/files/ diff --git a/math/ensmallen/distinfo b/math/ensmallen/distinfo index 6a3df9c7a968..85618914d27e 100644 --- a/math/ensmallen/distinfo +++ b/math/ensmallen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628043910 -SHA256 (ensmallen-2.17.0.tar.gz) = 2803c8cce58f278d6e7eb4a5d8090da10b4cce7a5c6c6e6f65e89de4fc9c9086 -SIZE (ensmallen-2.17.0.tar.gz) = 1318322 +TIMESTAMP = 1651452625 +SHA256 (ensmallen-2.19.0.tar.gz) = f9b280e03266b308d2772ab7e1dd962adcfa98b0552b05795f8ac81ec15eb270 +SIZE (ensmallen-2.19.0.tar.gz) = 1328515 diff --git a/math/ensmallen/pkg-plist b/math/ensmallen/pkg-plist index 0fbe7fe2b793..64d332972482 100644 --- a/math/ensmallen/pkg-plist +++ b/math/ensmallen/pkg-plist @@ -1,4 +1,7 @@ include/ensmallen.hpp +include/ensmallen_bits/ada_belief/ada_belief.hpp +include/ensmallen_bits/ada_belief/ada_belief_impl.hpp +include/ensmallen_bits/ada_belief/ada_belief_update.hpp include/ensmallen_bits/ada_bound/ada_bound.hpp include/ensmallen_bits/ada_bound/ada_bound_impl.hpp include/ensmallen_bits/ada_bound/ada_bound_update.hpp @@ -9,6 +12,9 @@ include/ensmallen_bits/ada_delta/ada_delta_update.hpp include/ensmallen_bits/ada_grad/ada_grad.hpp include/ensmallen_bits/ada_grad/ada_grad_impl.hpp include/ensmallen_bits/ada_grad/ada_grad_update.hpp +include/ensmallen_bits/ada_sqrt/ada_sqrt.hpp +include/ensmallen_bits/ada_sqrt/ada_sqrt_impl.hpp +include/ensmallen_bits/ada_sqrt/ada_sqrt_update.hpp include/ensmallen_bits/adam/adam.hpp include/ensmallen_bits/adam/adam_impl.hpp include/ensmallen_bits/adam/adam_update.hpp @@ -27,6 +33,8 @@ include/ensmallen_bits/bigbatch_sgd/bigbatch_sgd.hpp include/ensmallen_bits/bigbatch_sgd/bigbatch_sgd_impl.hpp include/ensmallen_bits/callbacks/callbacks.hpp include/ensmallen_bits/callbacks/early_stop_at_min_loss.hpp +include/ensmallen_bits/callbacks/grad_clip_by_norm.hpp +include/ensmallen_bits/callbacks/grad_clip_by_value.hpp include/ensmallen_bits/callbacks/print_loss.hpp include/ensmallen_bits/callbacks/progress_bar.hpp include/ensmallen_bits/callbacks/query_front.hpp @@ -43,6 +51,10 @@ include/ensmallen_bits/cne/cne_impl.hpp include/ensmallen_bits/config.hpp include/ensmallen_bits/de/de.hpp include/ensmallen_bits/de/de_impl.hpp +include/ensmallen_bits/demon_adam/demon_adam.hpp +include/ensmallen_bits/demon_adam/demon_adam_update.hpp +include/ensmallen_bits/demon_sgd/demon_sgd.hpp +include/ensmallen_bits/demon_sgd/demon_sgd_update.hpp include/ensmallen_bits/ens_version.hpp include/ensmallen_bits/eve/eve.hpp include/ensmallen_bits/eve/eve_impl.hpp @@ -242,6 +254,9 @@ include/ensmallen_bits/utility/indicators/igd_plus.hpp include/ensmallen_bits/wn_grad/wn_grad.hpp include/ensmallen_bits/wn_grad/wn_grad_impl.hpp include/ensmallen_bits/wn_grad/wn_grad_update.hpp +include/ensmallen_bits/yogi/yogi.hpp +include/ensmallen_bits/yogi/yogi_impl.hpp +include/ensmallen_bits/yogi/yogi_update.hpp lib/cmake/ensmallen/ensmallen-config-version.cmake lib/cmake/ensmallen/ensmallen-config.cmake lib/cmake/ensmallen/ensmallen-targets.cmake -- cgit v1.2.3