Skip to content

Releases: bbfrederick/rapidtide

Version 2.9.8.2 - 9/24/24 Grrrrr

24 Sep 18:26
Compare
Choose a tag to compare
  • (package) Pypi doesn't like it when you redeploy with the same tag number...

Version 2.9.8.1 - 9/24/24 Changed arguments to retrolagtcs

24 Sep 18:22
Compare
Choose a tag to compare
  • (retrolagtcs) Now only use one mask (corrmask).
  • (retrolagtcs) Now only load the fmri file header to save memory.

Version 2.9.8 - 9/16/24 Feature push for fmripost_rapidtide

24 Sep 17:39
Compare
Choose a tag to compare
  • (retrolagtcs) Made a new program to generate lagged timecourses from a lagmap, masks, and a lagtc generator (for fmripost_rapidtide).
  • (rapidtide) Added coefficient of variation output.
  • (tidepool) Now works with PyQt6.
  • (package) Some import cleanups.

Version 2.9.7 - 9/16/24 Bugfix release

17 Sep 14:20
Compare
Choose a tag to compare
  • (package) Updated requirements for matplotlib and pyqtgraph to make sure tidepool works (thanks to Hui Zheng for finding this - resolves #168).
  • (package) Dropped Python 3.8 support (not supported by the version of pyqtgraph I need).
  • (filter.py) You can now specify padtype to all filters.
  • (reference) Added the newest version of the HCP-YA mean parameter maps.

Version 2.9.6 - 9/5/24 checkpoint release

06 Sep 01:01
Compare
Choose a tag to compare
  • (rapidtide) Estimate and save information about sLFO signal growth over the course of a scan.
  • (rapidtide) Now you can have both include and exclude tmasks.
  • (rapidtide) Fixed some bugs in memory profiling.
  • (rapidtide) Removed some extraneous code to save memory.

Version 2.9.5.2 - 8/14/24 Deployment fix

14 Aug 16:41
Compare
Choose a tag to compare
  • (package) Deployment fix

Version 2.9.5.1 - 8/14/24 Slight adjustment to anatomic processing

14 Aug 16:02
Compare
Choose a tag to compare
  • (rapidtide) Backed off on using the gray matter mask to limit refine voxels.

Version 2.9.5 - 8/14/24 Smart anatomic processing and bug fix

14 Aug 14:55
Compare
Choose a tag to compare
  • (rapidtide) Now specifying brainmask and/or graymattermask will automatically do smart processing enhancements. You can specify whitemattermask, but that currently does nothing except pass the map along.
  • (rapidtide) pickleft is now the default (you never don't want to do it). The argument to specify it does nothing, but doesn't throw an error. You can turn it off with nopickleft (but, seriously, don't).
  • (package) In addition to the APARC label macros for specifying atlas values, I've added SSEG_GRAY and SSEG_WHITE to support gray and white mask generation from SynthSeg output.
  • (package) Fixed a rarely encounted but serious bug when reading tsv files with missing values - these are now converted to zeros on read rather than propagating NaN's through processing.

Version 2.9.4.1 - 8/7/24 Deployment fix

07 Aug 19:01
Compare
Choose a tag to compare
  • (package) Deployment fix

Version 2.9.4 - 8/7/24 checkpoint release

07 Aug 18:56
Compare
Choose a tag to compare
  • (rapidtide) Added "--graymattermask" macro to set region for global mean, refinement, and offset calculations.
  • (rapidtide) Added whitemattermask input.
  • (rapidtide) Calculate normalized motion derivatives when denoising.
  • (filttc) Various improvements.
  • (docs) Automated calculation of rapidtide data output sizes.
  • (package) Multiple buffs and improvements to packaging and installation files.
  • (package) Merged many dependabot PRs.