Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fslpy
Commits
eafd08c2
Commit
eafd08c2
authored
5 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Changelog, readme
parent
46b9e4f8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+22
-0
22 additions, 0 deletions
CHANGELOG.rst
README.rst
+4
-0
4 additions, 0 deletions
README.rst
with
26 additions
and
0 deletions
CHANGELOG.rst
+
22
−
0
View file @
eafd08c2
...
...
@@ -12,6 +12,18 @@ Added
* New :mod:`.image.roi` module, for exracting an ROI of an image, or expanding
its field-of-view.
* New :meth:`.Image.getAffine` method, for retrieving an affine between any of
the voxel, FSL, or world coordinate systems.
* New :mod:`fsl.transforms` package, which contains classes and functions for
working with linear and non-linear FLIRT and FNIRT transformations.
* New static methods :meth:`.Nifti.determineShape`,
:meth:`.Nifti.determineAffine`, :meth:`.Nifti.generateAffines`, and
:meth:`.Nifti.identifyAffine`.
* New prototype :mod:`fsl.transforms.x5` module, for reading/writing linear
and non-linear X5 files (*preliminary release, subject to change*).
* New prototype :mod:`.fsl_convert_x5` :mod:`.fsl_apply_x5` programs, for
working with X5 transformations (*preliminary release, subject to change*).
Changed
...
...
@@ -20,6 +32,16 @@ Changed
* The :mod:`.resample_image` script has been updated to support resampling of
images with more than 3 dimensions.
* `h5py <https://www.h5py.org/>`_ has been added to the ``fslpy`` dependencies.
Deprecated
^^^^^^^^^^
* The :mod:`fsl.utils.transform` module has been deprecated its functions can
now be found in the :mod:`fsl.transforms.affine` and
:mod:`fsl.transform.flirt` modules.
2.3.1 (Friday July 5th 2019)
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
4
−
0
View file @
eafd08c2
...
...
@@ -91,6 +91,10 @@ The ``rtree`` library assumes that ``libspatialindex`` is installed on
your system.
The :mod:`fsl.transform.x5` module uses `h5py <https://www.h5py.org/>`_,
which requires ``libhdf5``.
Documentation
-------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment