From 3cce4dcc13e7657157fffd258381d586fca82c1d Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 22 Sep 2022 22:46:09 -0400 Subject: [PATCH] Remove RangeType change comment (attempt 2) (#3278) --- src/mlpack/core/math/range.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mlpack/core/math/range.hpp b/src/mlpack/core/math/range.hpp index 9eae451506..6a44ab31a9 100644 --- a/src/mlpack/core/math/range.hpp +++ b/src/mlpack/core/math/range.hpp @@ -17,16 +17,11 @@ namespace mlpack { template class RangeType; -//! 3.0.0 TODO: break reverse-compatibility by changing RangeType to Range. typedef RangeType Range; /** * Simple real-valued range. It contains an upper and lower bound. * - * Note that until mlpack 3.0.0, this class is named RangeType<> and for the - * specification where T is double, you can use Range. As of mlpack 3.0.0, this - * class will be renamed Range<>. - * * @tparam T type of element held by this range. */ template