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

Bump niworkflows from 1.11.0 to 1.12.0 #1340

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps niworkflows from 1.11.0 to 1.12.0.

Release notes

Sourced from niworkflows's releases.

1.12.0

Release notes

New minor release in the 1.12.x series.

This release includes support for Python 3.13, Numpy 2.0 and Nipype 1.9.

Note that using Python 3.13 requires building traits from the development branch.

Changes

  • FIX: Pandas deprecations (#906)
  • FIX: Numpy 2 compatibility (#905)
  • FIX: Check 2D spaces against list from templateflow (#888)
  • ENH: Add boldmap suffix to filename patterns. (#899)
  • ENH: Add dir entity to T2starmap pattern. (#898)
  • TEST: CIFTI2 expected checksum has changed (#895)
  • STY: Replace black+flake8 with ruff, add pre-commit (#904)
  • STY: use f-string within normalization interface (#892)
  • MNT: Enable 3.13 tests (#909)
  • MNT: Switch to tox for testing and CI (#900)
  • MNT: Drop Python 3.8, update dependencies (#896)
  • CI: Fix get_data job on CircleCI (#897)

Full Changelog: nipreps/niworkflows@1.11.0...1.12.0

Changelog

Sourced from niworkflows's changelog.

1.12.0 (December 05, 2024)

New minor release in the 1.12.x series.

This release includes support for Python 3.13, Numpy 2.0 and Nipype 1.9.

Note that using Python 3.13 requires building traits from the development branch.

  • FIX: Pandas deprecations (#906)
  • FIX: Numpy 2 compatibility (#905)
  • FIX: Check 2D spaces against list from templateflow (#888)
  • ENH: Add boldmap suffix to filename patterns. (#899)
  • ENH: Add dir entity to T2starmap pattern. (#898)
  • TEST: CIFTI2 expected checksum has changed (#895)
  • STY: Replace black+flake8 with ruff, add pre-commit (#904)
  • STY: use f-string within normalization interface (#892) MNT: Enable 3.13 tests (#909)
  • MNT: Switch to tox for testing and CI (#900)
  • MNT: Drop Python 3.8, update dependencies (#896)
  • CI: Fix get_data job on CircleCI (#897)
Commits
  • 7bd6a53 Merge pull request #910 from nipreps/rel/1.12.0
  • d132b79 DOC: 1.12.0 changelog
  • fc11899 chore: Mark changelog generator executable
  • f469797 chore: Enable 3.13 tests (#909)
  • 8b6bd82 Build(deps): Bump astral-sh/setup-uv from 3 to 4 (#908)
  • 97475eb Build(deps): Bump codecov/codecov-action from 4 to 5 (#902)
  • 6a96e61 Build(deps): Bump actions/upload-artifact (#907)
  • eb150d4 chore(deps): Group dependabot PRs
  • 0f5b65b chore/sty: Replace black+flake8 with ruff, add pre-commit (#904)
  • 4984e53 fix: Pandas deprecations (#906)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 Dec 9, 2024
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.96%. Comparing base (a6ba6eb) to head (154e229).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1340   +/-   ##
=======================================
  Coverage   78.96%   78.96%           
=======================================
  Files          59       59           
  Lines        7406     7406           
  Branches      962      962           
=======================================
  Hits         5848     5848           
  Misses       1268     1268           
  Partials      290      290           

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

Bumps [niworkflows](https://github.com/nipreps/niworkflows) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/nipreps/niworkflows/releases)
- [Changelog](https://github.com/nipreps/niworkflows/blob/master/CHANGES.rst)
- [Commits](nipreps/niworkflows@1.11.0...1.12.0)

---
updated-dependencies:
- dependency-name: niworkflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/niworkflows-1.12.0 branch from 65a003c to 154e229 Compare December 9, 2024 15:43
@tsalo tsalo merged commit ba6e6ea into main Dec 9, 2024
24 checks passed
@tsalo tsalo deleted the dependabot/pip/niworkflows-1.12.0 branch December 9, 2024 19:36
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.

1 participant