From b09980fc8daaf7ff9d67bef0de772fed62526350 Mon Sep 17 00:00:00 2001 From: Cyril Joly Date: Sun, 9 Jun 2024 12:06:04 +0200 Subject: [PATCH] Update future.rst --- docs/source/future.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/future.rst b/docs/source/future.rst index 5c4acd4..07fb41b 100644 --- a/docs/source/future.rst +++ b/docs/source/future.rst @@ -5,7 +5,7 @@ What's New ? Version 0.4.1 (June 9, 2024) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Improved numerical stability of the ``BatchMean``'s algorithm, based on `Numerically Stable Parallel Computation of (Co-)Variance by Schubert and Gertz`_ +- Improved numerical stability of the ``BatchMean``'s algorithm, based on `Numerically Stable Parallel Computation of (Co-)Variance by Schubert and Gertz `_ Future Plans @@ -19,4 +19,4 @@ Here are some potential areas for future development of the ``BatchStats`` packa - Implementing shape checks - Adding a ``dtype`` argument for better control of the underlying arrays -If you have any suggestions or would like to contribute to the development of BatchStats, please feel free to reach out to the maintainers or submit a pull request on the GitHub repository. \ No newline at end of file +If you have any suggestions or would like to contribute to the development of BatchStats, please feel free to reach out to the maintainers or submit a pull request on the GitHub repository.