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

Renovate: dependency nibabel to v5.3.2 #553

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nibabel ==5.2.1 -> ==5.3.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

nipy/nibabel (nibabel)

v5.3.2

Compare Source

=================================

Bug-fix release in the 5.3.x series.

Bug fixes

  • Restore MRS extension type to Nifti1Extension to maintain backwards compatibility.
    (pr/1380) (CM)

v5.3.1

Compare Source

===============================

Bug-fix release in the 5.3.x series.

Bug fixes

  • Restore access to private attribute Nifti1Extension._content to unbreak subclasses
    that did not use public accessor methods. (pr/1378) (CM, reviewed by Basile Pinsard)
  • Remove test order dependency in test_api_validators (pr/1377) (CM)

v5.3.0

Compare Source

==============================

This release primarily adds support for Python 3.13 and Numpy 2.0.

NiBabel 6.0 will drop support for Numpy 1.x.

New features

  • Update NIfTI extension protocol to include .content : bytes, .text : str and
    .json() : dict properties/methods for accessing extension contents.
    Exceptions will be raised on .text and .json() if conversion fails. (pr/1336) (CM)

Enhancements

  • Ability to read data from many multiframe DICOM files that previously generated errors (pr/1340)
    (Brendan Moloney, reviewed by CM)
  • nib-nifti-dx now supports NIfTI-2 files with a --nifti2 flag (pr/1323) (CM)
  • Update :mod:nibabel.streamlines.tractogram to support ragged arrays. (pr/1291)
    (Serge Koudoro, reviewed by CM)
  • Filter numpy UserWarning on np.finfo(np.longdouble). This can occur on
    Windows systems, but it's done in the context of checking for the problem that
    is being warned against, so there's no need to be noisy. (pr/1310)
    (Joshua Newton, reviewed by CM)
  • Improve error message for for dicomwrapper errors in shape calculation (pr/1302)
    (YOH, reviewed by CM)
  • Support "flat" ASCII-encoded GIFTI DataArrays (pr/1298) (PM, reviewed by CM)

Bug fixes

  • Fix location initialization/update in OrthoSlicer3D for permuted axes (pr/1319, pr/1350)
    (Guillaume Becq, reviewed by CM)
  • Fix DICOM scaling, making frame filtering explicit (pr/1342) (Brendan Moloney, reviewed by CM)
  • Fixed multiframe DICOM issue where data could be flipped along slice dimension relative to the
    affine (pr/1340) (Brendan Moloney, reviewed by CM)
  • Fixed multiframe DICOM issue where image_position and the translation component in the
    affine could be incorrect (pr/1340) (Brendan Moloney, reviewed by CM)

Maintenance

  • Numpy 2.0 compatibility and addressing deprecations in numpy API
    (pr/1304, pr/1330, pr/1331, pr/1334, pr/1337) (Jon Haitz Legarreta Gorroño, CM)
  • Python 3.13 compatibility (pr/1315) (Sandro from the Fedora Project, reviewed by CM)
  • Testing on Python 3.13 with free-threading (pr/1339) (CM)
  • Testing on ARM64 Mac OS runners (pr/1320) (CM)
  • Proactively address deprecations in coming Python versions (pr/1329, pr/1332, pr/1333)
    (Jon Haitz Legarreta Gorroño, reviewed by CM)
  • Replace nose-era setup() and teardown() functions with pytest equivalents
    (pr/1325) (Sandro from the Fedora Project, reviewed by Étienne Mollier and CM)
  • Transitioned from blue/isort/flake8 to ruff <https://docs.astral.sh/ruff/>__. (pr/1289)
    (Dimitri Papadopoulos, reviewed by CM)
  • Vetted and added various rules to the ruff configuration for auto-formatting and style
    guide enforcement. (pr/1321, pr/1351, pr/1352, pr/1353, pr/1354, pr/1355, pr/1357, pr/1358,
    pr/1359, pr/1360, pr/1361, pr/1362, pr/1363, pr/1364, pr/1368, pr/1369)
    (Dimitri Papadopoulos, reviewed by CM)
  • Fixing typos when found. (pr/1313, pr/1370) (MB, Dimitri Papadopoulos)
  • Applied Repo-Review suggestions (Dimitri Papadopoulos, reviewed by CM)

API changes and deprecations

  • Raise :class:~nibabel.spatialimages.HeaderDataError from
    :func:~nibabel.nifti1.Nifti1Header.set_qform if the affine fails to decompose.
    This would previously result in :class:numpy.linalg.LinAlgError. (pr/1227) (CM)
  • The :func:nibabel.onetime.auto_attr module can be replaced by :func:functools.cached_property
    in all supported versions of Python. This alias may be removed in future versions. (pr/1341) (CM)
  • Removed the deprecated nisext (setuptools extensions) package. (pr/1290) (CM, reviewed by MB)

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * " (UTC), Automerge - " * * * 1-5" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Dec 11, 2024
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.38%. Comparing base (3678f3c) to head (8bf0274).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #553      +/-   ##
==========================================
+ Coverage   87.35%   87.38%   +0.02%     
==========================================
  Files          76       76              
  Lines        3378     3386       +8     
==========================================
+ Hits         2951     2959       +8     
  Misses        427      427              

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

@renovate renovate bot force-pushed the renovate/nibabel-5.x branch 2 times, most recently from e572553 to 7556f46 Compare December 11, 2024 13:29
@renovate renovate bot force-pushed the renovate/nibabel-5.x branch from 7556f46 to b7d2954 Compare December 11, 2024 13:49
@stefpiatek stefpiatek enabled auto-merge (squash) December 11, 2024 13:52
@renovate renovate bot force-pushed the renovate/nibabel-5.x branch 2 times, most recently from 29f9f22 to 702bf94 Compare December 11, 2024 14:09
@renovate renovate bot force-pushed the renovate/nibabel-5.x branch from 702bf94 to 8bf0274 Compare December 11, 2024 14:25
@p-j-smith p-j-smith closed this Dec 11, 2024
auto-merge was automatically disabled December 11, 2024 14:29

Pull request was closed

Copy link
Contributor Author

renovate bot commented Dec 11, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==5.3.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/nibabel-5.x branch December 11, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants