Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fmriprep requirement from <=24.0,>=23.2 to >=23.2,<=24.0.1 #428

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Updates the requirements on fmriprep to permit the latest version.

Release notes

Sourced from fmriprep's releases.

24.0.1 (July 16, 2024)

Release notes

Bug fix release in the 24.0.x series.

This release resolves a bug with multi-volume single-band references. If multiple volumes are found, they are processed in the same way as the BOLD series is processed to produce a motion-correction reference.

Changes

  • FIX: Validate and summarize multi-volume sbrefs (#3320)
  • DOC: Address errors/warnings in RTD builds (#3325)
  • DOC: Read html_baseurl from RTD environment, if available (#3324)
Changelog

Sourced from fmriprep's changelog.

24.0.1 (July 16, 2024)

Bug fix release in the 24.0.x series.

This release resolves a bug with multi-volume single-band references. If multiple volumes are found, they are processed in the same way as the BOLD series is processed to produce a motion-correction reference.

  • FIX: Validate and summarize multi-volume sbrefs (#3320)
  • DOC: Address errors/warnings in RTD builds (#3325)
  • DOC: Read html_baseurl from RTD environment, if available (#3324)

24.0.0 (June 17, 2024)

New feature release in the 24.0.x series.

This release is an incremental improvement on 23.2.x, with some fixes for bugs discovered in the updated workflow.

New features include separation of HTML reports by session for subjects with many BOLD runs, a new --fs-no-resume option to improve interoperability with less typical FreeSurfer directories, such as those generated by longitudinal FreeSurfer or FastSurfer, and adoption of DatasetLinks and BIDS-URIs, to follow the recommendations of recent versions of BIDS.

With thanks to Dimitri Papadopoulos, Basile Pinsard, Celine Provins, Taylor Salo and Wang Hao-Ting for their contributions!

  • FIX: Add "double" type to allowed DisplacementFieldTransform (#3287)
  • FIX: Require recent templateflow, select correct aparc dseg.tsv (#3256)
  • FIX: Ensure proper templates are retrieved with sloppy (#3251)
  • FIX: Delete summary from functional report when separated by sessions (#3223)
  • FIX: Support lists in bids filter file containing null or * (#3215)
  • FIX: Re-enable anat fasttrack for dataset without t1w (#3202)
  • ENH: Use BIDSURI in init_ds_boldmask_wf (#3297)
  • ENH: Add templateflow to DatasetLinks (#3267)
  • ENH: Track proximal sources of functional GIFTIs (#3263)
  • ENH: Support named derivative paths (#3264)
  • ENH: Track Sources for standard-space outputs (#3262)
  • ENH: Add --fs-no-resume option to reuse existing FreeSurfer outputs without resuming (#3142)
  • ENH: Use BIDS URIs to track Sources in sidecars (#3255)
  • ENH: Ignore unselected subjects in BIDSLayoutIndexer (#3236)
  • ENH: Add metadata for motion parameters (#3245)
  • ENH: Separate anatomical and functional reports per session for densely sampled dataset (#3191)
  • ENH: Leverage T2w if available for BOLD -> anat coregistration (#3208)
  • RF: Fix ITK warp conversion to nitransforms format (#3300)
  • RF: Load report assembler from nireports (#3177)
  • DOC: Clarify --dvars-spike-threshold uses standardized DVARS (#3205)
  • TST: Update test to reflect new report generation behavior (#3210)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [fmriprep](https://github.com/nipreps/fmriprep) to permit the latest version.
- [Release notes](https://github.com/nipreps/fmriprep/releases)
- [Changelog](https://github.com/nipreps/fmriprep/blob/master/CHANGES.rst)
- [Commits](nipreps/fmriprep@23.2.0...24.0.1)

---
updated-dependencies:
- dependency-name: fmriprep
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added ignore-for-release PRs that shouldn't be included with release notes. maintenance Issues/PRs related to maintenance. Dependency versions, dependencies, etc. labels Jul 22, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.34%. Comparing base (f183bb2) to head (ba1e8b7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #428   +/-   ##
=======================================
  Coverage   84.34%   84.34%           
=======================================
  Files          37       37           
  Lines        3986     3986           
=======================================
  Hits         3362     3362           
  Misses        624      624           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tsalo tsalo merged commit 39d5853 into main Jul 30, 2024
25 checks passed
@dependabot dependabot bot deleted the dependabot/pip/fmriprep-gte-23.2-and-lte-24.0.1 branch July 30, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release PRs that shouldn't be included with release notes. maintenance Issues/PRs related to maintenance. Dependency versions, dependencies, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants