mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
math/mlpack: update 4.6.2 → 4.7.0
Reported by: portscout
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= mlpack
|
||||
DISTVERSION= 4.6.2
|
||||
DISTVERSION= 4.7.0
|
||||
CATEGORIES= math # machine-learning
|
||||
MASTER_SITES= https://mlpack.org/files/
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1760161570
|
||||
SHA256 (mlpack-4.6.2.tar.gz) = 2fe772da383a935645ced07a07b51942ca178d38129df3bf685890bc3c1752cf
|
||||
SIZE (mlpack-4.6.2.tar.gz) = 8144737
|
||||
TIMESTAMP = 1769925372
|
||||
SHA256 (mlpack-4.7.0.tar.gz) = a3f0fb530e51d51f8d7eceb7998b4699906d628000b158ada80541465595324e
|
||||
SIZE (mlpack-4.7.0.tar.gz) = 8406759
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- CMakeLists.txt.orig 2022-10-24 13:40:50 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -420,7 +420,7 @@ endif ()
|
||||
|
||||
# Determine whether or not this is a git repository, so that we can set the
|
||||
# version number if necessary.
|
||||
-find_package(Git)
|
||||
+#find_package(Git)
|
||||
set (USING_GIT "NO")
|
||||
if (GIT_FOUND)
|
||||
# Run 'git rev-parse HEAD' to find out if this is a working copy. If the
|
||||
+43
-23
@@ -50,10 +50,12 @@ include/mlpack.hpp
|
||||
include/mlpack/base.hpp
|
||||
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/cereal/array_wrapper.hpp
|
||||
include/mlpack/core/cereal/is_loading.hpp
|
||||
include/mlpack/core/cereal/is_saving.hpp
|
||||
include/mlpack/core/cereal/low_precision.hpp
|
||||
include/mlpack/core/cereal/pair_associative_container.hpp
|
||||
include/mlpack/core/cereal/pointer_vector_wrapper.hpp
|
||||
include/mlpack/core/cereal/pointer_wrapper.hpp
|
||||
@@ -88,6 +90,7 @@ include/mlpack/core/cv/simple_cv.hpp
|
||||
include/mlpack/core/cv/simple_cv_impl.hpp
|
||||
include/mlpack/core/data/binarize.hpp
|
||||
include/mlpack/core/data/check_categorical_param.hpp
|
||||
include/mlpack/core/data/combine_options.hpp
|
||||
include/mlpack/core/data/confusion_matrix.hpp
|
||||
include/mlpack/core/data/confusion_matrix_impl.hpp
|
||||
include/mlpack/core/data/data.hpp
|
||||
@@ -97,10 +100,14 @@ 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/extension.hpp
|
||||
include/mlpack/core/data/format.hpp
|
||||
include/mlpack/core/data/font8x8_basic.h
|
||||
include/mlpack/core/data/has_serialize.hpp
|
||||
include/mlpack/core/data/image_info.hpp
|
||||
include/mlpack/core/data/image_info_impl.hpp
|
||||
include/mlpack/core/data/image_bounding_box.hpp
|
||||
include/mlpack/core/data/image_bounding_box_impl.hpp
|
||||
include/mlpack/core/data/image_layout.hpp
|
||||
include/mlpack/core/data/image_layout_impl.hpp
|
||||
include/mlpack/core/data/image_letterbox.hpp
|
||||
include/mlpack/core/data/image_options.hpp
|
||||
include/mlpack/core/data/image_resize_crop.hpp
|
||||
include/mlpack/core/data/imputation_methods/custom_imputation.hpp
|
||||
include/mlpack/core/data/imputation_methods/imputation_methods.hpp
|
||||
@@ -114,25 +121,30 @@ include/mlpack/core/data/load_arff.hpp
|
||||
include/mlpack/core/data/load_arff_impl.hpp
|
||||
include/mlpack/core/data/load_categorical.hpp
|
||||
include/mlpack/core/data/load_categorical_impl.hpp
|
||||
include/mlpack/core/data/load_dense.hpp
|
||||
include/mlpack/core/data/load_deprecated.hpp
|
||||
include/mlpack/core/data/load_image.hpp
|
||||
include/mlpack/core/data/load_image_impl.hpp
|
||||
include/mlpack/core/data/load_impl.hpp
|
||||
include/mlpack/core/data/load_model_impl.hpp
|
||||
include/mlpack/core/data/load_model.hpp
|
||||
include/mlpack/core/data/load_numeric.hpp
|
||||
include/mlpack/core/data/load_vec_impl.hpp
|
||||
include/mlpack/core/data/matrix_options.hpp
|
||||
include/mlpack/core/data/load_sparse.hpp
|
||||
include/mlpack/core/data/map_policies/datatype.hpp
|
||||
include/mlpack/core/data/map_policies/increment_policy.hpp
|
||||
include/mlpack/core/data/map_policies/map_policies.hpp
|
||||
include/mlpack/core/data/map_policies/missing_policy.hpp
|
||||
include/mlpack/core/data/matrix_options.hpp
|
||||
include/mlpack/core/data/normalize_labels.hpp
|
||||
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_deprecated.hpp
|
||||
include/mlpack/core/data/save_image.hpp
|
||||
include/mlpack/core/data/save_image_impl.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
|
||||
@@ -150,13 +162,10 @@ include/mlpack/core/data/string_encoding_policies/dictionary_encoding_policy.hpp
|
||||
include/mlpack/core/data/string_encoding_policies/policy_traits.hpp
|
||||
include/mlpack/core/data/string_encoding_policies/string_encoding_policies.hpp
|
||||
include/mlpack/core/data/string_encoding_policies/tf_idf_encoding_policy.hpp
|
||||
include/mlpack/core/data/text_options.hpp
|
||||
include/mlpack/core/data/tokenizers/char_extract.hpp
|
||||
include/mlpack/core/data/tokenizers/split_by_any_of.hpp
|
||||
include/mlpack/core/data/tokenizers/tokenizers.hpp
|
||||
include/mlpack/core/data/text_options.hpp
|
||||
include/mlpack/core/data/types.hpp
|
||||
include/mlpack/core/data/types_impl.hpp
|
||||
include/mlpack/core/data/utilities.hpp
|
||||
include/mlpack/core/distances/distances.hpp
|
||||
include/mlpack/core/distances/iou_distance.hpp
|
||||
include/mlpack/core/distances/ip_metric.hpp
|
||||
@@ -201,10 +210,6 @@ include/mlpack/core/kernels/pspectrum_string_kernel.hpp
|
||||
include/mlpack/core/kernels/pspectrum_string_kernel_impl.hpp
|
||||
include/mlpack/core/kernels/spherical_kernel.hpp
|
||||
include/mlpack/core/kernels/triangular_kernel.hpp
|
||||
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/math/ccov.hpp
|
||||
include/mlpack/core/math/ccov_impl.hpp
|
||||
include/mlpack/core/math/columns_to_blocks.hpp
|
||||
@@ -233,6 +238,10 @@ include/mlpack/core/metrics/iou_metric_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/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/tree/address.hpp
|
||||
include/mlpack/core/tree/ballbound.hpp
|
||||
include/mlpack/core/tree/ballbound_impl.hpp
|
||||
@@ -363,6 +372,7 @@ 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/coot_traits.hpp
|
||||
include/mlpack/core/util/distr_param.hpp
|
||||
include/mlpack/core/util/ens_traits.hpp
|
||||
include/mlpack/core/util/first_element_is_arma.hpp
|
||||
@@ -435,6 +445,7 @@ include/mlpack/methods/ann/activation_functions/bipolar_sigmoid_function.hpp
|
||||
include/mlpack/methods/ann/activation_functions/elish_function.hpp
|
||||
include/mlpack/methods/ann/activation_functions/elliot_function.hpp
|
||||
include/mlpack/methods/ann/activation_functions/gaussian_function.hpp
|
||||
include/mlpack/methods/ann/activation_functions/gelu_exact_function.hpp
|
||||
include/mlpack/methods/ann/activation_functions/gelu_function.hpp
|
||||
include/mlpack/methods/ann/activation_functions/hard_sigmoid_function.hpp
|
||||
include/mlpack/methods/ann/activation_functions/hard_swish_function.hpp
|
||||
@@ -466,11 +477,13 @@ include/mlpack/methods/ann/augmented/tasks/score_impl.hpp
|
||||
include/mlpack/methods/ann/augmented/tasks/sort.hpp
|
||||
include/mlpack/methods/ann/augmented/tasks/sort_impl.hpp
|
||||
include/mlpack/methods/ann/augmented/tasks/tasks.hpp
|
||||
include/mlpack/methods/ann/convolution_rules/base_convolution.hpp
|
||||
include/mlpack/methods/ann/convolution_rules/border_modes.hpp
|
||||
include/mlpack/methods/ann/convolution_rules/convolution_rules.hpp
|
||||
include/mlpack/methods/ann/convolution_rules/fft_convolution.hpp
|
||||
include/mlpack/methods/ann/convolution_rules/im2col_convolution.hpp
|
||||
include/mlpack/methods/ann/convolution_rules/naive_convolution.hpp
|
||||
include/mlpack/methods/ann/convolution_rules/svd_convolution.hpp
|
||||
include/mlpack/methods/ann/dag_network.hpp
|
||||
include/mlpack/methods/ann/dag_network_impl.hpp
|
||||
include/mlpack/methods/ann/dists/bernoulli_distribution.hpp
|
||||
include/mlpack/methods/ann/dists/bernoulli_distribution_impl.hpp
|
||||
include/mlpack/methods/ann/dists/dists.hpp
|
||||
@@ -521,12 +534,16 @@ include/mlpack/methods/ann/layer/dropout.hpp
|
||||
include/mlpack/methods/ann/layer/dropout_impl.hpp
|
||||
include/mlpack/methods/ann/layer/elu.hpp
|
||||
include/mlpack/methods/ann/layer/elu_impl.hpp
|
||||
include/mlpack/methods/ann/layer/embedding.hpp
|
||||
include/mlpack/methods/ann/layer/embedding_impl.hpp
|
||||
include/mlpack/methods/ann/layer/flexible_relu.hpp
|
||||
include/mlpack/methods/ann/layer/flexible_relu_impl.hpp
|
||||
include/mlpack/methods/ann/layer/ftswish.hpp
|
||||
include/mlpack/methods/ann/layer/ftswish_impl.hpp
|
||||
include/mlpack/methods/ann/layer/grouped_convolution.hpp
|
||||
include/mlpack/methods/ann/layer/grouped_convolution_impl.hpp
|
||||
include/mlpack/methods/ann/layer/gru.hpp
|
||||
include/mlpack/methods/ann/layer/gru_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
|
||||
@@ -582,8 +599,6 @@ include/mlpack/methods/ann/layer/not_adapted/glimpse.hpp
|
||||
include/mlpack/methods/ann/layer/not_adapted/glimpse_impl.hpp
|
||||
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/hardshrink.hpp
|
||||
include/mlpack/methods/ann/layer/not_adapted/hardshrink_impl.hpp
|
||||
include/mlpack/methods/ann/layer/not_adapted/highway.hpp
|
||||
@@ -594,8 +609,6 @@ include/mlpack/methods/ann/layer/not_adapted/isrlu.hpp
|
||||
include/mlpack/methods/ann/layer/not_adapted/isrlu_impl.hpp
|
||||
include/mlpack/methods/ann/layer/not_adapted/join.hpp
|
||||
include/mlpack/methods/ann/layer/not_adapted/join_impl.hpp
|
||||
include/mlpack/methods/ann/layer/not_adapted/lookup.hpp
|
||||
include/mlpack/methods/ann/layer/not_adapted/lookup_impl.hpp
|
||||
include/mlpack/methods/ann/layer/not_adapted/lp_pooling.hpp
|
||||
include/mlpack/methods/ann/layer/not_adapted/lp_pooling_impl.hpp
|
||||
include/mlpack/methods/ann/layer/not_adapted/minibatch_discrimination.hpp
|
||||
@@ -648,6 +661,8 @@ 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/layer/sum_reduce.hpp
|
||||
include/mlpack/methods/ann/layer/sum_reduce_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
|
||||
@@ -697,6 +712,11 @@ 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/models/models.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
|
||||
include/mlpack/methods/ann/models/yolov3/yolov3_tiny_impl.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
|
||||
|
||||
Reference in New Issue
Block a user