Skip to content
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

Sparse Fascicle Model #460

Merged
merged 71 commits into from Dec 18, 2014
Merged

Sparse Fascicle Model #460

merged 71 commits into from Dec 18, 2014

Commits on Dec 13, 2014

  1. Copy the full SHA
    78e0ab7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    caf6e56 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    80a2058 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a0f8116 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    98d1c55 View commit details
    Browse the repository at this point in the history
  6. BF: Make it work with different in/out situations.

    On to test that it does something sensible (signal-wise).
    arokem committed Dec 13, 2014
    Copy the full SHA
    2dd5e27 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    344bbe1 View commit details
    Browse the repository at this point in the history
  8. TST: More tests.

    arokem committed Dec 13, 2014
    Copy the full SHA
    3f040f9 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    833406a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    c0943d4 View commit details
    Browse the repository at this point in the history
  11. TST: update the tests.

    arokem committed Dec 13, 2014
    Copy the full SHA
    0c1be53 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    bb940e9 View commit details
    Browse the repository at this point in the history
  13. RF: Cache for speed.

    arokem committed Dec 13, 2014
    Copy the full SHA
    36353ba View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    0d044e1 View commit details
    Browse the repository at this point in the history
  15. DOC: Reference

    arokem committed Dec 13, 2014
    Copy the full SHA
    4a861df View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    04b655d View commit details
    Browse the repository at this point in the history
  17. TST: Implemented tests for new interface to linear solvers.

    Also: cleaned up some of the imports:
    
        import foo.bar as bar
    
    is prefered to:
    
        from foo.bar import this, that, the_other
    arokem committed Dec 13, 2014
    Copy the full SHA
    0508e02 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    4263173 View commit details
    Browse the repository at this point in the history
  19. TST + BF: Test and improve the NNLS dipy.core.optimize interface.

    Specifically, in the context of sfm
    arokem committed Dec 13, 2014
    Copy the full SHA
    2f81db6 View commit details
    Browse the repository at this point in the history
  20. RF: Testing the SKLearnLinearSolver interface.

    This doesn't work, but I am not sure how this should be resolved.
    arokem committed Dec 13, 2014
    Copy the full SHA
    d181d3b View commit details
    Browse the repository at this point in the history
  21. Try using isinstance.

    arokem committed Dec 13, 2014
    Copy the full SHA
    5691af9 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    e0f683e View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    29d01f3 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    fc4efec View commit details
    Browse the repository at this point in the history
  25. BF: Apparently predict should not be an abstractmethod.

    Also: that reference contained some non-utf chars.
    arokem committed Dec 13, 2014
    Copy the full SHA
    6e5bb74 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    807e46b View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    fae6afb View commit details
    Browse the repository at this point in the history
  28. RF: Reshape once upfront and then again at the bottom.

    To replace the acrobatics I was doing before.
    arokem committed Dec 13, 2014
    Copy the full SHA
    ccb27f9 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    01910e1 View commit details
    Browse the repository at this point in the history
  30. BF: For some (older?) versions of python, take care of cases in which…

    … inputs
    
    are nans (?).
    arokem committed Dec 13, 2014
    Copy the full SHA
    8ef004c View commit details
    Browse the repository at this point in the history
  31. RF: Reality check.

    arokem committed Dec 13, 2014
    Copy the full SHA
    6cea1a9 View commit details
    Browse the repository at this point in the history
  32. BF: Changed the kwarg to the full 'signal'.

    This will cause hella intermittent bugs on your Travis!
    arokem committed Dec 13, 2014
    Copy the full SHA
    791de59 View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    d262cb8 View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    2908326 View commit details
    Browse the repository at this point in the history
  35. Copy the full SHA
    809d23c View commit details
    Browse the repository at this point in the history
  36. TST: Travising

    arokem committed Dec 13, 2014
    Copy the full SHA
    14b3dce View commit details
    Browse the repository at this point in the history
  37. Copy the full SHA
    bd3a145 View commit details
    Browse the repository at this point in the history
  38. Get me some valid yaml

    arokem committed Dec 13, 2014
    Copy the full SHA
    bb4c06d View commit details
    Browse the repository at this point in the history
  39. Copy the full SHA
    851757c View commit details
    Browse the repository at this point in the history
  40. Copy the full SHA
    59fdc53 View commit details
    Browse the repository at this point in the history
  41. Copy the full SHA
    e2ae7d0 View commit details
    Browse the repository at this point in the history
  42. Copy the full SHA
    8ef225c View commit details
    Browse the repository at this point in the history
  43. DOC: Greek letters

    arokem committed Dec 13, 2014
    Copy the full SHA
    c80e8ae View commit details
    Browse the repository at this point in the history
  44. PEP8

    arokem committed Dec 13, 2014
    Copy the full SHA
    eb324e3 View commit details
    Browse the repository at this point in the history
  45. DOC: Example tweaks.

    arokem committed Dec 13, 2014
    Copy the full SHA
    b1ea909 View commit details
    Browse the repository at this point in the history
  46. Copy the full SHA
    4f371fb View commit details
    Browse the repository at this point in the history
  47. PEP8, etc.

    arokem committed Dec 13, 2014
    Copy the full SHA
    248474c View commit details
    Browse the repository at this point in the history
  48. PEP8: Whitespace.

    arokem committed Dec 13, 2014
    Copy the full SHA
    4ef15c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2014

  1. PEP8 + pyflakes

    arokem committed Dec 14, 2014
    Copy the full SHA
    2fa5ffc View commit details
    Browse the repository at this point in the history
  2. PEP8 and pyflakes

    arokem committed Dec 14, 2014
    Copy the full SHA
    03fbdfa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d92274e View commit details
    Browse the repository at this point in the history
  4. PEP8 + pyflakes

    arokem committed Dec 14, 2014
    Copy the full SHA
    3472d9b View commit details
    Browse the repository at this point in the history
  5. PEP8

    arokem committed Dec 14, 2014
    Copy the full SHA
    36d8b37 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c3f99f6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8cdde64 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    9741a19 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0979ca4 View commit details
    Browse the repository at this point in the history
  10. DOC: Small typo in SNR example.

    Thought I would shove it in here as well. Addresses dipy#350
    arokem committed Dec 14, 2014
    Copy the full SHA
    7945229 View commit details
    Browse the repository at this point in the history
  11. DOC: Small typo in simulation doc

    Addresses dipy#383
    arokem committed Dec 14, 2014
    Copy the full SHA
    2c1152f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. Copy the full SHA
    c979ed4 View commit details
    Browse the repository at this point in the history
  2. DOC: Make this example go.

    arokem committed Dec 16, 2014
    Copy the full SHA
    cc55cf3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3319a60 View commit details
    Browse the repository at this point in the history
  4. DOC: PEP8 + pyflakes

    arokem committed Dec 16, 2014
    Copy the full SHA
    c149a48 View commit details
    Browse the repository at this point in the history
  5. DOC: PEP8 + pyflakes.

    arokem committed Dec 16, 2014
    Copy the full SHA
    fcc6e8e View commit details
    Browse the repository at this point in the history
  6. DOC: Move streamlines to T1.

    arokem committed Dec 16, 2014
    Copy the full SHA
    8f15f36 View commit details
    Browse the repository at this point in the history
  7. DOC: Small pyflake.

    arokem committed Dec 16, 2014
    Copy the full SHA
    7b66242 View commit details
    Browse the repository at this point in the history
  8. DOC: typo and whitespace.

    arokem committed Dec 16, 2014
    Copy the full SHA
    9647bc8 View commit details
    Browse the repository at this point in the history
  9. DOC: SFM tracking

    arokem committed Dec 16, 2014
    Copy the full SHA
    0508a7e View commit details
    Browse the repository at this point in the history
  10. DOC: Make it run parallel.

    arokem committed Dec 16, 2014
    Copy the full SHA
    f9209cd View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. DOC: Subselect streamlines

    arokem committed Dec 17, 2014
    Copy the full SHA
    d1b03bb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    558ebf7 View commit details
    Browse the repository at this point in the history