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

Switch from using nibabel InTemporaryDirectory to standard library tmpfile module #2589

Merged
merged 10 commits into from May 25, 2022

Commits on May 6, 2022

  1. Switch from using nibabel InTemporaryDirectory to standard library te…

    …mpfile module
    Jacob Roberts committed May 6, 2022
    Copy the full SHA
    76f125a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Revise implementation to deal with tempfile.NamedTemporaryFile behavi…

    …or on windows. Switch to using SpooledTemporaryFile to avoid writing to disk if possible as a performance optimization
    Jacob Roberts committed May 7, 2022
    Copy the full SHA
    ce2edcf View commit details
    Browse the repository at this point in the history
  2. Fix style issue

    Jacob Roberts committed May 7, 2022
    Copy the full SHA
    c203776 View commit details
    Browse the repository at this point in the history
  3. Remove bad import added by IDE from typing

    Jacob Roberts committed May 7, 2022
    Copy the full SHA
    18bc052 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Copy the full SHA
    1df4c74 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into issue-2587-thread-s…

    …afety-tempdir
    Jacob Roberts committed May 16, 2022
    Copy the full SHA
    6334e5b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Merge remote-tracking branch 'origin/master' into issue-2587-thread-s…

    …afety-tempdir
    Jacob Roberts committed May 20, 2022
    Copy the full SHA
    cc33902 View commit details
    Browse the repository at this point in the history
  2. Revert testing changes as duplication of tests in dipy/io/tests/test_…

    …io_gradients.py
    Jacob Roberts committed May 20, 2022
    Copy the full SHA
    fde1edf View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Update dipy/io/gradients.py

    Co-authored-by: Chris Markiewicz <effigies@gmail.com>
    skoudoro and effigies committed May 25, 2022
    Copy the full SHA
    44ddb64 View commit details
    Browse the repository at this point in the history
  2. Update gradients.py

    skoudoro committed May 25, 2022
    Copy the full SHA
    6f2a667 View commit details
    Browse the repository at this point in the history