Deprecate `stats.find_repeats`?

Hi Team,

gh-21157 proposes the deprecation of scipy.stats.find_repeats, which does not seem widely used and duplicates functionality that is easy to achieve with np.unique or the array API standard unique_counts.

Please let us know if we’re missing important uses of this function or if the change would be too disruptive. Thanks!

Matt

2 Likes