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 niworkflows requirement from ~=1.10.0 to ~=1.11.0 #434

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Updates the requirements on niworkflows to permit the latest version.

Changelog

Sourced from niworkflows's changelog.

1.11.0 (July 31, 2024)

New minor release to start the 1.11.x series.

The major changes include:

  • a deprecation to T1w-only based template processing
  • addition of a new dependency acres for accessing package data

However, this is still backwards compatible with the 1.10.x series.

  • MAINT: Depend on acres for data access
  • ENH: Add PrepareDerivative/SaveDerivative interfaces (#885)
  • ENH: Make template dimensions support T2w as well (#879)
  • ENH: Modify FSSource to output T2 (#868)
  • FIX: Set cal_max in the NIfTI header for visualization after IntensityClip (#878)
  • FIX: Remove accidental MRIQC dependency, allow app config to be passed to workflow plugin (#876)
  • TEST: Fix plugin invocation, use an initializer that can be verified (#880)

1.10.2 (June 10, 2024)

Bug-fix release in the 1.10.x series

  • ENH: Modify FSSource to output T2 (#868)
  • STY: Apply ruff/flake8-implicit-str-concat rule ISC001 (#870)
  • STY: Remove extraneous quotes (#859)
  • STY: Apply assorted ruff/refurb rules (#867)
  • MNT: update vendored docs files (#834)
  • MNT: Fix deprecation error in CI (#866)

1.10.1 (March 06, 2024)

Bug-fix release in the 1.10.x series

  • ENH: Allow alternative extensions when creating a BIDS skeleton (#858)
  • ENH: Parsing for space+cohort structure (#857)

1.10.0 (December 13, 2023)

New feature release in the 1.10.x series.

This release has several improvements targeting ASLPrep and MRIQC, particularly around BIDS tooling and workflow plugins. We also drop our use of Convert3D in favor of nitransforms, allowing downstream projects to remove this non-Python dependency as needed.

Some fixes change workflow structure, so please test before upgrading.

  • FIX: Copy header to ensure mask is really aligned (#844)
  • FIX: Correctly use ignore_initial_volumes in ConfoundsCorrelationPlot (#846)

... (truncated)

Commits
  • f972df5 DOC: Add acres to dependencies
  • 8eae6ae rel(1.11.0): update changes
  • 881bfd0 MAINT: Replace Loader class with acres
  • f765e53 Merge pull request #885 from effigies/rf/split-derivatives-datasink
  • 8c14cbe TEST: Parametrize all DerivativesDataSink tests
  • b297129 PY39: Define strict zip if not builtin
  • dac204c DOC: Fix docstring
  • a526794 Update niworkflows/interfaces/bids.py
  • edf450b STY: Pacify flake8
  • 23e1bbc TEST: Test singular and decomposed interfaces
  • 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 Aug 5, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.34%. Comparing base (397e02a) to head (8fe7741).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #434   +/-   ##
=======================================
  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
Copy link
Member

tsalo commented Aug 5, 2024

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/niworkflows-approx-eq-1.11.0 branch from 19470e9 to 8fe7741 Compare August 5, 2024 15:59
@tsalo tsalo merged commit 90814f2 into main Aug 6, 2024
25 checks passed
@dependabot dependabot bot deleted the dependabot/pip/niworkflows-approx-eq-1.11.0 branch August 6, 2024 13:58
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