junifer 0.0.6.dev91__py3-none-any.whl → 0.0.6.dev102__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/datagrabber/aomic/piop2.py +2 -1
- {junifer-0.0.6.dev91.dist-info → junifer-0.0.6.dev102.dist-info}/METADATA +13 -13
- {junifer-0.0.6.dev91.dist-info → junifer-0.0.6.dev102.dist-info}/RECORD +9 -9
- {junifer-0.0.6.dev91.dist-info → junifer-0.0.6.dev102.dist-info}/AUTHORS.rst +0 -0
- {junifer-0.0.6.dev91.dist-info → junifer-0.0.6.dev102.dist-info}/LICENSE.md +0 -0
- {junifer-0.0.6.dev91.dist-info → junifer-0.0.6.dev102.dist-info}/WHEEL +0 -0
- {junifer-0.0.6.dev91.dist-info → junifer-0.0.6.dev102.dist-info}/entry_points.txt +0 -0
- {junifer-0.0.6.dev91.dist-info → junifer-0.0.6.dev102.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.dev102'
|
16
|
+
__version_tuple__ = version_tuple = (0, 0, 6, 'dev102')
|
@@ -33,7 +33,7 @@ class DataladAOMICPIOP2(PatternDataladDataGrabber):
|
|
33
33
|
"FreeSurfer"} or list of the options, optional
|
34
34
|
AOMIC data types. If None, all available data types are selected.
|
35
35
|
(default None).
|
36
|
-
tasks : {"restingstate", "stopsignal", "workingmemory"} or \
|
36
|
+
tasks : {"restingstate", "stopsignal", "workingmemory", "emomatching"} or \
|
37
37
|
list of the options, optional
|
38
38
|
AOMIC PIOP2 task sessions. If None, all available task sessions are
|
39
39
|
selected (default None).
|
@@ -59,6 +59,7 @@ class DataladAOMICPIOP2(PatternDataladDataGrabber):
|
|
59
59
|
"restingstate",
|
60
60
|
"stopsignal",
|
61
61
|
"workingmemory",
|
62
|
+
"emomatching"
|
62
63
|
]
|
63
64
|
# Set default tasks
|
64
65
|
if tasks is None:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: junifer
|
3
|
-
Version: 0.0.6.
|
3
|
+
Version: 0.0.6.dev102
|
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>
|
@@ -19,27 +19,27 @@ Classifier: Topic :: Software Development
|
|
19
19
|
Classifier: Topic :: Scientific/Engineering
|
20
20
|
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
21
21
|
Classifier: Operating System :: OS Independent
|
22
|
-
Classifier: Programming Language :: Python :: 3.8
|
23
22
|
Classifier: Programming Language :: Python :: 3.9
|
24
23
|
Classifier: Programming Language :: Python :: 3.10
|
25
24
|
Classifier: Programming Language :: Python :: 3.11
|
26
25
|
Classifier: Programming Language :: Python :: 3.12
|
26
|
+
Classifier: Programming Language :: Python :: 3.13
|
27
27
|
Requires-Python: >=3.8
|
28
28
|
Description-Content-Type: text/markdown
|
29
29
|
License-File: LICENSE.md
|
30
30
|
License-File: AUTHORS.rst
|
31
31
|
Requires-Dist: click <8.2,>=8.1.3
|
32
|
-
Requires-Dist: numpy <2.0.0,>=1.
|
33
|
-
Requires-Dist: scipy <=1.
|
32
|
+
Requires-Dist: numpy <2.0.0,>=1.26.0
|
33
|
+
Requires-Dist: scipy <=1.15.0,>=1.10.0
|
34
34
|
Requires-Dist: datalad <1.2.0,>=1.0.0
|
35
35
|
Requires-Dist: pandas <2.3.0,>=2.0.0
|
36
|
-
Requires-Dist: nibabel <5.
|
36
|
+
Requires-Dist: nibabel <5.4.0,>=5.2.0
|
37
37
|
Requires-Dist: nilearn <=0.10.4,>=0.10.3
|
38
38
|
Requires-Dist: sqlalchemy <=2.1.0,>=2.0.25
|
39
|
-
Requires-Dist: ruamel.yaml <0.
|
39
|
+
Requires-Dist: ruamel.yaml <0.19,>=0.17
|
40
40
|
Requires-Dist: h5py >=3.10
|
41
|
-
Requires-Dist: httpx[http2]
|
42
|
-
Requires-Dist: tqdm
|
41
|
+
Requires-Dist: httpx[http2] <0.28.0,>=0.26.0
|
42
|
+
Requires-Dist: tqdm <4.67.0,>=4.66.1
|
43
43
|
Requires-Dist: templateflow >=23.0.0
|
44
44
|
Requires-Dist: lapy <2.0.0,>=1.0.0
|
45
45
|
Requires-Dist: lazy-loader ==0.4
|
@@ -55,13 +55,13 @@ Requires-Dist: tox ; extra == 'dev'
|
|
55
55
|
Requires-Dist: pre-commit ; extra == 'dev'
|
56
56
|
Provides-Extra: docs
|
57
57
|
Requires-Dist: seaborn <0.14.0,>=0.13.0 ; extra == 'docs'
|
58
|
-
Requires-Dist: sphinx <
|
59
|
-
Requires-Dist: sphinx-gallery <0.
|
60
|
-
Requires-Dist: furo <2024.
|
61
|
-
Requires-Dist: numpydoc <1.
|
58
|
+
Requires-Dist: sphinx <8.1.0,>=7.3.0 ; extra == 'docs'
|
59
|
+
Requires-Dist: sphinx-gallery <0.18.0,>=0.17.0 ; extra == 'docs'
|
60
|
+
Requires-Dist: furo <2024.9.0,>=2024.4.27 ; extra == 'docs'
|
61
|
+
Requires-Dist: numpydoc <1.9.0,>=1.6.0 ; extra == 'docs'
|
62
62
|
Requires-Dist: julearn ==0.3.3 ; extra == 'docs'
|
63
63
|
Requires-Dist: sphinx-copybutton <0.5.3,>=0.5.1 ; extra == 'docs'
|
64
|
-
Requires-Dist: towncrier <
|
64
|
+
Requires-Dist: towncrier <24.7.0,>=23.10.0 ; extra == 'docs'
|
65
65
|
Requires-Dist: sphinxcontrib-mermaid <0.10,>=0.8.1 ; extra == 'docs'
|
66
66
|
Requires-Dist: sphinxcontrib-towncrier ==0.4.0a0 ; extra == 'docs'
|
67
67
|
Requires-Dist: setuptools-scm >=8 ; extra == 'docs'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
junifer/__init__.py,sha256=2McgH1yNue6Z1V26-uN_mfMjbTcx4CLhym-DMBl5xA4,266
|
2
2
|
junifer/__init__.pyi,sha256=A6Janz0-4ad7zQiLsIo-jnUkpHJjzGTt_KcVsJJLSDM,454
|
3
|
-
junifer/_version.py,sha256=
|
3
|
+
junifer/_version.py,sha256=q-LEZzOpb_jUud3IVi3ShZyDlFfxYm9eLfX4ZBr21ME,428
|
4
4
|
junifer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
junifer/stats.py,sha256=BjQb2lfTGDP9l4UuQYmJFcJJNRfbJDGlNvC06SJaDDE,6237
|
6
6
|
junifer/api/__init__.py,sha256=aAXW_KAEGQ8aAP5Eni2G1R4MWBF7UgjKOgM6akLuJco,252
|
@@ -119,7 +119,7 @@ junifer/datagrabber/aomic/__init__.py,sha256=ATxzXq9NBPmWowTMuL77zqrmIbbnk0Wd1iX
|
|
119
119
|
junifer/datagrabber/aomic/__init__.pyi,sha256=Rp6C075fZDdKY8VIq508_g4NhVj8bWzR6zb9yln761Q,189
|
120
120
|
junifer/datagrabber/aomic/id1000.py,sha256=wJpZiSZrsfil5w-506bOtKMWm3FllnbB8-cMvGDPiLM,7219
|
121
121
|
junifer/datagrabber/aomic/piop1.py,sha256=AcjIueSUmhepuIfmbMEpocV7grUbJ2xKXG94O1dq2FA,9637
|
122
|
-
junifer/datagrabber/aomic/piop2.py,sha256=
|
122
|
+
junifer/datagrabber/aomic/piop2.py,sha256=cAlHfrFzFMnX2kFSaTXpRH6kgPlcpFV0R1EDi3rXqNs,9297
|
123
123
|
junifer/datagrabber/aomic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
124
124
|
junifer/datagrabber/aomic/tests/test_id1000.py,sha256=AWacDroSxvRjzozFjyRlDpiJpPflYRfhDm_RANrYAKM,3283
|
125
125
|
junifer/datagrabber/aomic/tests/test_piop1.py,sha256=J9ei2HLzdJPciysWjRo33cbZsqPF1OEDySmQWWNvYuM,4820
|
@@ -321,10 +321,10 @@ junifer/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
321
321
|
junifer/utils/tests/test_fs.py,sha256=WQS7cKlKEZ742CIuiOYYpueeAhY9PqlastfDVpVVtvE,923
|
322
322
|
junifer/utils/tests/test_helpers.py,sha256=k5qqfxK8dFyuewTJyR1Qn6-nFaYNuVr0ysc18bfPjyU,929
|
323
323
|
junifer/utils/tests/test_logging.py,sha256=duO4ou365hxwa_kwihFtKPLaL6LC5XHiyhOijrrngbA,8009
|
324
|
-
junifer-0.0.6.
|
325
|
-
junifer-0.0.6.
|
326
|
-
junifer-0.0.6.
|
327
|
-
junifer-0.0.6.
|
328
|
-
junifer-0.0.6.
|
329
|
-
junifer-0.0.6.
|
330
|
-
junifer-0.0.6.
|
324
|
+
junifer-0.0.6.dev102.dist-info/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
|
325
|
+
junifer-0.0.6.dev102.dist-info/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
|
326
|
+
junifer-0.0.6.dev102.dist-info/METADATA,sha256=EBHoBbX1RNg6BWUwll9BxGlbjSwx0whls4PTyuSDweI,8448
|
327
|
+
junifer-0.0.6.dev102.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
328
|
+
junifer-0.0.6.dev102.dist-info/entry_points.txt,sha256=6O8ru0BP-SP7YMUZiizFNoaZ2HvJpadO2G7nKk4PwjI,48
|
329
|
+
junifer-0.0.6.dev102.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
|
330
|
+
junifer-0.0.6.dev102.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|