git: 3834b889636f - main - math/mlpack: Update 4.0.1 → 4.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Jun 2023 04:58:30 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3834b889636f3515c1ad0bd2f90a11fc33a7849f commit 3834b889636f3515c1ad0bd2f90a11fc33a7849f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-12 00:04:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-12 04:58:25 +0000 math/mlpack: Update 4.0.1 → 4.1.0 Reported by: portscout --- math/mlpack/Makefile | 3 +-- math/mlpack/distinfo | 6 +++--- math/mlpack/pkg-plist | 15 +++++++++------ 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/math/mlpack/Makefile b/math/mlpack/Makefile index b1dbaf0c651b..682eb23ede52 100644 --- a/math/mlpack/Makefile +++ b/math/mlpack/Makefile @@ -1,6 +1,5 @@ PORTNAME= mlpack -DISTVERSION= 4.0.1 -PORTREVISION= 5 +DISTVERSION= 4.1.0 CATEGORIES= math # machine-learning MASTER_SITES= https://mlpack.org/files/ diff --git a/math/mlpack/distinfo b/math/mlpack/distinfo index bb801601dd04..d63113f4d808 100644 --- a/math/mlpack/distinfo +++ b/math/mlpack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672452144 -SHA256 (mlpack-4.0.1.tar.gz) = 4c746936ed9da9f16744240ed7b9f2815d3abb90c904071a1d1a628a9bbfb3a5 -SIZE (mlpack-4.0.1.tar.gz) = 5907120 +TIMESTAMP = 1686523785 +SHA256 (mlpack-4.1.0.tar.gz) = e0c760baf15fd0af5601010b7cbc536e469115e9dd45f96712caa3b651b1852a +SIZE (mlpack-4.1.0.tar.gz) = 5912726 diff --git a/math/mlpack/pkg-plist b/math/mlpack/pkg-plist index 1dfa3d648500..6157c4c98ef1 100644 --- a/math/mlpack/pkg-plist +++ b/math/mlpack/pkg-plist @@ -517,6 +517,8 @@ include/mlpack/methods/ann/layer/elu.hpp include/mlpack/methods/ann/layer/elu_impl.hpp include/mlpack/methods/ann/layer/grouped_convolution.hpp include/mlpack/methods/ann/layer/grouped_convolution_impl.hpp +include/mlpack/methods/ann/layer/hard_tanh.hpp +include/mlpack/methods/ann/layer/hard_tanh_impl.hpp include/mlpack/methods/ann/layer/identity.hpp include/mlpack/methods/ann/layer/identity_impl.hpp include/mlpack/methods/ann/layer/layer.hpp @@ -568,8 +570,6 @@ include/mlpack/methods/ann/layer/not_adapted/group_norm.hpp include/mlpack/methods/ann/layer/not_adapted/group_norm_impl.hpp include/mlpack/methods/ann/layer/not_adapted/gru.hpp include/mlpack/methods/ann/layer/not_adapted/gru_impl.hpp -include/mlpack/methods/ann/layer/not_adapted/hard_tanh.hpp -include/mlpack/methods/ann/layer/not_adapted/hard_tanh_impl.hpp include/mlpack/methods/ann/layer/not_adapted/hardshrink.hpp include/mlpack/methods/ann/layer/not_adapted/hardshrink_impl.hpp include/mlpack/methods/ann/layer/not_adapted/highway.hpp @@ -596,8 +596,6 @@ include/mlpack/methods/ann/layer/not_adapted/multiply_merge.hpp include/mlpack/methods/ann/layer/not_adapted/multiply_merge_impl.hpp include/mlpack/methods/ann/layer/not_adapted/nearest_interpolation.hpp include/mlpack/methods/ann/layer/not_adapted/nearest_interpolation_impl.hpp -include/mlpack/methods/ann/layer/not_adapted/parametric_relu.hpp -include/mlpack/methods/ann/layer/not_adapted/parametric_relu_impl.hpp include/mlpack/methods/ann/layer/not_adapted/pixel_shuffle.hpp include/mlpack/methods/ann/layer/not_adapted/pixel_shuffle_impl.hpp include/mlpack/methods/ann/layer/not_adapted/positional_encoding.hpp @@ -616,8 +614,6 @@ include/mlpack/methods/ann/layer/not_adapted/select.hpp include/mlpack/methods/ann/layer/not_adapted/select_impl.hpp include/mlpack/methods/ann/layer/not_adapted/sequential.hpp include/mlpack/methods/ann/layer/not_adapted/sequential_impl.hpp -include/mlpack/methods/ann/layer/not_adapted/softmin.hpp -include/mlpack/methods/ann/layer/not_adapted/softmin_impl.hpp include/mlpack/methods/ann/layer/not_adapted/softshrink.hpp include/mlpack/methods/ann/layer/not_adapted/softshrink_impl.hpp include/mlpack/methods/ann/layer/not_adapted/spatial_dropout.hpp @@ -631,6 +627,8 @@ include/mlpack/methods/ann/layer/not_adapted/weight_norm.hpp include/mlpack/methods/ann/layer/not_adapted/weight_norm_impl.hpp include/mlpack/methods/ann/layer/padding.hpp include/mlpack/methods/ann/layer/padding_impl.hpp +include/mlpack/methods/ann/layer/parametric_relu.hpp +include/mlpack/methods/ann/layer/parametric_relu_impl.hpp include/mlpack/methods/ann/layer/radial_basis_function.hpp include/mlpack/methods/ann/layer/radial_basis_function_impl.hpp include/mlpack/methods/ann/layer/recurrent_layer.hpp @@ -638,6 +636,8 @@ include/mlpack/methods/ann/layer/recurrent_layer_impl.hpp include/mlpack/methods/ann/layer/serialization.hpp include/mlpack/methods/ann/layer/softmax.hpp include/mlpack/methods/ann/layer/softmax_impl.hpp +include/mlpack/methods/ann/layer/softmin.hpp +include/mlpack/methods/ann/layer/softmin_impl.hpp include/mlpack/methods/ann/loss_functions/binary_cross_entropy_loss.hpp include/mlpack/methods/ann/loss_functions/binary_cross_entropy_loss_impl.hpp include/mlpack/methods/ann/loss_functions/cosine_embedding_loss.hpp @@ -737,8 +737,10 @@ include/mlpack/methods/cf/cf_model.hpp include/mlpack/methods/cf/cf_model_impl.hpp include/mlpack/methods/cf/decomposition_policies/batch_svd_method.hpp include/mlpack/methods/cf/decomposition_policies/bias_svd_method.hpp +include/mlpack/methods/cf/decomposition_policies/block_krylov_svd_method.hpp include/mlpack/methods/cf/decomposition_policies/decomposition_policies.hpp include/mlpack/methods/cf/decomposition_policies/nmf_method.hpp +include/mlpack/methods/cf/decomposition_policies/quic_svd_method.hpp include/mlpack/methods/cf/decomposition_policies/randomized_svd_method.hpp include/mlpack/methods/cf/decomposition_policies/regularized_svd_method.hpp include/mlpack/methods/cf/decomposition_policies/svd_complete_method.hpp @@ -1004,6 +1006,7 @@ include/mlpack/methods/perceptron/perceptron_impl.hpp include/mlpack/methods/perceptron/perceptron_main.cpp include/mlpack/methods/preprocess.hpp include/mlpack/methods/preprocess/image_converter_main.cpp +include/mlpack/methods/preprocess/preprocess.hpp include/mlpack/methods/preprocess/preprocess_binarize_main.cpp include/mlpack/methods/preprocess/preprocess_describe_main.cpp include/mlpack/methods/preprocess/preprocess_imputer_main.cpp