forked from pool/python-nibabel
- Add upstream patch to fix test on Backports:SLE-15-SP3: * 983.patch OBS-URL: https://build.opensuse.org/request/show/882320 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-nibabel?expand=0&rev=15
89 lines
4.1 KiB
Plaintext
89 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Mar 31 09:09:56 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Add upstream patch to fix test on Backports:SLE-15-SP3:
|
|
* 983.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 12 14:37:36 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- skip python 36
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 10 09:06:52 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 3.1.1
|
|
* Conformation function (``processing.conform``) and CLI tool
|
|
(``nib-conform``) to apply shape, orientation and zooms (pr/853) (Jakub
|
|
Kaczmarzyk, reviewed by CM, YOH)
|
|
* Affine rescaling function (``affines.rescale_affine``) to update
|
|
dimensions and voxel sizes (pr/853) (CM, reviewed by Jakub Kaczmarzyk)
|
|
* ``kw_only_meth``/``kw_only_func`` decorators are deprecated (pr/848)
|
|
(RM, reviewed by CM)
|
|
- Add patch purge-nose.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 21 10:56:36 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 6 08:07:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 3.0.1:
|
|
* Test failed by using array method on tuple. (pr/860) (Ben Darwin, reviewed by CM)
|
|
* Validate ExpiredDeprecationErrors, promoted by 3.0 release from DeprecationWarnings. (pr/857) (CM)
|
|
* Improve testing of data scaling in ArrayProxy API (pr/847) (CM, reviewed by Alejandro de la Vega)
|
|
* Document SpatialImage.slicer interface (pr/846) (CM)
|
|
* get_fdata(dtype=np.float32) will attempt to avoid casting data to np.float64 when scaling parameters would otherwise promote the data type unnecessarily. (pr/833) (CM, reviewed by Ross Markello)
|
|
* ArraySequence now supports a large set of Python operators to combine or update in-place. (pr/811) (MC, reviewed by Serge Koudoro, Philippe Poulin, CM, MB)
|
|
* Warn, rather than fail, on DICOMs with unreadable Siemens CSA tags (pr/818) (Henry Braun, reviewed by CM)
|
|
* Improve clarity of coordinate system tutorial (pr/823) (Egor Panfilov, reviewed by MB)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 19 20:41:07 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Update to version 2.5.1
|
|
+ Enhancements
|
|
* Ignore endianness in ``nib-diff`` if values match
|
|
+ Bug fixes
|
|
* Correctly handle Philips DICOMs w/ derived volume
|
|
* Raise CSA tag limit to 1000, parametrize for future relaxing
|
|
* Coerce data types to match NIfTI intent codes when writing GIFTI data
|
|
arrays
|
|
+ Maintenance
|
|
* Require h5py 2.10 for Windows + Python < 3.6 to resolve unexpected dtypes
|
|
in Minc2 data
|
|
+ API changes and deprecations
|
|
* Deprecate ``nicom.dicomwrappers.Wrapper.get_affine()`` in favor of ``affine``
|
|
property; final removal in nibabel 4.0
|
|
- Update to version 2.5.0
|
|
+ Enhancements
|
|
* Add SerializableImage class with to/from_bytes methods
|
|
* Check CIFTI-2 data shape matches shape described by header
|
|
+ Bug fixes
|
|
* Handle stricter numpy casting rules in tests
|
|
* TRK header fields flipped in files written on big-endian systems
|
|
* Load multiframe ECAT images with Python 3
|
|
+ Maintenance
|
|
* Fix CodeCov paths on Appveyor for more accurate coverage
|
|
* Move to setuptools and reduce use ``nisext`` functions
|
|
* Better handle test setup/teardown
|
|
+ API changes and deprecations
|
|
* Effect threatened warnings and set some deprecation timelines
|
|
* Trackvis methods now default to v2 formats
|
|
* ``nibabel.trackvis`` scheduled for removal in nibabel 4.0
|
|
* ``nibabel.minc`` and ``nibabel.MincImage`` will be removed in nibabel 3.0
|
|
- Drop upstream-included fix_numpy_1_17.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 29 18:56:10 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Add fix_numpy_1_17.patch to fix building with numpy 1.17.0
|
|
From: gh#/nipy/nibabel#768
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 26 14:21:33 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Initial version
|