Skip to content

0.6.0

Compare
Choose a tag to compare
@effigies effigies released this 11 Dec 17:21
0.6.0
ea92778

DOI

Release Notes

New feature release in the 0.6.x series.

This release respects recent changes to the BIDS-StatsModels draft specification to support fixed-effects meta-analysis (FEMA) contrasts, and renames "AutoContrasts" to "DummyContrasts".

Provisional support for F-tests has been added.

Additional rearchitecting by Dylan Nielson provides significant speedups for large datasets by caching BIDS layout information.

CHANGES

  • SPEC: Add fixed effects (FEMA) contrasts (#191)
  • SPEC: Change AutoContrasts to DummyContrasts (#197)
  • FIX: Don't pass ignore and force index to init_fitlins_wf (#202)
  • FIX: BIDSelect confusion between Nifti and JSON (#193)
  • FIX: Set smoothing_fwhm after creating next level. (#190)
  • FIX: Recognize cosine columns without underscores (#185)
  • ENH: Update logging levels (#198)
  • ENH: Add option to load BIDS layouts from database file (#187)
  • ENH: Add memory estimate for first-level models, enable memory management (#199)
  • ENH: Avoid casting BOLD data to float64 if possible (#196)
  • ENH: Add F-tests (#195)
  • ENH: Drop missing model inputs (#183)
  • RF: Abstract interfaces to simplify swappability (#188)