-
Notifications
You must be signed in to change notification settings - Fork 259
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: 5.2.0 #1278
REL: 5.2.0 #1278
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1278 +/- ##
==========================================
- Coverage 92.24% 92.24% -0.01%
==========================================
Files 99 99
Lines 12462 12459 -3
Branches 2561 2561
==========================================
- Hits 11496 11493 -3
Misses 643 643
Partials 323 323 ☔ View full report in Codecov by Sentry. |
@@ -277,6 +288,9 @@ | |||
{ | |||
"name": "Fauber, Bennet" | |||
}, | |||
{ | |||
"name": "Dewey, Blake" |
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.
@blakedewey Would you like to add an affiliation or ORCID? This will be part of the Zenodo author listing on the next release.
Preparation for new feature release 5.2.0, targeting Monday, December 11.
Open PRs that could probably be finished off:
[:]
→.copy()
#1276 (@DimitriPapadopoulos)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
.pyproject.toml
(e.g.,dependencies
,project.optional-dependencies
) and indoc/source/installation.rst
and inrequirements.txt
. They should at least match. Do they still hold? Make sure nibabel on GitHub Actions is testing the minimum dependencies specifically.tox
Adapted from http://nipy.org/nibabel/devel/make_release.html#release-checklist