This repository was archived by the owner on Apr 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 110.1.0b2
22=======
33
4+ .. warning ::
5+
6+ | The phrases `resid` and `w` in method and attribute names
7+ | have been changed to `residuals` and `whitened_` respectively.
8+
9+ | This will be a breaking change in the stable release of Nistats,
10+ | due to be shipped with Nilearn 0.7.0 as `nilearn.stats`.
11+
12+ | To minimize compatibility problems, please change the names
13+ | according to the info in the "Changes" section.
14+
15+
416New
517---
618
1123Changes
1224-------
1325
26+ * The following parameters, methods, and attributes have been renamed.
27+ Classes affected: `OLSModel `, `RegressionResults `, `LikelihoodModelResults `.
28+
29+ * resid -> residuals
30+ * df_resid -> df_residuals
31+ * norm_resid -> normalized_residuals
32+ * wresid -> whitened_residuals
33+ * wdesign -> whitened_design
34+ * wX -> whitened_X
35+ * wY -> whitened_y
36+
1437* `run_img ` variable deleted after masking in FirstLevelModel to reduce memory use.
1538* :func: `nistats.reporting.make_glm_report ` now uses the computed mask if there is no
1639 user-specified one.
You can’t perform that action at this time.
0 commit comments