From 8416865e2ae198257f28d0d6bce4c2c1039a2f17 Mon Sep 17 00:00:00 2001 From: Gibraan Rahman Date: Tue, 10 May 2022 08:39:10 -0700 Subject: [PATCH 1/2] update to 0.4.0 --- evident/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evident/__init__.py b/evident/__init__.py index 7119589..66e565c 100644 --- a/evident/__init__.py +++ b/evident/__init__.py @@ -1,6 +1,6 @@ from .data_handler import UnivariateDataHandler, MultivariateDataHandler -__version__ = "0.3.0" +__version__ = "0.4.0" __all__ = ["UnivariateDataHandler", "MultivariateDataHandler"] From 973f89209aab4a3c473b765bc44fcd409c633e93 Mon Sep 17 00:00:00 2001 From: Gibraan Rahman Date: Tue, 10 May 2022 08:42:40 -0700 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1adb0ae..5c0ccfe 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ rmadh = RepeatedMeasuresUnivariateDataHandler( individual_id_column="subject", ) effect_size_result = rmadh.calculate_effect_size(state_column="group") -power_analysis_result = rmandh.power_analysis( +power_analysis_result = rmadh.power_analysis( state_column="group", subjects=[2, 4, 5], measurements=10,