Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Commit 6f4b962

Browse files
authored
Added missing whats_new for PR #425 (#433)
1 parent 4c3d0e0 commit 6f4b962

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

doc/whats_new.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
0.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+
416
New
517
---
618

@@ -11,6 +23,17 @@ New
1123
Changes
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.

0 commit comments

Comments
 (0)