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

DOC: fixes to contributing guide and changelog

parent 6a70a75b
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ Added ...@@ -169,7 +169,7 @@ Added
* Simple built-in :mod:`.deprecated` decorator. * Simple built-in :mod:`.deprecated` decorator.
* New :mod:`fsl.data.utils` module, which currently contains one function * New :mod:`fsl.data.utils` module, which currently contains one function
:func:`.guessType`, which guesses the data type of a file/directory path. :func:`.guessType`, which guesses the data type of a file/directory path.
* New `.commonBase` function for finding the common prefix of a set of * New :func:`.commonBase` function for finding the common prefix of a set of
file/directory paths. file/directory paths.
...@@ -209,7 +209,7 @@ Fixed ...@@ -209,7 +209,7 @@ Fixed
^^^^^ ^^^^^
* Fixed an issue with the `.dicom.loadSeries` using memory-mapping for * Fixed an issue with the :func:`.dicom.loadSeries` using memory-mapping for
image files that would subsequently be deleted. image files that would subsequently be deleted.
* Fixed an issue in the :class:`.GiftiMesh` class, where * Fixed an issue in the :class:`.GiftiMesh` class, where
``numpy``/``nibabel`` was returning read-only index arrays. ``numpy``/``nibabel`` was returning read-only index arrays.
......
...@@ -34,7 +34,7 @@ the following labels (this convention has been inherited from `nibabel ...@@ -34,7 +34,7 @@ the following labels (this convention has been inherited from `nibabel
* *BF* : bug fix * *BF* : bug fix
* *RF* : refactoring * *RF* : refactoring
* *NF* : new feature * *ENH*: enhancement/new feature
* *BW* : addresses backward-compatibility * *BW* : addresses backward-compatibility
* *OPT* : optimization * *OPT* : optimization
* *BK* : breaks something and/or tests fail * *BK* : breaks something and/or tests fail
...@@ -102,7 +102,7 @@ Unit and integration tests are currently run with ``py.test`` and ...@@ -102,7 +102,7 @@ Unit and integration tests are currently run with ``py.test`` and
``coverage``. ``coverage``.
- Aim for 100% code coverage. - Aim for 100% code coverage.
- Tests must pass on python 2.7, 3.4, 3.5, and 3.6 - Tests must pass on python 3.5, 3.6, and 3.7.
Coding conventions Coding conventions
......
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