1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

math/ensmallen: update 2.19.1 → 2.21.1

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2024-04-24 21:36:41 -07:00
parent c76da4ae36
commit 48b6b15d2f
3 changed files with 14 additions and 10 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= ensmallen
DISTVERSION= 2.19.1
PORTREVISION= 1
DISTVERSION= 2.21.1
CATEGORIES= math
MASTER_SITES= https://ensmallen.org/files/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1679811773
SHA256 (ensmallen-2.19.1.tar.gz) = f36ad7f08b0688d2a8152e1c73dd437c56ed7a5af5facf65db6ffd977b275b2e
SIZE (ensmallen-2.19.1.tar.gz) = 1328549
TIMESTAMP = 1714017116
SHA256 (ensmallen-2.21.1.tar.gz) = 820eee4d8aa32662ff6a7d883a1bcaf4e9bf9ca0a3171d94c5398fe745008750
SIZE (ensmallen-2.21.1.tar.gz) = 1336254

View File

@ -42,10 +42,20 @@ include/ensmallen_bits/callbacks/report.hpp
include/ensmallen_bits/callbacks/store_best_coordinates.hpp
include/ensmallen_bits/callbacks/timer_stop.hpp
include/ensmallen_bits/callbacks/traits.hpp
include/ensmallen_bits/cd/cd.hpp
include/ensmallen_bits/cd/cd_impl.hpp
include/ensmallen_bits/cd/descent_policies/cyclic_descent.hpp
include/ensmallen_bits/cd/descent_policies/greedy_descent.hpp
include/ensmallen_bits/cd/descent_policies/random_descent.hpp
include/ensmallen_bits/cmaes/active_cmaes.hpp
include/ensmallen_bits/cmaes/active_cmaes_impl.hpp
include/ensmallen_bits/cmaes/cmaes.hpp
include/ensmallen_bits/cmaes/cmaes_impl.hpp
include/ensmallen_bits/cmaes/full_selection.hpp
include/ensmallen_bits/cmaes/not_empty_transformation.hpp
include/ensmallen_bits/cmaes/random_selection.hpp
include/ensmallen_bits/cmaes/transformation_policies/boundary_box_constraint.hpp
include/ensmallen_bits/cmaes/transformation_policies/empty_transformation.hpp
include/ensmallen_bits/cne/cne.hpp
include/ensmallen_bits/cne/cne_impl.hpp
include/ensmallen_bits/config.hpp
@ -204,11 +214,6 @@ include/ensmallen_bits/sarah/sarah.hpp
include/ensmallen_bits/sarah/sarah_impl.hpp
include/ensmallen_bits/sarah/sarah_plus_update.hpp
include/ensmallen_bits/sarah/sarah_update.hpp
include/ensmallen_bits/scd/descent_policies/cyclic_descent.hpp
include/ensmallen_bits/scd/descent_policies/greedy_descent.hpp
include/ensmallen_bits/scd/descent_policies/random_descent.hpp
include/ensmallen_bits/scd/scd.hpp
include/ensmallen_bits/scd/scd_impl.hpp
include/ensmallen_bits/sdp/lin_alg.hpp
include/ensmallen_bits/sdp/lrsdp.hpp
include/ensmallen_bits/sdp/lrsdp_function.hpp