This release modernizes Nipype's legacy packaging. Key changes include
better error propagation when utilizing run_without_submitting, proper quoting of
paths with spaces, a fix for SPM v25 outputs, enhancements to dcm2niix,
support for dynamic RAM estimation, and a revamped CI process for pre‑release tests.
- FIX: Propagate errors encountered when using
run_without_submitting(#3745) - FIX: Properly quote file paths with spaces (#3739)
- FIX: Catch OSError from getpass.getuser (#3728)
- FIX: SPM output type for version 25 (#3734)
- ENH: Add -w flag to dcm2niix interface (#3723)
- ENH: Dynamic RAM estimator (#3740)
- MAINT: Modernize packaging (#3742)
- CI: Split pre-release tests into cron job, open issues on failure (#3746)