Skip to content
Snippets Groups Projects
Commit 4a51f326 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Merge branch 'doc/changel;og' into 'master'

DOC: Optimistic changelog

See merge request fsl/fslpy!88
parents e2e78f31 722819dc
No related branches found
No related tags found
No related merge requests found
Pipeline #2975 passed
......@@ -21,6 +21,22 @@ Changed
* Minimum required version of ``nibabel`` is now 2.3.
* The :class:`.Image` class now fully delegates to ``nibabel`` for managing
file handles.
Removed
^^^^^^^
* Many deprecated items removed.
1.13.2 (Friday November 30th 2018)
----------------------------------
Changed
^^^^^^^
* The :meth:`.Image.resample` method now supports images with more than three
dimensions.
* The :func:`fsl.utils.fslsub.submit` now returns the job-id as a string
......@@ -29,10 +45,15 @@ Changed
output from the function wrappers in :mod:`fsl.wrappers` if submitted.
Removed
^^^^^^^
Fixed
^^^^^
* Many deprecated items removed.
* Fix to the :class:`.ImageWrapper` regarding complex data types.
1.13.1 (Friday November 23rd 2018)
----------------------------------
Fixed
......@@ -44,7 +65,6 @@ Fixed
* Make sure that FEAT ``Cluster`` objects (created by the
:func:`.loadClusterResults` function) contain ``p`` and ``logp`` attributes,
even when cluster thresholding was not used.
* Fix to the :class:`.ImageWrapper` regarding complex data types.
1.13.0 (Thursday 22nd November 2018)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment