nibabel 3.2.2-1 source package in Ubuntu

Changelog

nibabel (3.2.2-1) unstable; urgency=medium

  * Team upload.
  * Fix Python3.10 issue

 -- Andreas Tille <email address hidden>  Sun, 20 Feb 2022 10:41:07 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nibabel_3.2.2-1.dsc 2.4 KiB 46fd688bab4c67bd2f618daf4ebcd919c564a1dc2d44affca9d0fecf013dad29
nibabel_3.2.2.orig.tar.gz 4.2 MiB 5873c897373034fd9f01e8d1ce00e9fbde3e80624c42630021bbd202c6db34ac
nibabel_3.2.2-1.debian.tar.xz 10.0 KiB 4293786cd216698eb04c7f2d8873e580735721e04d073b446b126d590949ebab

Available diffs

No changes file available.

Binary packages built by this source

python-nibabel-doc: No summary available for python-nibabel-doc in ubuntu kinetic.

No description available for python-nibabel-doc in ubuntu kinetic.

python3-nibabel: Python3 bindings to various neuroimaging data formats

 NiBabel provides read and write access to some common medical and
 neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2), GIFTI,
 NIfTI1, MINC, as well as PAR/REC. The various image format classes give full
 or selective access to header (meta) information and access to the image data
 is made available via NumPy arrays. NiBabel is the successor of PyNIfTI.