[mlpack] Bump to 4.5.1 (#42813)

This commit is contained in:
Weihang Ding 2024-12-24 00:04:01 +08:00 committed by GitHub
parent 36f7c8a895
commit 63f7beabac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO mlpack/mlpack REPO mlpack/mlpack
REF "${VERSION}" REF "${VERSION}"
SHA512 fd1612a2689e7e54bcbebb0b9da7d20aa6fe2fce395d544d476136d8de7f63a638bbbbab1bc2d00991649bcdf66ee6493ffdeed28c42121f98c82ee208c35947 SHA512 2be9c3b8e2874ebbf9e39ade1d65774e1d7d08eea1427d592ef9f49f6a35a1441585749e043e058cbcb8f5e7eae4cf589b0f4931c59ae6c0fed74c32bac0f4b3
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "mlpack", "name": "mlpack",
"version": "4.5.0", "version": "4.5.1",
"description": "mlpack is an intuitive, fast, and flexible header-only C++ machine learning library with bindings to other languages.", "description": "mlpack is an intuitive, fast, and flexible header-only C++ machine learning library with bindings to other languages.",
"homepage": "https://github.com/mlpack/mlpack", "homepage": "https://github.com/mlpack/mlpack",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",

View File

@ -6013,7 +6013,7 @@
"port-version": 0 "port-version": 0
}, },
"mlpack": { "mlpack": {
"baseline": "4.5.0", "baseline": "4.5.1",
"port-version": 0 "port-version": 0
}, },
"mman": { "mman": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "159e1840b52507ad8dc7349370e853f68225414d",
"version": "4.5.1",
"port-version": 0
},
{ {
"git-tree": "8467e71cd0c010cc0e0831c2111cef62124e592a", "git-tree": "8467e71cd0c010cc0e0831c2111cef62124e592a",
"version": "4.5.0", "version": "4.5.0",