-
Notifications
You must be signed in to change notification settings - Fork 267
REL: 3.1.0 #902
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
REL: 3.1.0 #902
Conversation
Codecov Report
Merging #902 into master will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## master #902 +/- ## ======================================= Coverage 91.73% 91.73% ======================================= Files 97 97 Lines 12359 12359 Branches 2177 2177 ======================================= Hits 11338 11338 Misses 684 684 Partials 337 337
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 07b172a...6692ccf. Read the comment docs.
9a1a2b0
to
6b05884
Compare
@robbisg @orduek @anibalsolon @ZviBaratz Please let me know if you prefer to be cited with a different name (or not at all), and if you have an affiliation/ORCID you would like associated with your contributions to nibabel.
6b05884
to
6692ccf
Compare
I'm really sorry for the delay. My orcid is 0000-0002-0807-6005. My affiliations are Department of Computer Science, Aalto University, Espoo, Finland and Department of Neuroscience, Imaging and Clinical Sciences, University "G. D'Annunzio", Chieti, Italy. Thank you!
PS: If I'm late, it's ok only with the name!!
@robbisg No worries. Updated so it will be on the next release.
Uh oh!
There was an error while loading. Please reload this page.
Preparation for bug-fix release 3.1.0, targeting Monday, April 13.
Pending completion of:
Please comment to flag any other issues that should be addressed. This is not an especially urgent release, so I'm happy to put it off to accommodate new features that people would prefer to get in sooner than later.
Pre-release checklist
doc/source/index.rst
and add any authors not yet acknowledged..mailmap file
if there are any duplicate authors listed fromgit shortlog -nse
.LONG_DESCRIPTION
ininfo.py
by runningmake refresh-readme
.setup.cfg
(e.g.,install_requires
,options.extras_require
) and indoc/source/installation.rst
and inrequirements.txt
and.travis.yml
. They should at least match. Do they still hold? Make sure nibabel on travis is testing the minimum dependencies specifically.pytest --doctest-modules nibabel
Adapted from http://nipy.org/nibabel/devel/make_release.html#release-checklist