-
Notifications
You must be signed in to change notification settings - Fork 532
update tests to py36, clean up documentation towards release #1977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- point to michael's tutorials - reorganize display of workflows and interfaces
@@ -94,16 +95,16 @@ def get_nipype_gitversion(): | |||
""" | |||
|
|||
# versions | |||
NIBABEL_MIN_VERSION = '2.0.1' | |||
NIBABEL_MIN_VERSION = '2.1.0' | |||
NETWORKX_MIN_VERSION = '1.7' | |||
NUMPY_MIN_VERSION = '1.6.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably raise to numpy>=1.11, I think the mmap issue was solved with that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we support the mmap issue, perhaps we can change this after the release.
@satra I'm updating the |
Codecov Report
@@ Coverage Diff @@
## master #1977 +/- ##
==========================================
- Coverage 72.6% 72.57% -0.03%
==========================================
Files 1070 1070
Lines 54454 54458 +4
Branches 7868 7869 +1
==========================================
- Hits 39535 39523 -12
- Misses 13686 13702 +16
Partials 1233 1233
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1977 +/- ##
==========================================
- Coverage 72.6% 72.57% -0.03%
==========================================
Files 1070 1070
Lines 54454 54458 +4
Branches 7868 7869 +1
==========================================
- Hits 39535 39523 -12
- Misses 13686 13702 +16
Partials 1233 1233
Continue to review full report at Codecov.
|
No description provided.