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 sdcflows requirement from <=2.8.1 to <=2.9.0 #422

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Updates the requirements on sdcflows to permit the latest version.

Release notes

Sourced from sdcflows's releases.

2.9.0

Release notes

Feature release in the 2.9.x series.

The main change is that B0FieldIdentifiers with special characters are now sanitized and exposed through a FieldmapEstimator.sanitized_id attribute.

Workflow names and input/output connections will use sanitized_id, to ensure compatibility with filenames and workflow graph generation. Internal lookup tables will continue to use the the unsanitized bids_id.

Changes

New Contributors

Full Changelog: nipreps/sdcflows@2.8.1...2.9.0

Changelog

Sourced from sdcflows's changelog.

2.9.0 (June 13, 2024)

Feature release in the 2.9.x series.

The main change is that B0FieldIdentifiers with special characters are now sanitized and exposed through a FieldmapEstimator.sanitized_id attribute.

Workflow names and input/output connections will use sanitized_id, to ensure compatibility with filenames and workflow graph generation. Internal lookup tables will continue to use the the unsanitized bids_id.

  • FIX: Update suffix only when finding related fieldmap files (#436)
  • FIX: Remove unused ANTs parameter that was removed in 2.4.1 (#431)
  • RF: Add sanitized_id field to FieldmapEstimation (#444)
  • DOC: Un-mock the already-imported numpy (#440)
  • CI: Bump actions/cache from 3 to 4 (#429)

2.8.1 (January 22, 2024)

Bug-fix release in the 2.8.x series.

Fixes doc builds and CLI support for fieldmapless workflows. Introduces support for BIDS-URIs.

  • FIX: Enable fieldmapless by default in CLI (#426)
  • FIX: Pandoc requires Texlive to render LaTeX in notebook (#427)
  • FIX: New test test_wrangler_URIs had the wrong oracle (#425)
  • ENH: Resolve BIDS-URIs (#349)
  • TEST: Use less confusing function name for testing CLI with --dry-run (#424)
  • MNT: Bump actions/download-artifact from 3 to 4 (#418)
  • MNT: Bump actions/upload-artifact from 3 to 4 (#417)
  • CI: Move PR doc build into main doc build, add texlive to build dependencies (#428)

2.8.0 (January 10, 2024)

New feature release in the 2.8.x series.

This release fixes a bug in converting SyN-SDC displacements to fieldmaps, resulting in exaggerated corrections. As this makes changes to the structure of a workflow and the expected inputs of a workflow node, this release is considered a minor release.

  • FIX: Derive field from SyN displacements using EPI affine (#421)
  • FIX: Change os.basename to os.path.basename (#419)
  • DOC: Add @​smeisler to contributors (#420)

2.7.0 (December 18, 2023)

New feature release in the 2.7.0 series.

... (truncated)

Commits
  • 83062d1 DOC: 2.9.0 changelog
  • f858dd4 Update Zenodo
  • fa9e716 Merge pull request #444 from effigies/fix/normalize-fmapids
  • fb55b65 TEST: Expected behavior with safe and unsafe bids_ids
  • c674fc1 RF: Add sanitized_id field to FieldmapEstimation
  • 6fe5b38 Reapply "Remove non-alphanumeric characters from workflow names and output en...
  • 57316e4 Merge pull request #443 from nipreps/revert-434-fmapid
  • a8ccd27 Revert "Remove non-alphanumeric characters from workflow names and output ent...
  • b10de08 Merge pull request #434 from tsalo/fmapid
  • a18cdb2 Update test.
  • Additional commits viewable in compare view

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)

@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 Jun 17, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.34%. Comparing base (f3c0bc4) to head (25dc81b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #422   +/-   ##
=======================================
  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.

@dependabot dependabot bot force-pushed the dependabot/pip/sdcflows-lte-2.9.0 branch from b36c6c5 to 5ac0ae3 Compare June 17, 2024 14:04
Updates the requirements on [sdcflows](https://github.com/nipreps/sdcflows) to permit the latest version.
- [Release notes](https://github.com/nipreps/sdcflows/releases)
- [Changelog](https://github.com/nipreps/sdcflows/blob/master/CHANGES.rst)
- [Commits](nipreps/sdcflows@0.0.1...2.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/sdcflows-lte-2.9.0 branch from 5ac0ae3 to 25dc81b Compare July 1, 2024 13:05
@tsalo tsalo merged commit cb92c9c into main Jul 2, 2024
25 checks passed
@dependabot dependabot bot deleted the dependabot/pip/sdcflows-lte-2.9.0 branch July 2, 2024 12:44
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