What's Changed
* Setting up basic files by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/1
* Adding preprocessing functions and steps by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/3
* Fix annotation with a limit for dataset over 10 var by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/4
* Improving readme by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/5
* Docs by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/6
* Adding support for multiple dataframe as input by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/7
* Adding demographic and/or medical history functionality. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/8
* [WIP] Adding factorial analysis script by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/9
* Merging to typer CLI rather than argparse for prettier prints. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/10
* [WIP] Adding confirmatory factorial analysis and horn's parallel analysis for more complete factorial analysis. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/11
* Adding export of clean and removed rows when filtering datasets. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/12
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/13
* Fuzzy clustering implementation by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/2
* [WIP] Adding Graph Network Analysis for Clustering Results. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/14
* Bump pillow from 9.5.0 to 10.0.1 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/15
* Bump pip from 23.2.1 to 23.3 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/17
* Moving to skfuzzy, code linting and pep8speaks by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/18
* [WIP] New Graph Network Comparison Scripts and Analysis. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/16
* Fix Distribution and Statistics Output in CCPM_compute_weighted_path.py by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/19
* [WIP] Moving to poetry as package manager. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/21
* Update readme with poetry info by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/22
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/23
* Bump jinja2 from 3.1.2 to 3.1.3 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/24
* Bump pillow from 10.1.0 to 10.2.0 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/25
* [ENH] New CI workflow setup by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/27
* [WIP] Add Partial Least Square Regression Analysis between Nodes Attributes and Edges Weights. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/20
* [ENH] Add unit testing for individual function to improve coverage. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/31
* [ENH] Moving to Cyclopts + Refactoring by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/32
* [ENH] Add package documentation by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/33
* [FIX] Documentation deployment by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/34
* [FIX] Fix deployment action by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/35
* [FIX] Add package installation to deploy workflow by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/36
* [ENH] Split compute graph network script and bake positions within the graph file. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/40
* [ENH] Minor adjustments and improvements to scripts. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/44
* [ENH] Add imputation and harmonisation functions. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/45
* [ENH] Improve visualization functions for a publication-ready look. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/47
* [FIX] Fix minors issues in visualization scripts. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/48
* [ENH] Remove the need for datasets once graph file is generated. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/49
* [DOC] Fix documentation in CLI scripts + plsr functions. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/50
* Bump pillow from 10.2.0 to 10.3.0 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/52
* Bump idna from 3.6 to 3.7 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/53
* Bump jinja2 from 3.1.3 to 3.1.4 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/55
* Bump tqdm from 4.66.2 to 4.66.3 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/54
* [ENH] Add logistic regression script. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/51
* [ENH] Renaming CCPM -> NeuroStatX by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/56
* Bump requests from 2.31.0 to 2.32.0 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/57
* Bump tornado from 6.4 to 6.4.1 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/58
* [FIX] Fix differences in returned score permutation testing compared to sklearn implementation. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/59
* [ENH] Removing test scripts from coverage by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/60
* [ENH] Update dependencies, switch to in-project venv + small fixes by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/62
* Bump certifi from 2024.6.2 to 2024.7.4 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/61
* [ENH] Update poetry dynamic versioning by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/63
* Bump setuptools from 69.5.1 to 70.0.0 by dependabot in https://github.com/gagnonanthony/NeuroStatX/pull/64
* [FIX] Small fixes for documentation build. by gagnonanthony in https://github.com/gagnonanthony/NeuroStatX/pull/65
New Contributors
* gagnonanthony made their first contribution in https://github.com/gagnonanthony/NeuroStatX/pull/1
* dependabot made their first contribution in https://github.com/gagnonanthony/NeuroStatX/pull/13
**Full Changelog**: https://github.com/gagnonanthony/NeuroStatX/commits/v0.1.0