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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Evan Edmond
fslpy
Commits
d9a43461
Commit
d9a43461
authored
6 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Changelog
parent
f9904a56
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.rst
+36
-0
36 additions, 0 deletions
CHANGELOG.rst
with
36 additions
and
0 deletions
CHANGELOG.rst
+
36
−
0
View file @
d9a43461
...
...
@@ -2,6 +2,42 @@ This document contains the ``fslpy`` release history in reverse chronological
order.
1.9.0 (Under development)
-------------------------
Added
^^^^^
* New :meth:`.Image.data` property method, for easy access to image data
as a ``numpy`` array.
* New ``log`` option to the :func:`.run.run` function, allowing more
fine-grained control over sub-process output streams.
* New :meth:`.Platform.fsldevdir` property, allowing the ``$FSLDEVDIR``
environment variable to be queried/changed.
Changed
^^^^^^^
* :meth:`.Image.ndims` has been renamed to :meth:`.Image.ndim`, to align
more closely with ``numpy`` naming conventions.
* The ``err`` and ``ret`` parameters to the :func:`.run.run` function have
been renamed to ``stderr`` and ``exitcode`` respectively.
* The :func:`.runfsl` function will give priority to the ``$FSLDEVDIR``
environment variable if it is set.
Deprecated
^^^^^^^^^^
* :meth:`.Image.ndims`.
* The ``err`` and ``ret`` parameters to :func:`.run.run`.
1.8.1 (Friday May 11th 2018)
----------------------------
...
...
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