Skip to content

v0.0.4

Compare
Choose a tag to compare
@synchon synchon released this 05 Apr 15:51
· 333 commits to main since this release
b0c0a61

What's Changed

  • [DOC]: Add Zenodo shield and improve documentation by @synchon in #247
  • [BUG]: Jobs fail with new condor_submit_dag changes by @synchon in #233
  • [ENH]: Add feature_md5 argument to read_transform() by @synchon in #248
  • [ENH]: Bump dependencies by @fraimondo in #253
  • [ENH]: Support for Power 2013 coordinates by @synchon in #245
  • [BUG]: extMDN coordinates are falsely registered as extDMN coordinates in junifer by @synchon in #251
  • [ENH]: Add support for subject(s) file for junifer run by @synchon in #182
  • [ENH]: Introduce WorkDirManager by @synchon in #254
  • [ENH]: Add element-scoped directories for WorkDirManager by @synchon in #258
  • [ENH]: Improve element-specific directory cleanup for WorkDirManager by @synchon in #259
  • [MAINT]: Pin ruff and update housekeeping configs by @synchon in #261
  • [ENH]: Improve BasePreprocessor and fMRIPrepConfoundRemover by @synchon in #260
  • [ENH]: Add support for FSL via Docker by @synchon in #262
  • [ENH]: Introduce junifer.data.get_parcellation() by @synchon in #264
  • [ENH]: Introduce junifer.data.get_coordinates() by @synchon in #265
  • [ENH]: Add support for multiple preprocessors in the pipeline by @synchon in #263
  • [ENH]: Introduce _ApplyWarper by @synchon in #266
  • [ENH]: Introduce BOLDWarper by @synchon in #267
  • [ENH]: Add space awareness to existing components by @synchon in #268
  • [ENH]: Add support for native space by @synchon in #252
  • [MAINT]: Improve docs, packaging and code style by @synchon in #269
  • [ENH]: Add DMCC13Benchmark DataGrabber by @synchon in #271
  • [FIX]: Fix _check_fsl() by @synchon in #272
  • [FIX]: Make native warped components persist by @synchon in #274
  • [ENH]: Complexity features by @omidvarnia in #145
  • [BUG]: relative path in with block in YAML is interpreted relative from YAML, but copy operation to junifer jobs directory interprets relative to working directory. by @synchon in #224
  • [BUG]: Fix interpolation scheme for native parcellation and mask by @synchon in #276
  • [ENH]: Add support for ANTs via Docker by @synchon in #277
  • [BUG]: Fix FSL std2imgcoord I/O by @synchon in #278
  • [ENH]: Use stderr for external tool wrappers' output by @synchon in #279
  • [BUG]: Fix FSL std2imgcoord source image by @synchon in #280
  • [BUG]: Replace FSL std2imgcoord with img2imgcoord by @synchon in #281
  • [BUG]: Propagate ReHo and fALFF maps' file paths by @synchon in #282
  • [BUG]: WorkDirManager does not accept string as workdir by @synchon in #283
  • update: correct register_mask import in code example by @tomug in #291
  • [MAINT]: Make BOLDWarper tool-agnostic by @synchon in #288
  • [BUG]: Correct path propagation logic for ReHoEstimator and ALFFEstimator by @synchon in #286
  • [MAINT]: Update README and pyproject.toml by @synchon in #294
  • [ENH]: Add mode as an aggregation function for get_aggfunc_by_name by @synchon in #287
  • [BUG]: Mask "inherit" will be warped twice if working in native space. by @synchon in #284
  • [ENH]: Introduce _AntsApplyTransformsWarper by @synchon in #293
  • [ENH]: Introduce run_ext_cmd for running external commands by @synchon in #295
  • [ENH]: Introduce get_xfm for fetching transformation files by @synchon in #297
  • [MAINT]: Improve repository by @synchon in #300
  • chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in #303
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #304
  • chore(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #305
  • [ENH]: Introduce get_template for getting templates by @synchon in #298
  • [ENH]: Allow BOLDWarper to warp between MNI spaces by @synchon in #302
  • [ENH]: Allow for using venv in queue kind by @synchon in #249
  • [ENH]: Coordinates - Autobiographical Memory by @synchon in #250
  • [ENH]: Support Brainnetome 246 parcellation by @synchon in #275
  • [ENH]: Implement junifer reset to delete job/results file. by @synchon in #240
  • [ENH]: Introduce QueueContextAdapter and HTCondorAdapter by @synchon in #309
  • [ENH]: Improve BasePreprocessor by @synchon in #310
  • Improve external dependency handling of PipelineStepMixin by @synchon in #311
  • [MAINT]: Add support for Python 3.12 by @synchon in #270
  • [FIX]: Element parsing for HTCondor via VARS by @synchon in #312
  • [ENH]: Preprocessing step to warp any image to any standard space by @synchon in #301
  • [FIX]: Element access for DMCC13Benchmark by @synchon in #314
  • [ENH]: Allow for local queue using GNU parallel by @synchon in #306
  • [DOC]: Improve documentation by @synchon in #317
  • [ENH]: Add support for on-the-fly template space transformation by @synchon in #299
  • [ENH]: Improving DataGrabber patterns by @synchon in #308
  • [FIX] change files to executables. by @fraimondo in #321
  • [FIX]: Change all probseg_ appearances with VBM_ for consistency by @fraimondo in #320
  • [BUG]: subject ID truncated incorrectly in condor submit dag file by @synchon in #322
  • Follow the datasets BIDS convention for participants/sessions by @fraimondo in #325
  • [MAINT]: Release 0.0.4 by @synchon in #328

New Contributors

Full Changelog: v0.0.3...v0.0.4