diff --git a/.zenodo.json b/.zenodo.json index 11b61d1..d22e193 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -9,6 +9,11 @@ "name": "Herholz, Peer", "affiliation": "Montréal Neurological Institute", "orcid": "0000-0002-9840-6257" + }, + { + "name": "Salo, Taylor", + "affiliation": "Florida International University", + "orcid": "0000-0001-9813-3167" } ], "contributors": [ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3db73a2..e5558a6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,35 @@ CHANGELOG ========= +0.5.0 (March 20, 2020) +---------------------- +This release adds two EXPERIMENTAL flags: +--normalize-betas and --no-signal-scaling. +I'm especially unsure about the behavior of +--normalize-betas in combination with any hrf that contains +"derivatives" or "derivatives + dispersion", since I'm unsure +when to divide the the beta estimates with the variances of +the beta estimates to derive the t-statistic +(i.e., normalizing the beta estimates). +This release also has given access to residuals from the LSA and LSS +interfaces. + +Another WARNING: residuals for the LSS interface are not quite as meaningful +since I'm averaging the residuals over all the models being generated. +This project is not version 1.x.x yet, so be aware aspects of the API +may change rapidly. + +Thanks to @michaelmack for opening an issue to suggest new features and +@PeerHerholz for their contributions! + +* [ENH] add --normalize-betas option (#299) @jdkent +* [ENH] add --no-signal-scaling option (#298) @jdkent +* [ENH,FIX] optimally combine temporal + dispersion derivatives for beta estimation (#296) @jdkent +* [ENH] add residuals to LSS/LSA interfaces (#294) @jdkent +* [FIX] remove standardize parameter (#292) @jdkent +* [ENH] Allow niftiimage input (#289) @jdkent +* fix singularity install instructions in docs (#288) @PeerHerholz + 0.4.3 (February 22, 2020) ------------------------- Bug fix and enhancement release. diff --git a/long_description.rst b/long_description.rst index b4ffe9a..171c25c 100644 --- a/long_description.rst +++ b/long_description.rst @@ -76,6 +76,35 @@ Please check out their pages and support the developers. CHANGELOG ========= +0.5.0 (March 20, 2020) +---------------------- +This release adds two EXPERIMENTAL flags: +--normalize-betas and --no-signal-scaling. +I'm especially unsure about the behavior of +--normalize-betas in combination with any hrf that contains +"derivatives" or "derivatives + dispersion", since I'm unsure +when to divide the the beta estimates with the variances of +the beta estimates to derive the t-statistic +(i.e., normalizing the beta estimates). +This release also has given access to residuals from the LSA and LSS +interfaces. + +Another WARNING: residuals for the LSS interface are not quite as meaningful +since I'm averaging the residuals over all the models being generated. +This project is not version 1.x.x yet, so be aware aspects of the API +may change rapidly. + +Thanks to @michaelmack for opening an issue to suggest new features and +@PeerHerholz for their contributions! + +* [ENH] add --normalize-betas option (#299) @jdkent +* [ENH] add --no-signal-scaling option (#298) @jdkent +* [ENH,FIX] optimally combine temporal + dispersion derivatives for beta estimation (#296) @jdkent +* [ENH] add residuals to LSS/LSA interfaces (#294) @jdkent +* [FIX] remove standardize parameter (#292) @jdkent +* [ENH] Allow niftiimage input (#289) @jdkent +* fix singularity install instructions in docs (#288) @PeerHerholz + 0.4.3 (February 22, 2020) ------------------------- Bug fix and enhancement release.