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
39b59613
Commit
39b59613
authored
5 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
DOC: fixes to contributing guide and changelog
parent
6a70a75b
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
+2
-2
2 additions, 2 deletions
CHANGELOG.rst
doc/contributing.rst
+2
-2
2 additions, 2 deletions
doc/contributing.rst
with
4 additions
and
4 deletions
CHANGELOG.rst
+
2
−
2
View file @
39b59613
...
...
@@ -169,7 +169,7 @@ Added
* Simple built-in :mod:`.deprecated` decorator.
* New :mod:`fsl.data.utils` module, which currently contains one function
: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.
...
...
@@ -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.
* Fixed an issue in the :class:`.GiftiMesh` class, where
``numpy``/``nibabel`` was returning read-only index arrays.
...
...
This diff is collapsed.
Click to expand it.
doc/contributing.rst
+
2
−
2
View file @
39b59613
...
...
@@ -34,7 +34,7 @@ the following labels (this convention has been inherited from `nibabel
* *BF* : bug fix
* *RF* : refactoring
* *
NF* :
new feature
* *
ENH*: enhancement/
new feature
* *BW* : addresses backward-compatibility
* *OPT* : optimization
* *BK* : breaks something and/or tests fail
...
...
@@ -102,7 +102,7 @@ Unit and integration tests are currently run with ``py.test`` and
``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
...
...
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