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
729633c1
Commit
729633c1
authored
7 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
Changelog
parent
6b782d85
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
+47
-0
47 additions, 0 deletions
CHANGELOG.rst
with
47 additions
and
0 deletions
CHANGELOG.rst
+
47
−
0
View file @
729633c1
...
...
@@ -2,6 +2,53 @@ This document contains the ``fslpy`` release history in reverse chronological
order.
1.7.0 (Tuesday March 6th 2018)
------------------------------
Added
^^^^^
* The :mod:`fsl.utils.assertions` module contains a range of functions
which can be used to assert that some condition is met.
* The :mod:`fsl.utils.ensure` module contains a range of functions (currently
just one) which can be used to ensure that some condiution is met.
Changed
^^^^^^^
* The :mod:`.settings` module now saves its files in a format that is
compatible with Python 2 and 3.
* The :func:`.tempdir` function now accepts a ``root`` argument, which
specifies the location in which the temporary directory should be created.
* An image's data source can now be set via :meth:`.Image.__init__`.
* :meth:`.MGHImage` objects now have a :meth:`.MGHImage.save` method.
* Adjustments to the ``conda`` package build and deployment process.
* The :func:`.ImageWrapper.canonicalShape` function has been moved
to the :mod:`.image` class.
* The :func:`.ImageWrapper.naninfrange` function has been moved
into its own :mod:`.naninfrange` module.
Fixed
^^^^^
* Fixed a bug in the :class:`.MutexFactory` class.
Deprecated
^^^^^^^^^^
* :func:`.ImageWrapper.canonicalShape` (moved to the :mod:`.image` module)
* :func:`.ImageWrapper.naninfrange` function (moved to the :mod:`.naninfrange`
module)
1.6.8 (Monday February 12th 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