-
Notifications
You must be signed in to change notification settings - Fork 267
REL: 3.2.0 #960
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.2.0 #960
Conversation
Codecov Report
Merging #960 into master will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## master #960 +/- ## ======================================= Coverage 91.89% 91.89% ======================================= Files 101 101 Lines 12548 12548 Branches 2208 2208 ======================================= Hits 11531 11531 Misses 680 680 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 022832e...0469d5a. Read the comment docs.
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.
@MeggyCal I've added you to the Zenodo fragment, and you will be listed as an author in the Zenodo archive. Please let me know if you would like your name to be rendered otherwise, or if you have an affiliation and/or ORCID you would to use. I can also remove you if you'd rather not be listed as an author.
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.
thanks a lot, I am honoured :) it is good as it is, thank you for messing up with unicode characters :)
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.
@krallznut I've added you to the Zenodo fragment, and you will be listed as an author in the Zenodo archive. Please let me know if you would like your name to be rendered otherwise, or if you have an affiliation and/or ORCID you would to use. I can also remove you if you'd rather not be listed as an author.
6779d1e
to
b251a23
Compare
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.
@JulianKlug I've added you to the Zenodo fragment, and you will be listed as an author in the Zenodo archive. Please let me know if you would like your name to be rendered otherwise, or if you have an affiliation and/or ORCID you would to use. I can also remove you if you'd rather not be listed as an author.
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.
sorry for the late reply, below my affiliation details
ORCID: 0000-0002-4849-9811
affiliation: University of Geneva, Switzerland
b251a23
to
0469d5a
Compare
Uh oh!
There was an error while loading. Please reload this page.
Preparation for new feature release 3.2.0, targeting Monday, October 19.
There's room for fixes to get in first, but this is pretty overdue, so I'm not inclined to hold up for anything but critical bugs.
Open PRs that could probably finish off:
Please comment to flag any other issues that should be addressed.
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