Releases: philippkrumm/BioMedStatX
Release list
BioMedStatX V1.0.1
v1.0.1 – BioMedStatX (released 2025-09-28)
New Features
Pairwise Post-Hoc Tests
After running an ANOVA or Kruskal-Wallis test, you can now perform detailed pairwise post-hoc comparisons with Sidak correction. Results include multiple testing correction, effect sizes, and confidence intervals for each group pair.
Small other improvements and bug fixes.
How to install the new version:
Delete the old version and install the new one.
Importand for MacOS:
Terminal fix: Remove the “quarantine” flag
Use this only if Option A doesn’t work. It removes the macOS quarantine attribute from the BioMedStatX folder only.
Open Terminal (Press ⌘ + Space, type “Terminal”, press Enter).
Copy & paste the commands below, then press Enter:
cd ~/Downloads/BioMedStatX/
xattr -r -d com.apple.quarantine .
Common issues:
If you see “No such file or directory”: the folder isn’t exactly at ~/Downloads/BioMedStatX/ (different name or location). Move/rename it or adjust the path.
Start BioMedStatX.
BioMedStatX V1.0.0
v1.0.0 – BioMedStatX (released 2025-07-07)
BioMedStatX v1.0.0 includes parametric and non-parametric tests, automatic plotting of results, and export of all findings into a comprehensive Excel workbook.
Highlights:
Parametric tests (t-tests, ANOVA, two-way ANOVA)
Non-parametric tests (Mann-Whitney U, Kruskal-Wallis, Dunn post-hoc)
Automated charts using Matplotlib & Seaborn
Excel export of all results (via XlsxWriter)
System Requirements:
Windows 10+ / macOS 10.14+ (no separate Python install required)
Minimum 150 MB free disk space
See README.md for detailed installation instructions.
Excel Template File
We provide an Excel template file for download. There you can check how the data needs to be structured and try out all the functions of the application.
Assets & Links:
Windows EXE and macOS app bundle under Assets
Special thanks to everyone who contributed to this release!