@@ -76,6 +76,35 @@ Please check out their pages and support the developers.
7676CHANGELOG
7777=========
7878
79+ 0.5.0 (March 20, 2020)
80+ ----------------------
81+ This release adds two EXPERIMENTAL flags:
82+ --normalize-betas and --no-signal-scaling.
83+ I'm especially unsure about the behavior of
84+ --normalize-betas in combination with any hrf that contains
85+ "derivatives" or "derivatives + dispersion", since I'm unsure
86+ when to divide the the beta estimates with the variances of
87+ the beta estimates to derive the t-statistic
88+ (i.e., normalizing the beta estimates).
89+ This release also has given access to residuals from the LSA and LSS
90+ interfaces.
91+
92+ Another WARNING: residuals for the LSS interface are not quite as meaningful
93+ since I'm averaging the residuals over all the models being generated.
94+ This project is not version 1.x.x yet, so be aware aspects of the API
95+ may change rapidly.
96+
97+ Thanks to @michaelmack for opening an issue to suggest new features and
98+ @PeerHerholz for their contributions!
99+
100+ * [ENH] add --normalize-betas option (#299) @jdkent
101+ * [ENH] add --no-signal-scaling option (#298) @jdkent
102+ * [ENH,FIX] optimally combine temporal + dispersion derivatives for beta estimation (#296) @jdkent
103+ * [ENH] add residuals to LSS/LSA interfaces (#294) @jdkent
104+ * [FIX] remove standardize parameter (#292) @jdkent
105+ * [ENH] Allow niftiimage input (#289) @jdkent
106+ * fix singularity install instructions in docs (#288) @PeerHerholz
107+
791080.4.3 (February 22, 2020)
80109-------------------------
81110Bug fix and enhancement release.
0 commit comments