-
Notifications
You must be signed in to change notification settings - Fork 258
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
REL: 3.2.0 #960
Conversation
Codecov Report
@@ 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.
|
@@ -315,6 +321,9 @@ | |||
"affiliation": "National Technical University of Athens, Greece", | |||
"name": "Raktivan, Konstantinos" | |||
}, | |||
{ | |||
"name": "Cal\u00e1bkov\u00e1, Mark\u00e9ta" |
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 :)
@@ -282,16 +290,14 @@ | |||
"name": "Thirion, Bertrand", | |||
"orcid": "0000-0001-5018-7895" | |||
}, | |||
{ | |||
"name": "Gauthier, Carl" |
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.
@@ -167,6 +170,9 @@ | |||
"name": "Raamana, Pradeep Reddy", | |||
"orcid": "0000-0003-4662-0558" | |||
}, | |||
{ | |||
"name": "Klug, Julian" |
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
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