All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Update sphinx docs
- Fix discretized p-value bug
- Fix zero p-value bug
- Add MGC/Dcorr Time Series
- Raised some package requirements to fix errors with called packages
- Refactor the mgcpy package structure
- Add Manova
- Fix two sample tests
- Add scripts for k sample test power curves
- Update sphinx docs
- Add FastDCorr
- Update FastMGC to latest and more stable code
- Update FastMGC and FastDCorr unit test
- Update MGC's Smoothing and Distance Transform functions
- Fix broken unit tests
- Fix setup.py to be able to build from source when wheel is not found
- Add MANIFEST.in to include Cython
*.pyx
files
- Port repo from
NeuroDataDesign
toneurodata
org - Assert dims of input matrices
- Port MGC/FastMGC into the package, by @tpsatish95
- Port HHG, Pearson/RV/Cca, Spearman/Kendall into package and add data simulations, by @sampan501
- Port dcorr/mcorr/mantel, power estimation, and validate implementations, by @junhaobearxiong
- Port MDMR into package by, @sundaysundya
- Implement Random Forest Independence Test by, @rguo123 [not in
master
yet] - Implement 2-sample tests into package by @ananyas713