junifer 0.0.6.dev19__py3-none-any.whl → 0.0.6.dev23__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- junifer/_version.py +2 -2
- junifer/preprocess/confounds/fmriprep_confound_remover.py +3 -0
- {junifer-0.0.6.dev19.dist-info → junifer-0.0.6.dev23.dist-info}/METADATA +1 -1
- {junifer-0.0.6.dev19.dist-info → junifer-0.0.6.dev23.dist-info}/RECORD +9 -9
- {junifer-0.0.6.dev19.dist-info → junifer-0.0.6.dev23.dist-info}/WHEEL +1 -1
- {junifer-0.0.6.dev19.dist-info → junifer-0.0.6.dev23.dist-info}/AUTHORS.rst +0 -0
- {junifer-0.0.6.dev19.dist-info → junifer-0.0.6.dev23.dist-info}/LICENSE.md +0 -0
- {junifer-0.0.6.dev19.dist-info → junifer-0.0.6.dev23.dist-info}/entry_points.txt +0 -0
- {junifer-0.0.6.dev19.dist-info → junifer-0.0.6.dev23.dist-info}/top_level.txt +0 -0
junifer/_version.py
CHANGED
@@ -12,5 +12,5 @@ __version__: str
|
|
12
12
|
__version_tuple__: VERSION_TUPLE
|
13
13
|
version_tuple: VERSION_TUPLE
|
14
14
|
|
15
|
-
__version__ = version = '0.0.6.
|
16
|
-
__version_tuple__ = version_tuple = (0, 0, 6, '
|
15
|
+
__version__ = version = '0.0.6.dev23'
|
16
|
+
__version_tuple__ = version_tuple = (0, 0, 6, 'dev23')
|
@@ -93,6 +93,9 @@ FMRIPREP_VALID_NAMES = [
|
|
93
93
|
for t_list in x.values()
|
94
94
|
for elem in t_list
|
95
95
|
]
|
96
|
+
# NOTE: Check with @fraimondo about the spike mapping intent
|
97
|
+
# Add spike_name to FMRIPREP_VALID_NAMES
|
98
|
+
FMRIPREP_VALID_NAMES.append("framewise_displacement")
|
96
99
|
|
97
100
|
|
98
101
|
@register_preprocessor
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: junifer
|
3
|
-
Version: 0.0.6.
|
3
|
+
Version: 0.0.6.dev23
|
4
4
|
Summary: JUelich NeuroImaging FEature extractoR
|
5
5
|
Author-email: Fede Raimondo <f.raimondo@fz-juelich.de>, Synchon Mandal <s.mandal@fz-juelich.de>
|
6
6
|
Maintainer-email: Fede Raimondo <f.raimondo@fz-juelich.de>, Synchon Mandal <s.mandal@fz-juelich.de>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
junifer/__init__.py,sha256=-T9XmiCCL0j3YLx-0Pph15sPfL5FlcBDscajjJ-V4sU,604
|
2
|
-
junifer/_version.py,sha256=
|
2
|
+
junifer/_version.py,sha256=7BPmeXDY5MJy0l7TMORP8-6-sKsw7yMoHqYQJWV89d4,426
|
3
3
|
junifer/stats.py,sha256=BjQb2lfTGDP9l4UuQYmJFcJJNRfbJDGlNvC06SJaDDE,6237
|
4
4
|
junifer/api/__init__.py,sha256=lwyIF0hPc7fICuSoddJfay0LPqlTRxHJ_xbtizgFYZA,312
|
5
5
|
junifer/api/cli.py,sha256=53pews3mXkJ7DUDSkV51PbitYnuVAdQRkWG-gjO08Uw,16142
|
@@ -224,7 +224,7 @@ junifer/pipeline/tests/test_workdir_manager.py,sha256=E1WY4C-GDsx2c49sePqr1WR_Y3
|
|
224
224
|
junifer/preprocess/__init__.py,sha256=xxvQQJFhCk6eM6kz2Vv2PSSh1JvbcPKNcdq3quZpgjY,499
|
225
225
|
junifer/preprocess/base.py,sha256=v6azVA3RwDe3HriYlcaISOX1A6gYgFUKNzQeIDLx92Q,6681
|
226
226
|
junifer/preprocess/confounds/__init__.py,sha256=LvgaRJz1-JtkaPoLZHUYlwJX5Hs1tm4EYmE8xfeDtx4,275
|
227
|
-
junifer/preprocess/confounds/fmriprep_confound_remover.py,sha256=
|
227
|
+
junifer/preprocess/confounds/fmriprep_confound_remover.py,sha256=WW4ybrUJJiTHcigRhNxuz1gyAqrSjufL4CinDvjqkAM,20307
|
228
228
|
junifer/preprocess/confounds/tests/test_fmriprep_confound_remover.py,sha256=xN9tPkktuRHQtmY1UOP0H_sXT7LXPY282kMgYkoQTFE,19973
|
229
229
|
junifer/preprocess/smoothing/__init__.py,sha256=M-402qVDu_AZH0HadPb6kPOla9kpI0Mz5rBwx-pOh5Y,177
|
230
230
|
junifer/preprocess/smoothing/_afni_smoothing.py,sha256=Ta5FJ_IP14AjIv76f_Qck0D53gRh20amwXF-h7nWK9A,3266
|
@@ -267,10 +267,10 @@ junifer/utils/logging.py,sha256=ardaiJkDfZMYvak5UIL5Etxg5Ii7inmVQSBdFLdgtb8,9781
|
|
267
267
|
junifer/utils/tests/test_fs.py,sha256=WQS7cKlKEZ742CIuiOYYpueeAhY9PqlastfDVpVVtvE,923
|
268
268
|
junifer/utils/tests/test_helpers.py,sha256=k5qqfxK8dFyuewTJyR1Qn6-nFaYNuVr0ysc18bfPjyU,929
|
269
269
|
junifer/utils/tests/test_logging.py,sha256=duO4ou365hxwa_kwihFtKPLaL6LC5XHiyhOijrrngbA,8009
|
270
|
-
junifer-0.0.6.
|
271
|
-
junifer-0.0.6.
|
272
|
-
junifer-0.0.6.
|
273
|
-
junifer-0.0.6.
|
274
|
-
junifer-0.0.6.
|
275
|
-
junifer-0.0.6.
|
276
|
-
junifer-0.0.6.
|
270
|
+
junifer-0.0.6.dev23.dist-info/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
|
271
|
+
junifer-0.0.6.dev23.dist-info/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
|
272
|
+
junifer-0.0.6.dev23.dist-info/METADATA,sha256=WO0Cyh3tHM8gqND-7snXqZoh9ViNPNeqNoug9cH_yLo,8279
|
273
|
+
junifer-0.0.6.dev23.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
274
|
+
junifer-0.0.6.dev23.dist-info/entry_points.txt,sha256=DxFvKq0pOqRunAK0FxwJcoDfV1-dZvsFDpD5HRqSDhw,48
|
275
|
+
junifer-0.0.6.dev23.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
|
276
|
+
junifer-0.0.6.dev23.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|