-
Notifications
You must be signed in to change notification settings - Fork 260
2.2.0 release prep #555
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
2.2.0 release prep #555
Conversation
Codecov Report
@@ Coverage Diff @@
## master #555 +/- ##
==========================================
+ Coverage 94.32% 94.32% +<.01%
==========================================
Files 177 177
Lines 24689 24691 +2
Branches 2638 2638
==========================================
+ Hits 23288 23290 +2
Misses 925 925
Partials 476 476
Continue to review full report at Codecov.
|
ddc6597
to
274a6ce
Compare
@matthew-brett Do you have time to look at the Apart from open issues to decide whether to work on, that's the only hang-up I have for release. |
Now two failing chunks of |
@matthew-brett Stuck here. If you can find some time, I could use some help getting this release out. |
Sorry Chris - got a bit snowed under. Sorry too, I should have deleted those from the release doc - when I wrote those checks, we were doing much much less automated testing - and they were before we had scripts being testing. So I think we can ignore those errors. And we should remove those checks. |
Sounds good. I'll merge this and release today, if there are no other issues. |
Are you planning to release without the image slicing? I can try to get to this later today. |
Can go either way. Obviously would be a nice feature to have, but if you think it needs more time to settle the API and test before it's in an official release, that's fine too. If you want to see how close it is to ready, we can decide whether to put it in first. |
Let's leave the image slicing for the next release - and plan for another release in a month or so? |
Sounds good. |
Minor version increment. Fixed a FreeSurfer test that depended on FreeSurfer < v6.0.0.
Closes #540
Open issues/PRs that could go in quickly
indexed_gzip
when explicitly requested #562Pre-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.nibabel-release-checks
make sdist-tests
errorsmake check-version-info
make check-files
make -C doc doctest
python -m compileall .
make source-release
nosetests --with-doctest nibabel
nibabel/info.py
) to set_version_extra
to''
; commitAdapted from http://nipy.org/nibabel/devel/make_release.html#release-checklist