-
Notifications
You must be signed in to change notification settings - Fork 533
[ENH] Add new dipy interfaces #1090
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 is another PR to be reviewed by dipy's crew (@arokem, @Garyfallidis, etc) |
@satra, @chrisfilo How could I check that dipy has certain version, and make the interfaces unavailable if too old? |
Conflicts: CHANGES
It would be great to add this, but there are still some tests failing. |
hey @chrisfilo , yep, the problem is on checking the dipy version. My problem here is two-fold: 1) I don't know exactly what is the policy we want to set on dipy versions, since it is developing very (very) fast; and 2) I would need to check how you do this in other interfaces where version is important. |
@satra @chrisfilo , tests are passing (circle hook didn't update, but passed), how do you see this? |
[ENH] Add new dipy interfaces
Cool! |
Added interfaces to RESTORE, response estimator and CSD in reconstructions. Added StreamlineTractography in tracks.py.