Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Michiel Cottaar
fslpy
Commits
4a7dc571
Commit
4a7dc571
authored
6 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Changelog and readme - dropping python 2/3.4
parent
67574245
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
+11
-0
11 additions, 0 deletions
CHANGELOG.rst
README.rst
+13
-2
13 additions, 2 deletions
README.rst
with
24 additions
and
2 deletions
CHANGELOG.rst
+
11
−
0
View file @
4a7dc571
...
@@ -2,6 +2,16 @@ This document contains the ``fslpy`` release history in reverse chronological
...
@@ -2,6 +2,16 @@ This document contains the ``fslpy`` release history in reverse chronological
order.
order.
2.0.0 (Under development)
-------------------------
Changed
^^^^^^^
* Removed support for Python 2.7 and 3.4.
1.12.0 (Sunday October 21st 2018)
1.12.0 (Sunday October 21st 2018)
---------------------------------
---------------------------------
...
@@ -22,6 +32,7 @@ Deprecated
...
@@ -22,6 +32,7 @@ Deprecated
* The ``extract_noise`` script.
* The ``extract_noise`` script.
1.11.1 (Friday September 14th 2018
1.11.1 (Friday September 14th 2018
----------------------------------
----------------------------------
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
13
−
2
View file @
4a7dc571
...
@@ -20,6 +20,9 @@ programming library written in Python. It is used by `FSLeyes
...
@@ -20,6 +20,9 @@ programming library written in Python. It is used by `FSLeyes
<https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/>`_.
<https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/>`_.
``fslpy`` is tested against Python versions 3.5, 3.6 and 3.7.
Installation
Installation
------------
------------
...
@@ -56,8 +59,8 @@ Some extra dependencies are listed in `requirements.txt
...
@@ -56,8 +59,8 @@ Some extra dependencies are listed in `requirements.txt
on the mesh.
on the mesh.
If you are using Linux, need to install wxPython first, as binaries are
not
If you are using Linux,
you
need to install wxPython first, as binaries are
available on PyPI. Change the URL for your specific platform::
not
available on PyPI. Change the URL for your specific platform::
pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk2/ubuntu-16.04/ wxpython
pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk2/ubuntu-16.04/ wxpython
...
@@ -76,6 +79,14 @@ Dependencies for testing and documentation are listed in the
...
@@ -76,6 +79,14 @@ Dependencies for testing and documentation are listed in the
`requirements-dev.txt <requirements-dev.txt>`_ file.
`requirements-dev.txt <requirements-dev.txt>`_ file.
Non-Python dependencies
^^^^^^^^^^^^^^^^^^^^^^^
The ``fsl.data.dicom`` module requires the presence of Chris Rorden's
`dcm2niix <https://github.com/rordenlab/dcm2niix>`_ program.
Documentation
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