`ss` and `square_of_sums` deprecation from `scipy.stats`
Hello all, As part of StatisticsCleanup milestone `scipy.stats.ss` and `scipy.stats.square_of_sums` are to be deprecated. These are helper functions that were not meant to be exposed to users but we know for a fact that they are being used by some people, therefore we cannot just remove them from the API so we are going to put them through a normal deprecation period. If there are any objections to the deprecation of these functions, now would be a good time to speak up. Cheers, Abraham.
You can find the corresponding PR here: https://github.com/scipy/scipy/pull/4914 Regards, Abraham. 2015-05-26 16:46 GMT-05:00 Abraham Escalante <aeklant@gmail.com>:
Hello all,
As part of StatisticsCleanup milestone `scipy.stats.ss` and `scipy.stats.square_of_sums` are to be deprecated. These are helper functions that were not meant to be exposed to users but we know for a fact that they are being used by some people, therefore we cannot just remove them from the API so we are going to put them through a normal deprecation period.
If there are any objections to the deprecation of these functions, now would be a good time to speak up.
Cheers, Abraham.
participants (1)
-
Abraham Escalante