-
Notifications
You must be signed in to change notification settings - Fork 16
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
ENH: Serialize+parallelize 4D apply()
into 3D+t and add 'low memory' loading
#215
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b922fa5 - Browse repository at this point
Copy the full SHA b922fa5View commit details
Commits on Jul 24, 2024
-
enh: draft implementation of serialize 4d
Julien Marabotto authored and Julien Marabotto committedJul 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 6064b8c - Browse repository at this point
Copy the full SHA 6064b8cView commit details
Commits on Jul 25, 2024
-
fix: passes more tests, more suggestions in progress
Julien Marabotto authored and Julien Marabotto committedJul 25, 2024 Configuration menu - View commit details
-
Copy full SHA for e47a476 - Browse repository at this point
Copy the full SHA e47a476View commit details -
Julien Marabotto authored and Julien Marabotto committed
Jul 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 1616a35 - Browse repository at this point
Copy the full SHA 1616a35View commit details -
fix: pass tests, serialization implemented
Julien Marabotto authored and Julien Marabotto committedJul 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 6292daf - Browse repository at this point
Copy the full SHA 6292dafView commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86b3d11 - Browse repository at this point
Copy the full SHA 86b3d11View commit details -
Merge remote-tracking branch 'jmarabotto/patch/oesteban-pr' into enh/…
…reenable-parallelization-apply-214
Configuration menu - View commit details
-
Copy full SHA for 23daabb - Browse repository at this point
Copy the full SHA 23daabbView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 79e5cad - Browse repository at this point
Copy the full SHA 79e5cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0bde09 - Browse repository at this point
Copy the full SHA e0bde09View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb0451 - Browse repository at this point
Copy the full SHA fbb0451View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0153472 - Browse repository at this point
Copy the full SHA 0153472View commit details -
fix: clarify what is a 3D transform chain and a 4D transform
3D transform chains resulting of composing several transformations (e.g., affine and deformation fields in spatial normalization) should not be split into its components. This is in contrast to lists of 3D transforms such as head-motion correcting affines, where each applies to one timepoint. These should be considered 4D and in some future they may integrate slice timing correction in them.
Configuration menu - View commit details
-
Copy full SHA for 85d03b4 - Browse repository at this point
Copy the full SHA 85d03b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06a1c01 - Browse repository at this point
Copy the full SHA 06a1c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd883d - Browse repository at this point
Copy the full SHA 8dd883dView commit details -
Merge remote-tracking branch 'upstream/master' into enh/reenable-para…
…llelization-apply-214
Configuration menu - View commit details
-
Copy full SHA for 9f91e2f - Browse repository at this point
Copy the full SHA 9f91e2fView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c06174 - Browse repository at this point
Copy the full SHA 4c06174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 754785f - Browse repository at this point
Copy the full SHA 754785fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38bb388 - Browse repository at this point
Copy the full SHA 38bb388View commit details -
Merge pull request #220 from nipy/enh/reenable-parallelization-apply-…
…214-parallel ENH: Parallelize serialized 3D+t transforms
Configuration menu - View commit details
-
Copy full SHA for 8ba34c9 - Browse repository at this point
Copy the full SHA 8ba34c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 026a10a - Browse repository at this point
Copy the full SHA 026a10aView commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7dcc78d - Browse repository at this point
Copy the full SHA 7dcc78dView commit details -
enh: implement a memory limitation mechanism in loading data
Resolves: #218. Co-authored-by: Chris Markiewicz <effigies@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 79305a9 - Browse repository at this point
Copy the full SHA 79305a9View commit details -
Merge pull request #221 from nipy/enh/reenable-parallelization-apply-…
…214-dtypes ENH: Implement a memory limitation mechanism in loading data
Configuration menu - View commit details
-
Copy full SHA for 7c7608f - Browse repository at this point
Copy the full SHA 7c7608fView commit details
Commits on Aug 6, 2024
-
enh: port from process pool into asyncio concurrent
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 063e1f0 - Browse repository at this point
Copy the full SHA 063e1f0View commit details