-
Notifications
You must be signed in to change notification settings - Fork 260
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: 2.5.0 #779
REL: 2.5.0 #779
Conversation
Codecov Report
@@ Coverage Diff @@
## master #779 +/- ##
=========================================
Coverage ? 89.99%
=========================================
Files ? 94
Lines ? 12009
Branches ? 2133
=========================================
Hits ? 10807
Misses ? 858
Partials ? 344
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #779 +/- ##
=======================================
Coverage 90.03% 90.03%
=======================================
Files 94 94
Lines 12018 12018
Branches 2136 2136
=======================================
Hits 10821 10821
Misses 852 852
Partials 345 345
Continue to review full report at Codecov.
|
I'm pushing off #712 for now, and we're ready for release. @yarikoptic Care to run your tests for Debian? |
Looks good. Here is a successful test build on s390x: All tests pass properly. Thanks very much! 🍾 |
running across neurodebians ATM |
Great! Thanks for the confirmation. |
About time for our trimesterly minor release.
Open issues/PRs that could go in quickly
Closes #781.
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
.nibabel/info.py
(e.g.NUMPY_MIN_VERSION
) 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.nosetests --with-doctest nibabel
nibabel/info.py
to set_version_extra
to''
; commitAdapted from http://nipy.org/nibabel/devel/make_release.html#release-checklist