git: bd8d9e3353fc - main - math/mlpack: update 4.3.0 → 4.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 May 2024 08:49:31 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd8d9e3353fc9a122b5bd34062db1d1bf098f8cd commit bd8d9e3353fc9a122b5bd34062db1d1bf098f8cd Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-29 07:51:35 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-29 08:49:17 +0000 math/mlpack: update 4.3.0 → 4.4.0 Reported by: portscout --- math/mlpack/Makefile | 3 +-- math/mlpack/distinfo | 6 +++--- math/mlpack/pkg-plist | 31 +++++++++++-------------------- 3 files changed, 15 insertions(+), 25 deletions(-) diff --git a/math/mlpack/Makefile b/math/mlpack/Makefile index 05250db209d0..cb469f95a106 100644 --- a/math/mlpack/Makefile +++ b/math/mlpack/Makefile @@ -1,6 +1,5 @@ PORTNAME= mlpack -DISTVERSION= 4.3.0 -PORTREVISION= 1 +DISTVERSION= 4.4.0 CATEGORIES= math # machine-learning MASTER_SITES= https://mlpack.org/files/ diff --git a/math/mlpack/distinfo b/math/mlpack/distinfo index 7cc230657540..b968026c6fea 100644 --- a/math/mlpack/distinfo +++ b/math/mlpack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703265475 -SHA256 (mlpack-4.3.0.tar.gz) = 08cd54f711fde66fc3b6c9db89dc26776f9abf1a6256c77cfa3556e2a56f1a3d -SIZE (mlpack-4.3.0.tar.gz) = 5951310 +TIMESTAMP = 1716956922 +SHA256 (mlpack-4.4.0.tar.gz) = 61c604026d05af26c244b0e47024698bbf150dfcc9d77b64057941d7d64d6cf6 +SIZE (mlpack-4.4.0.tar.gz) = 6290650 diff --git a/math/mlpack/pkg-plist b/math/mlpack/pkg-plist index 32d55be5217a..16688202e8bf 100644 --- a/math/mlpack/pkg-plist +++ b/math/mlpack/pkg-plist @@ -60,6 +60,7 @@ include/mlpack/core/cereal/is_saving.hpp include/mlpack/core/cereal/pair_associative_container.hpp include/mlpack/core/cereal/pointer_vector_wrapper.hpp include/mlpack/core/cereal/pointer_wrapper.hpp +include/mlpack/core/cereal/template_class_version.hpp include/mlpack/core/cereal/unordered_map.hpp include/mlpack/core/cv/cv.hpp include/mlpack/core/cv/cv_base.hpp @@ -174,8 +175,8 @@ include/mlpack/core/hpt/fixed.hpp include/mlpack/core/hpt/hpt.hpp include/mlpack/core/hpt/hpt_impl.hpp include/mlpack/core/kernels/cauchy_kernel.hpp -include/mlpack/core/kernels/cosine_distance.hpp -include/mlpack/core/kernels/cosine_distance_impl.hpp +include/mlpack/core/kernels/cosine_similarity.hpp +include/mlpack/core/kernels/cosine_similarity_impl.hpp include/mlpack/core/kernels/epanechnikov_kernel.hpp include/mlpack/core/kernels/epanechnikov_kernel_impl.hpp include/mlpack/core/kernels/example_kernel.hpp @@ -192,12 +193,9 @@ include/mlpack/core/kernels/spherical_kernel.hpp include/mlpack/core/kernels/triangular_kernel.hpp include/mlpack/core/math/ccov.hpp include/mlpack/core/math/ccov_impl.hpp -include/mlpack/core/math/clamp.hpp include/mlpack/core/math/columns_to_blocks.hpp include/mlpack/core/math/columns_to_blocks_impl.hpp include/mlpack/core/math/digamma.hpp -include/mlpack/core/math/lin_alg.hpp -include/mlpack/core/math/lin_alg_impl.hpp include/mlpack/core/math/log_add.hpp include/mlpack/core/math/log_add_impl.hpp include/mlpack/core/math/make_alias.hpp @@ -205,14 +203,15 @@ include/mlpack/core/math/math.hpp include/mlpack/core/math/multiply_slices.hpp include/mlpack/core/math/multiply_slices_impl.hpp include/mlpack/core/math/quantile.hpp +include/mlpack/core/math/rand_vector.hpp include/mlpack/core/math/random.hpp include/mlpack/core/math/random_basis.hpp include/mlpack/core/math/random_basis_impl.hpp include/mlpack/core/math/range.hpp include/mlpack/core/math/range_impl.hpp -include/mlpack/core/math/round.hpp include/mlpack/core/math/shuffle_data.hpp include/mlpack/core/math/trigamma.hpp +include/mlpack/core/math/unwrap_alias.hpp include/mlpack/core/metrics/bleu.hpp include/mlpack/core/metrics/bleu_impl.hpp include/mlpack/core/metrics/iou_metric.hpp @@ -226,19 +225,6 @@ include/mlpack/core/metrics/mahalanobis_distance_impl.hpp include/mlpack/core/metrics/metrics.hpp include/mlpack/core/metrics/non_maximal_suppression.hpp include/mlpack/core/metrics/non_maximal_suppression_impl.hpp -include/mlpack/core/std_backport/LICENSE.txt -include/mlpack/core/std_backport/README.md -include/mlpack/core/std_backport/algorithm.hpp -include/mlpack/core/std_backport/any.hpp -include/mlpack/core/std_backport/functional.hpp -include/mlpack/core/std_backport/internal.hpp -include/mlpack/core/std_backport/iterator.hpp -include/mlpack/core/std_backport/meta.hpp -include/mlpack/core/std_backport/range.hpp -include/mlpack/core/std_backport/string_view.hpp -include/mlpack/core/std_backport/type_traits.hpp -include/mlpack/core/std_backport/typeinfo.hpp -include/mlpack/core/std_backport/utility.hpp include/mlpack/core/tree/address.hpp include/mlpack/core/tree/ballbound.hpp include/mlpack/core/tree/ballbound_impl.hpp @@ -368,7 +354,9 @@ include/mlpack/core/util/arma_traits.hpp include/mlpack/core/util/backtrace.hpp include/mlpack/core/util/backtrace_impl.hpp include/mlpack/core/util/binding_details.hpp +include/mlpack/core/util/conv_to.hpp include/mlpack/core/util/deprecated.hpp +include/mlpack/core/util/ens_traits.hpp include/mlpack/core/util/forward.hpp include/mlpack/core/util/hyphenate_string.hpp include/mlpack/core/util/io.hpp @@ -393,6 +381,7 @@ include/mlpack/core/util/size_checks.hpp include/mlpack/core/util/timers.hpp include/mlpack/core/util/timers_impl.hpp include/mlpack/core/util/to_lower.hpp +include/mlpack/core/util/using.hpp include/mlpack/core/util/version.hpp include/mlpack/core/util/version_impl.hpp include/mlpack/methods/CMakeLists.txt @@ -412,6 +401,7 @@ include/mlpack/methods/amf/init_rules/average_init.hpp include/mlpack/methods/amf/init_rules/given_init.hpp include/mlpack/methods/amf/init_rules/init_rules.hpp include/mlpack/methods/amf/init_rules/merge_init.hpp +include/mlpack/methods/amf/init_rules/no_init.hpp include/mlpack/methods/amf/init_rules/random_acol_init.hpp include/mlpack/methods/amf/init_rules/random_init.hpp include/mlpack/methods/amf/termination_policies/complete_incremental_termination.hpp @@ -638,6 +628,8 @@ include/mlpack/methods/ann/layer/recurrent_layer.hpp include/mlpack/methods/ann/layer/recurrent_layer_impl.hpp include/mlpack/methods/ann/layer/relu6.hpp include/mlpack/methods/ann/layer/relu6_impl.hpp +include/mlpack/methods/ann/layer/repeat.hpp +include/mlpack/methods/ann/layer/repeat_impl.hpp include/mlpack/methods/ann/layer/serialization.hpp include/mlpack/methods/ann/layer/softmax.hpp include/mlpack/methods/ann/layer/softmax_impl.hpp @@ -692,7 +684,6 @@ include/mlpack/methods/ann/loss_functions/triplet_margin_loss.hpp include/mlpack/methods/ann/loss_functions/triplet_margin_loss_impl.hpp include/mlpack/methods/ann/loss_functions/vr_class_reward.hpp include/mlpack/methods/ann/loss_functions/vr_class_reward_impl.hpp -include/mlpack/methods/ann/make_alias.hpp include/mlpack/methods/ann/not_adapted/brnn.hpp include/mlpack/methods/ann/not_adapted/brnn_impl.hpp include/mlpack/methods/ann/not_adapted/gan/gan.hpp