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

Doc updates

parent 00eabbe1
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,18 @@ This document contains the ``fslpy`` release history in reverse chronological ...@@ -2,6 +2,18 @@ This document contains the ``fslpy`` release history in reverse chronological
order. order.
1.8.1 (Friday May 11th 2018)
----------------------------
Changed
^^^^^^^
* The :func:`.fileOrImage` decorator function now accepts :class:`.Image`
objects as well as ``nibabel`` image objects.
1.8.0 (Thursday May 3rd 2018) 1.8.0 (Thursday May 3rd 2018)
----------------------------- -----------------------------
......
...@@ -48,12 +48,10 @@ Some extra dependencies are listed in `requirements.txt ...@@ -48,12 +48,10 @@ 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
available on PyPI. Change the URL for your specific platform::
To install these additional dependencies, you first need to install wxPython, pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk2/ubuntu-16.04/ wxpython
which is still in pre-relaes.
- **macOS**: ``pip install --pre wxPython``
- **Linux** (change the URL for your specific platform): ``pip install --only-binary wxpython -f https://extras.wxpython.org/wxPython4/extras/linux/gtk2/ubuntu-16.04/ wxpython``
The ``rtree`` library also assumes that ``libspatialindex`` is installed on The ``rtree`` library also assumes that ``libspatialindex`` is installed on
......
...@@ -42,6 +42,7 @@ the following labels (this convention has been inherited from `nibabel ...@@ -42,6 +42,7 @@ the following labels (this convention has been inherited from `nibabel
* *DOC*: for all kinds of documentation related commits * *DOC*: for all kinds of documentation related commits
* *TEST*: for adding or changing tests * *TEST*: for adding or changing tests
* *MAINT*: for administrative/maintenance changes * *MAINT*: for administrative/maintenance changes
* *CI*: for continuous-integration changes
Version number Version number
......
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