From 8c98d17f9eaf255fdc747048721e0a6250740f22 Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Thu, 26 Sep 2024 13:01:53 -0400 Subject: [PATCH] Fixing single linkage deprecations --- cpp/include/raft/cluster/single_linkage_types.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/include/raft/cluster/single_linkage_types.hpp b/cpp/include/raft/cluster/single_linkage_types.hpp index 1defc3df46..cd815622bf 100644 --- a/cpp/include/raft/cluster/single_linkage_types.hpp +++ b/cpp/include/raft/cluster/single_linkage_types.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024, NVIDIA CORPORATION. + * Copyright (c) 2021-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ namespace raft::cluster::hierarchy { /** * Determines the method for computing the minimum spanning tree (MST) */ -[[deprecated("Use cuVS instead")]] enum LinkageDistance { +enum LinkageDistance { /** * Use a pairwise distance matrix as input to the mst. This