-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update dependency nibabel to v5.3.2 #32
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/nibabel-5.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82c56fb
to
dbc8a28
Compare
287f438
to
2ba295c
Compare
e7ade1c
to
78326db
Compare
5e03811
to
0d3bde5
Compare
8b3b3c9
to
8ef677c
Compare
e528e90
to
7162a66
Compare
8ed111c
to
1254e01
Compare
1254e01
to
df0059d
Compare
6b26f1a
to
5509e63
Compare
9c793e7
to
8aef433
Compare
8aef433
to
9e5e55a
Compare
12e9fbe
to
13de653
Compare
39f7fb2
to
bd73f94
Compare
75d1035
to
fda4792
Compare
d6fd53c
to
3c3c78c
Compare
e21fb0d
to
ee02089
Compare
c973cac
to
405326e
Compare
405326e
to
725c4bf
Compare
9bdbfc2
to
4dce6c6
Compare
4dce6c6
to
d7a7cbf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.0
->5.3.2
Release Notes
nipy/nibabel (nibabel)
v5.3.2
Compare Source
=================================
Bug-fix release in the 5.3.x series.
Bug fixes
(pr/1380) (CM)
v5.3.1
Compare Source
===============================
Bug-fix release in the 5.3.x series.
Bug fixes
Nifti1Extension._content
to unbreak subclassesthat did not use public accessor methods. (pr/1378) (CM, reviewed by Basile Pinsard)
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
.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
(Brendan Moloney, reviewed by CM)
nib-nifti-dx
now supports NIfTI-2 files with a--nifti2
flag (pr/1323) (CM)nibabel.streamlines.tractogram
to support ragged arrays. (pr/1291)(Serge Koudoro, reviewed by CM)
UserWarning
onnp.finfo(np.longdouble)
. This can occur onWindows 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)
(YOH, reviewed by CM)
Bug fixes
(Guillaume Becq, reviewed by CM)
affine (pr/1340) (Brendan Moloney, reviewed by CM)
image_position
and the translation component in theaffine
could be incorrect (pr/1340) (Brendan Moloney, reviewed by CM)Maintenance
(pr/1304, pr/1330, pr/1331, pr/1334, pr/1337) (Jon Haitz Legarreta Gorroño, CM)
(Jon Haitz Legarreta Gorroño, reviewed by CM)
setup()
andteardown()
functions with pytest equivalents(pr/1325) (Sandro from the Fedora Project, reviewed by Étienne Mollier and CM)
ruff <https://docs.astral.sh/ruff/>
__. (pr/1289)(Dimitri Papadopoulos, reviewed by CM)
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)
API changes and deprecations
~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)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)
nisext
(setuptools extensions) package. (pr/1290) (CM, reviewed by MB)v5.2.1
Compare Source
===============================
Bug-fix release in the 5.2.x series.
Enhancements
Bug fixes
git
when reporting version info (pr/1286) (CM, reviewed byYuri Victorovich)
Mathias Goncalves)
Maintenance
v5.2.0
Compare Source
===============================
New feature release in the 5.2.x series.
This release requires a minimum Python of 3.8 and NumPy 1.20, and has been
tested up to Python 3.12 and NumPy 1.26.
New features
~nibabel.pointset.Pointset
and regularly spaced:class:
~nibabel.pointset.Grid
data structures in preparation for coordinatetransformation and resampling (pr/1251) (CM, reviewed by Oscar Esteban)
Enhancements
~nibabel.arrayproxy.ArrayProxy.copy
method to:class:
~nibabel.arrayproxy.ArrayProxy
(pr/1255) (CM, reviewed by Paul McCarthy)~nibabel.xmlutils.XmlSerializable.to_xml
methods to pass keywordarguments to :func:
xml.etree.ElementTree.tostring
(pr/1258)(CM)
~/...
) in strings passed to functions thataccept paths (pr/1260) (Reinder Vos de Wael, reviewed by CM)
by Mathias Goncalves)
~nibabel.spatialimages.SpatialImage
as acceptingaffine=None
argument (pr/1253) (Blake Dewey, reviewed by CM)(Peter Suter, reviewed by CM)
~nibabel.nicom.utils.find_private_section
for improvedreadability and maintainability (pr/1228) (MB, reviewed by CM)
Bug fixes
Documentation
(Dimitri Papadopoulos, reviewed by CM, MB)
Maintenance
(pr/1282) (CM)
Scheltienne and EL, reviewed by CM)
compatibility (pr/1267) (CM, reviewed by EL)
(pr/1262) (CM)
numpy.compat.py3k
module (pr/1243) (EricLarson, reviewed by CM)
refurb (pr/1263, pr/1269, pr/1270, pr/1271, pr/1276) (Dimitri Papadopoulos,
reviewed by CM)
with AVX512 SIMD instructions and numpy 1.25 (pr/1234) (CM)
reviewed by Zvi Baratz)
API changes and deprecations
nibabel.pydicom_compat
module is deprecated and will be removedin NiBabel 7.0. (pr/1280)
~nibabel.casting.int_to_float
and :func:~nibabel.casting.as_int
functions are no longer needed to work around NumPy deficiencies and have been
deprecated (pr/1272) (CM, reviewed by EL)
v5.1.0
Compare Source
===========================
New feature release in the 5.1.x series.
Enhancements
nibabel.imagestats
available withimport nibabel
(pr/1208)(Fabian Perez, reviewed by CM)
calculations (pr/1182) (CM, reviewed by MB)
~nibabel.loadsave
(pr/1213) and:class:
~nibabel.spatialimages.SpatialImage
APIs (pr/1179),:mod:
~nibabel.deprecated
, :mod:~nibabel.deprecator
,:mod:
~nibabel.onetime
and :mod:~nibabel.optpkg
modules (pr/1188),:mod:
~nibabel.volumeutils
(pr/1189), :mod:~nibabel.filename_parser
and:mod:
~nibabel.openers
(pr/1197) (CM, reviewed by Zvi Baratz)Bug fixes
with data types not permitted by the GIFTI standard (pr/1199) (CM, reviewed
by Alexis Thual)
Maintenance
nibabel._compression
module, resolving unexpected errors from pyzstd. (pr/1212) (CM)
by CM)
Christian, reviewed by CM)
reviewed by Zvi Baratz)
_version.pyi
stub to allow mypy_ to run without building nibabel(pr/1210) (CM)
.. _mypy: https://mypy.readthedocs.io/
v5.0.1
Compare Source
===============================
Bug-fix release in the 5.0.x series.
Bug fixes
:class:
~nibabel.cifti2.cifti2_axes.ParcelsAxis
(pr/1194) (Michiel Cottaar,reviewed by CM)
~nibabel.tmpdirs.InTemporaryDirectory
(pr/1184) (CM)
Maintenance
py.typed
to module root to enable use of types in downstreamprojects (CM, reviewed by Fernando Pérez-Garcia)
(pr/1186) (CM, reviewed by Zvi Baratz)
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.