Date: Thu, 11 Jun 2026 21:20:07 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ca0245a76551 - main - math/mlpack: update 4.7.0=?utf-8?Q? =E2=86=92 4.8?=.0 Message-ID: <6a2b2687.27420.774f7b9d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca0245a7655143b801e8443c449ada5d8c68dd7d commit ca0245a7655143b801e8443c449ada5d8c68dd7d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-11 21:19:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-11 21:19:51 +0000 math/mlpack: update 4.7.0 → 4.8.0 --- math/mlpack/Makefile | 2 +- math/mlpack/distinfo | 6 +++--- math/mlpack/pkg-plist | 44 ++++++++++++++++++++++++++++++++++++++------ 3 files changed, 42 insertions(+), 10 deletions(-) diff --git a/math/mlpack/Makefile b/math/mlpack/Makefile index 4e2bfc26bae2..a2e69bdaeb30 100644 --- a/math/mlpack/Makefile +++ b/math/mlpack/Makefile @@ -1,5 +1,5 @@ PORTNAME= mlpack -DISTVERSION= 4.7.0 +DISTVERSION= 4.8.0 CATEGORIES= math # machine-learning MASTER_SITES= https://mlpack.org/files/ diff --git a/math/mlpack/distinfo b/math/mlpack/distinfo index e0b482c5b462..5832c628181b 100644 --- a/math/mlpack/distinfo +++ b/math/mlpack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1769925372 -SHA256 (mlpack-4.7.0.tar.gz) = a3f0fb530e51d51f8d7eceb7998b4699906d628000b158ada80541465595324e -SIZE (mlpack-4.7.0.tar.gz) = 8406759 +TIMESTAMP = 1781211449 +SHA256 (mlpack-4.8.0.tar.gz) = 0ab06e5c506c7ed5f072faa4c04477c65624e4a1ff62eee8c0d996ef850ec51c +SIZE (mlpack-4.8.0.tar.gz) = 10458915 diff --git a/math/mlpack/pkg-plist b/math/mlpack/pkg-plist index 9395c85f94ea..7b4f7921c3c1 100644 --- a/math/mlpack/pkg-plist +++ b/math/mlpack/pkg-plist @@ -52,6 +52,9 @@ include/mlpack/config.hpp include/mlpack/core.hpp include/mlpack/core/arma_extend/find_nan.hpp include/mlpack/core/arma_extend/serialize_armadillo.hpp +include/mlpack/core/audio/audio.hpp +include/mlpack/core/audio/bundled/dr_mp3.h +include/mlpack/core/audio/bundled/dr_wav.h include/mlpack/core/cereal/array_wrapper.hpp include/mlpack/core/cereal/is_loading.hpp include/mlpack/core/cereal/is_saving.hpp @@ -88,6 +91,7 @@ include/mlpack/core/cv/metrics/silhouette_score.hpp include/mlpack/core/cv/metrics/silhouette_score_impl.hpp include/mlpack/core/cv/simple_cv.hpp include/mlpack/core/cv/simple_cv_impl.hpp +include/mlpack/core/data/audio_options.hpp include/mlpack/core/data/binarize.hpp include/mlpack/core/data/check_categorical_param.hpp include/mlpack/core/data/combine_options.hpp @@ -97,10 +101,12 @@ include/mlpack/core/data/data.hpp include/mlpack/core/data/data_options.hpp include/mlpack/core/data/dataset_mapper.hpp include/mlpack/core/data/dataset_mapper_impl.hpp -include/mlpack/core/data/detect_file_type.hpp -include/mlpack/core/data/detect_file_type_impl.hpp +include/mlpack/core/data/download_file.hpp +include/mlpack/core/data/download_file_impl.hpp include/mlpack/core/data/extension.hpp include/mlpack/core/data/font8x8_basic.h +include/mlpack/core/data/handle_files.hpp +include/mlpack/core/data/handle_files_impl.hpp include/mlpack/core/data/has_serialize.hpp include/mlpack/core/data/image_bounding_box.hpp include/mlpack/core/data/image_bounding_box_impl.hpp @@ -119,6 +125,7 @@ include/mlpack/core/data/is_naninf.hpp include/mlpack/core/data/load.hpp include/mlpack/core/data/load_arff.hpp include/mlpack/core/data/load_arff_impl.hpp +include/mlpack/core/data/load_audio.hpp include/mlpack/core/data/load_categorical.hpp include/mlpack/core/data/load_categorical_impl.hpp include/mlpack/core/data/load_dense.hpp @@ -137,14 +144,13 @@ include/mlpack/core/data/normalize_labels_impl.hpp include/mlpack/core/data/one_hot_encoding.hpp include/mlpack/core/data/one_hot_encoding_impl.hpp include/mlpack/core/data/save.hpp -include/mlpack/core/data/save_dense.hpp +include/mlpack/core/data/save_audio.hpp include/mlpack/core/data/save_deprecated.hpp include/mlpack/core/data/save_image.hpp include/mlpack/core/data/save_impl.hpp include/mlpack/core/data/save_matrix.hpp include/mlpack/core/data/save_model.hpp include/mlpack/core/data/save_numeric.hpp -include/mlpack/core/data/save_sparse.hpp include/mlpack/core/data/scaler_methods/max_abs_scaler.hpp include/mlpack/core/data/scaler_methods/mean_normalization.hpp include/mlpack/core/data/scaler_methods/min_max_scaler.hpp @@ -193,6 +199,8 @@ include/mlpack/core/hpt/deduce_hp_types.hpp include/mlpack/core/hpt/fixed.hpp include/mlpack/core/hpt/hpt.hpp include/mlpack/core/hpt/hpt_impl.hpp +include/mlpack/core/httplib/bundled/httplib.h +include/mlpack/core/httplib/httplib.hpp include/mlpack/core/kernels/cauchy_kernel.hpp include/mlpack/core/kernels/cosine_similarity.hpp include/mlpack/core/kernels/cosine_similarity_impl.hpp @@ -242,6 +250,13 @@ include/mlpack/core/stb/bundled/stb_image.h include/mlpack/core/stb/bundled/stb_image_resize2.h include/mlpack/core/stb/bundled/stb_image_write.h include/mlpack/core/stb/stb.hpp +include/mlpack/core/transforms/eemd.hpp +include/mlpack/core/transforms/emd.hpp +include/mlpack/core/transforms/mfcc.hpp +include/mlpack/core/transforms/mfcc_impl.hpp +include/mlpack/core/transforms/mfe.hpp +include/mlpack/core/transforms/mfe_impl.hpp +include/mlpack/core/transforms/spline_envelope.hpp include/mlpack/core/tree/address.hpp include/mlpack/core/tree/ballbound.hpp include/mlpack/core/tree/ballbound_impl.hpp @@ -638,8 +653,6 @@ include/mlpack/methods/ann/layer/not_adapted/softshrink_impl.hpp include/mlpack/methods/ann/layer/not_adapted/spatial_dropout.hpp include/mlpack/methods/ann/layer/not_adapted/spatial_dropout_impl.hpp include/mlpack/methods/ann/layer/not_adapted/subview.hpp -include/mlpack/methods/ann/layer/not_adapted/transposed_convolution.hpp -include/mlpack/methods/ann/layer/not_adapted/transposed_convolution_impl.hpp include/mlpack/methods/ann/layer/not_adapted/virtual_batch_norm.hpp include/mlpack/methods/ann/layer/not_adapted/virtual_batch_norm_impl.hpp include/mlpack/methods/ann/layer/not_adapted/weight_norm.hpp @@ -663,6 +676,8 @@ include/mlpack/methods/ann/layer/softmin.hpp include/mlpack/methods/ann/layer/softmin_impl.hpp include/mlpack/methods/ann/layer/sum_reduce.hpp include/mlpack/methods/ann/layer/sum_reduce_impl.hpp +include/mlpack/methods/ann/layer/transposed_convolution.hpp +include/mlpack/methods/ann/layer/transposed_convolution_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 @@ -713,6 +728,8 @@ 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/models/models.hpp +include/mlpack/methods/ann/models/yolov3/yolov3.hpp +include/mlpack/methods/ann/models/yolov3/yolov3_impl.hpp include/mlpack/methods/ann/models/yolov3/yolov3_layer.hpp include/mlpack/methods/ann/models/yolov3/yolov3_layer_impl.hpp include/mlpack/methods/ann/models/yolov3/yolov3_tiny.hpp @@ -749,6 +766,8 @@ include/mlpack/methods/bayesian_linear_regression.hpp include/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.hpp include/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_impl.hpp include/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_main.cpp +include/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_predict_main.cpp +include/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_train_main.cpp include/mlpack/methods/bias_svd.hpp include/mlpack/methods/bias_svd/bias_svd.hpp include/mlpack/methods/bias_svd/bias_svd_function.hpp @@ -800,10 +819,14 @@ include/mlpack/methods/dbscan/ordered_point_selection.hpp include/mlpack/methods/dbscan/random_point_selection.hpp include/mlpack/methods/decision_tree.hpp include/mlpack/methods/decision_tree/decision_tree.hpp +include/mlpack/methods/decision_tree/decision_tree_classify_main.cpp include/mlpack/methods/decision_tree/decision_tree_impl.hpp include/mlpack/methods/decision_tree/decision_tree_main.cpp +include/mlpack/methods/decision_tree/decision_tree_model.hpp +include/mlpack/methods/decision_tree/decision_tree_probabilities_main.cpp include/mlpack/methods/decision_tree/decision_tree_regressor.hpp include/mlpack/methods/decision_tree/decision_tree_regressor_impl.hpp +include/mlpack/methods/decision_tree/decision_tree_train_main.cpp include/mlpack/methods/decision_tree/fitness_functions/fitness_functions.hpp include/mlpack/methods/decision_tree/fitness_functions/gini_gain.hpp include/mlpack/methods/decision_tree/fitness_functions/information_gain.hpp @@ -940,6 +963,8 @@ include/mlpack/methods/lars.hpp include/mlpack/methods/lars/lars.hpp include/mlpack/methods/lars/lars_impl.hpp include/mlpack/methods/lars/lars_main.cpp +include/mlpack/methods/lars/lars_predict_main.cpp +include/mlpack/methods/lars/lars_train_main.cpp include/mlpack/methods/linear_regression.hpp include/mlpack/methods/linear_regression/linear_regression.hpp include/mlpack/methods/linear_regression/linear_regression_impl.hpp @@ -967,10 +992,13 @@ include/mlpack/methods/local_coordinate_coding/local_coordinate_coding.hpp include/mlpack/methods/local_coordinate_coding/local_coordinate_coding_main.cpp include/mlpack/methods/logistic_regression.hpp include/mlpack/methods/logistic_regression/logistic_regression.hpp +include/mlpack/methods/logistic_regression/logistic_regression_classify_main.cpp include/mlpack/methods/logistic_regression/logistic_regression_function.hpp include/mlpack/methods/logistic_regression/logistic_regression_function_impl.hpp include/mlpack/methods/logistic_regression/logistic_regression_impl.hpp include/mlpack/methods/logistic_regression/logistic_regression_main.cpp +include/mlpack/methods/logistic_regression/logistic_regression_probabilities_main.cpp +include/mlpack/methods/logistic_regression/logistic_regression_train_main.cpp include/mlpack/methods/lsh.hpp include/mlpack/methods/lsh/lsh.hpp include/mlpack/methods/lsh/lsh_main.cpp @@ -1059,8 +1087,12 @@ include/mlpack/methods/radical/radical_main.cpp include/mlpack/methods/random_forest.hpp include/mlpack/methods/random_forest/bootstrap.hpp include/mlpack/methods/random_forest/random_forest.hpp +include/mlpack/methods/random_forest/random_forest_classify_main.cpp include/mlpack/methods/random_forest/random_forest_impl.hpp include/mlpack/methods/random_forest/random_forest_main.cpp +include/mlpack/methods/random_forest/random_forest_model.hpp +include/mlpack/methods/random_forest/random_forest_probabilities_main.cpp +include/mlpack/methods/random_forest/random_forest_train_main.cpp include/mlpack/methods/randomized_svd.hpp include/mlpack/methods/randomized_svd/randomized_svd.hpp include/mlpack/methods/randomized_svd/randomized_svd_impl.hpphome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2b2687.27420.774f7b9d>
