From fe144cfc5aa3d9fa87f202a78599d3eebdb35b82 Mon Sep 17 00:00:00 2001 From: msrosenberg Date: Wed, 24 Aug 2022 10:38:03 -0400 Subject: [PATCH] beta 6 final tweaks --- README.md | 18 +++++++++++++++--- src/MetaWinConstants.py | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c145fd..beb0254 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # MetaWin -MetaWin is free, open source, multi-platform software for conducting the quantitative meta-analysis portion of research synthesis. It has been rewritten from scratch relative to earlier versions. The new version is written entirely in Python. Single file executable versions of the software for Windows and Mac operating systems can be downloaded from https://www.metawinsoft.com, which also contains the manual/help file. +*MetaWin* is free, open source, multi-platform software for conducting the quantitative +meta-analysis portion of research synthesis. It has been rewritten from scratch relative +to earlier versions. The new version is written entirely in Python. Single file executable +versions of the software for Windows and Mac operating systems can be downloaded from +https://www.metawinsoft.com, which also contains a copy of the manual/help file. ## Primary Features * Calculating Effect Sizes * Pairs of Means - * Hedges' d + * Hedges' *d* * ln Response Ratio * Two × Two Contingency Table * ln Odds Ratio @@ -31,4 +35,12 @@ MetaWin is free, open source, multi-platform software for conducting the quantit * Forest Plot * Normal Quantile Plot * Galbraith (Radial) Plot - \ No newline at end of file + +### Dependencies +The *MetaWin* code has dependencies on only a few key packages: +* *PyQt6* is used for construction of the GUI +* *NumPy* and *SciPy* are used for efficient numerical and statistical computation +* *Matplotlib* is used for creation of graphs and figures + +In addition, the downloadable executables at https://www.metawinsoft.com are built using +PyInstaller. diff --git a/src/MetaWinConstants.py b/src/MetaWinConstants.py index 4decd91..9d6af76 100644 --- a/src/MetaWinConstants.py +++ b/src/MetaWinConstants.py @@ -13,7 +13,7 @@ MAJOR_VERSION = 3 MINOR_VERSION = 0 -PATCH_VERSION = 5 +PATCH_VERSION = 6 # validity check when fetching value from data matrix VALUE_NUMBER = 0