From de79eed28c54b496712c43627db2ece21c89fd6b Mon Sep 17 00:00:00 2001 From: Blaise deB Frederick Date: Fri, 20 Dec 2024 12:34:03 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6836d4..80b59aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Release history -## Version 3.0alpha1 (12/18/24) +## Version 3.0alpha1 (12/20/24) * (rapidtide) The ``--fixdelay`` option has been split into two options. ``--initialdelay DELAY`` lets you specify either a float that sets the starting delay for every voxel to that value, or a 3D file specifying the initial delay for each voxel. ``--nodelayfit`` determines whether the delay can be adjusted from its initial value. Closes https://github.com/bbfrederick/rapidtide/issues/171. * (rapidtide) Reorganized command line options and adjusted the default values. +* (rapidtide) Help output now shows the filter ranges. * (rapidtide, retroglm) Added delay refinement using the ratio of the fit coefficients of the regressor and its time derivative. * (rapidtide, retroglm) Fixed a bad shared memory leak. * (retroglm) Significantly enhanced logging. @@ -12,6 +13,7 @@ * (Docker) Cleaned up some internal variables. * (Docker) Improved build and testing scripts. * (io) Added function to compare nifti files with some tolerance. +* (docs) Automated more table generation. * (package) Merged some dependabot PRs. * (package) Fixed a fairly big, but not necessarily impactful bug. mlregress returned R2, not R, so anything referring to the R of a fit was actually squared (R was actually R2, R2 was actually R4).