1
0

Accepting request 1161551 from devel:languages:python:numeric

- update to 5.2.1:
  * Support "flat" ASCII-encoded GIFTI DataArrays (pr/1298) (PM,
    reviewed by CM)
  * Tolerate missing ``git`` when reporting version info
    (pr/1286)
  * Handle Siemens XA30 derived DWI DICOMs (pr/1296)
  * Add tool for generating GitHub-friendly release notes
  * Accommodate pytest 8 changes (pr/1297) (CM)

  * nib-convert CLI tool to make image type and data dtype conversion
  * Allow dtypes to be passed to Analyze-like images at __init__()
  * Passing (u)int64 arrays to Nifti1Image and subclasses will warn
    unless a header or dtype option is passed; in the future this will
    become an error. Additionally, passing int or 'int' to set_data_dtype()
    now raises an error, requiring an explicit numpy dtype to make 64-bit
- skip python 36

OBS-URL: https://build.opensuse.org/request/show/1161551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nibabel?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-03-26 18:26:23 +00:00 committed by Git OBS Bridge
commit a830a4ed5b
4 changed files with 23 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3df8f1ab981d1bd92f4331d565528d126ab9717fdbd4cfe68f43fcd1c2bf3f52
size 4501846

3
nibabel-5.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6c80b2e728e4bc2b65f1142d9b8d2287a9102a8bf8477e115ef0d8334559975
size 4503320

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 25 20:12:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.2.1:
* Support "flat" ASCII-encoded GIFTI DataArrays (pr/1298) (PM,
reviewed by CM)
* Tolerate missing ``git`` when reporting version info
(pr/1286)
* Handle Siemens XA30 derived DWI DICOMs (pr/1296)
* Add tool for generating GitHub-friendly release notes
* Accommodate pytest 8 changes (pr/1297) (CM)
-------------------------------------------------------------------
Thu Feb 15 16:13:37 UTC 2024 - Ben Greiner <code@bnavigator.de>
@ -80,17 +92,17 @@ Thu Oct 6 14:07:18 UTC 2022 - Markéta Machová <mmachova@suse.com>
- Update to 4.0.2
* many changes, see Changelog
* nib-convert CLI tool to make image type and data dtype conversion
* nib-convert CLI tool to make image type and data dtype conversion
accessible via the command line.
* Allow dtypes to be passed to Analyze-like images at __init__()
* Allow dtypes to be passed to Analyze-like images at __init__()
and to_filename()
* Allow compressed GIFTI images
* Add zstd compression support
* Test on Python 3.10
* Passing (u)int64 arrays to Nifti1Image and subclasses will warn
unless a header or dtype option is passed; in the future this will
become an error. Additionally, passing int or 'int' to set_data_dtype()
now raises an error, requiring an explicit numpy dtype to make 64-bit
* Passing (u)int64 arrays to Nifti1Image and subclasses will warn
unless a header or dtype option is passed; in the future this will
become an error. Additionally, passing int or 'int' to set_data_dtype()
now raises an error, requiring an explicit numpy dtype to make 64-bit
integer images.
* Drop support for Python 3.6, Numpy < 1.17
* Fully removed the APIs, which have raised errors on use since 3.0
@ -105,7 +117,7 @@ Wed Mar 31 09:09:56 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
-------------------------------------------------------------------
Fri Feb 12 14:37:36 UTC 2021 - Dirk Müller <dmueller@suse.com>
- skip python 36
- skip python 36
-------------------------------------------------------------------
Fri Jul 10 09:06:52 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -18,7 +18,7 @@
%define binaries nib-conform nib-convert nib-dicomfs nib-diff nib-ls nib-nifti-dx nib-roi nib-stats nib-tck2trk nib-trk2tck parrec2nii
Name: python-nibabel
Version: 5.2.0
Version: 5.2.1
Release: 0
Summary: Tool to access multiple neuroimaging data formats
License: MIT