-
Notifications
You must be signed in to change notification settings - Fork 262
REL: 3.0.0rc1 #829
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.0.0rc1 #829
Conversation
@yarikoptic I needed to patch versioneer again (cf. #816) to deal with the branch name here. Do you think we should fully fork versioneer in a |
Codecov Report
@@ Coverage Diff @@
## master #829 +/- ##
=======================================
Coverage 90.09% 90.09%
=======================================
Files 98 98
Lines 12450 12450
Branches 2188 2188
=======================================
Hits 11217 11217
Misses 883 883
Partials 350 350
Continue to review full report at Codecov.
|
43a0333
to
c03341f
Compare
7323476
to
6586e06
Compare
6586e06
to
cfa1cb4
Compare
@djarecka @chrisgorgo I grabbed your Zenodo entries from Nipype, but bumped Chris' affiliation to Google. Please let me know if you'd like these changed before the final release. |
@effigies - thanks for adding. However, I've just realized that this is not my number (yes, it's the same as in nipype - it must have been copied from "Ziegler, Erik", I'll correct it today) |
Yikes. Good catch. |
Preparation for 3.0.0 Release Candidate 1, targeting Monday, October 28.
This will mark a feature freeze for Nibabel 3.0, so there will be a strong inclination to delay for features that are being actively completed. Bug fixes will be accepted between the release candidate and the final release.
Please comment to flag any other issues that should be addressed. There is the 3.0.0 RC1 milestone but a few of them are pretty stale, and I don't have the bandwidth to push them, so they're very likely to get dropped in this cycle.
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.nosetests --with-doctest nibabel
nibabel/info.py
to set_version_extra
to''
; commitAdapted from http://nipy.org/nibabel/devel/make_release.html#release-checklist