From 603512d985d8e1be1711be367734456cfbca7d54 Mon Sep 17 00:00:00 2001 From: mdaeron Date: Tue, 16 May 2023 23:33:35 +0200 Subject: [PATCH] Prepare v2.1.1 release --- D47crunch/__init__.py | 4 ++-- changelog.md | 3 +++ docs/index.html | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/D47crunch/__init__.py b/D47crunch/__init__.py index aeeee88..f8b6d2a 100755 --- a/D47crunch/__init__.py +++ b/D47crunch/__init__.py @@ -20,8 +20,8 @@ __contact__ = 'daeron@lsce.ipsl.fr' __copyright__ = 'Copyright (c) 2023 Mathieu Daëron' __license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause' -__date__ = '2023-05-14' -__version__ = '2.1.0' +__date__ = '2023-05-16' +__version__ = '2.1.1' import os import numpy as np diff --git a/changelog.md b/changelog.md index b675284..17bc278 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## v2.1.1 +*Released on 2023-05-16* + ### Bugfix * `D4xdata.compute_r()` uses an improved computation for degrees of freedom for arbitrary subsets of sessions and/or samples, yielding more estimates of analytical repeatabilities for Δ47 and Δ48. diff --git a/docs/index.html b/docs/index.html index 8ab7868..f322ee6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -844,8 +844,8 @@

API Documentation

20__contact__ = 'daeron@lsce.ipsl.fr' 21__copyright__ = 'Copyright (c) 2023 Mathieu Daëron' 22__license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause' - 23__date__ = '2023-05-14' - 24__version__ = '2.1.0' + 23__date__ = '2023-05-16' + 24__version__ = '2.1.1' 25 26import os 27import numpy as np