🚀 New/Added
- Minor update that adds some features to `CAP.caps2corr()`, specifically adds three parameters - `return_df`, `save_df`,
and `save_plots`. Now, in addition to visualizing a correlation matrix, this function can also return a pandas dataframe
containing a correlation matrix, where each element in the correlation matrix is accompanied by its p-value in
parenthesis, which is followed by an asterisk (single asterisk for < 0.05, double asterisk for 0.01, and triple asterisk
for < 0.001). These dataframes can also be saves as csv files.
- All plotting functions that use matplotlib includes `bbox_inches` as a kwarg and defaults to "tight".
- Added `annot_kws` kwargs to `CAPs.caps2plot` and `CAP.caps2corr`.