-
Notifications
You must be signed in to change notification settings - Fork 308
MAINT: bump templateflow to auto-update skeleton #2115
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
Conversation
This comment has been minimized.
This comment has been minimized.
|
it looks like sdcflows 1.2.3 introduces an error with the doc build |
|
You'll need to pin niworkflows instead (nipreps/niworkflows@34b40c4#diff-d2098e59c3e86fab94a1afb30f4dfefeR112) |
|
sure we could, but didn't we create #2054 as a reference for our dependency tree? |
|
Okay sorry, this pr is not against master |
|
if this looks good, I'd like to get this out and cut a new release for the 20.0.x series |
|
go for it :) |
|
So, wait, we released an incompatible version of sdcflows in the 1.2.x series? Should we delete it from PyPI and re-release as 1.3.0? |
|
that would probably be the cleanest way to ensure we could still update sdcflows in the 20.x series. |
|
I think getting back to compatible only requires reinserting a function
definition aliasing the one failing
…On Mon, May 4, 2020, 07:19 Mathias Goncalves ***@***.***> wrote:
that would probably be the cleanest way to ensure we could still update
sdcflows in the 20.x series.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAESDRSWPIF4VAE6ETZOZXTRP3FHDANCNFSM4MXKON7Q>
.
|
|
So looks like we should delete 1.2.3, branch Is there any good reason to base 1.2.4 off of the current master? |
6f0bf0a to
73fa1fb
Compare
73fa1fb to
5a4b6ee
Compare
|
the sdc reportlet looks funky https://13588-53175327-gh.circle-artifacts.com/0/tmp/ds210/derivatives/fmriprep/sub-02.html @oesteban any ideas here? |
|
things are working, and reports look comparable to 20.0.6 release CI, so i'm going to merge here |
|
I think the ds210 weirdness is related to |
This bumps the minimum templateflow to 0.6.0, which includes an automatic update mechanism to update the local template skeleton.
This should reduce the burden of having to update the python templateflow client every time a change has been made to the skeleton.