junifer 0.0.6.dev97__py3-none-any.whl → 0.0.6.dev116__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-0.0.6.dev97.dist-info → junifer-0.0.6.dev116.dist-info}/METADATA +13 -13
- {junifer-0.0.6.dev97.dist-info → junifer-0.0.6.dev116.dist-info}/RECORD +8 -8
- {junifer-0.0.6.dev97.dist-info → junifer-0.0.6.dev116.dist-info}/AUTHORS.rst +0 -0
- {junifer-0.0.6.dev97.dist-info → junifer-0.0.6.dev116.dist-info}/LICENSE.md +0 -0
- {junifer-0.0.6.dev97.dist-info → junifer-0.0.6.dev116.dist-info}/WHEEL +0 -0
- {junifer-0.0.6.dev97.dist-info → junifer-0.0.6.dev116.dist-info}/entry_points.txt +0 -0
- {junifer-0.0.6.dev97.dist-info → junifer-0.0.6.dev116.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.dev116'
|
16
|
+
__version_tuple__ = version_tuple = (0, 0, 6, 'dev116')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: junifer
|
3
|
-
Version: 0.0.6.
|
3
|
+
Version: 0.0.6.dev116
|
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=hwZhTBj69Hs5D0mpZrArfQX9sBRikpFw295nNR-bjrY,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
|
@@ -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.dev116.dist-info/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
|
325
|
+
junifer-0.0.6.dev116.dist-info/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
|
326
|
+
junifer-0.0.6.dev116.dist-info/METADATA,sha256=M0l1c7ePF_90X00b6ipVuKpgWWoWSHhq6Q2mYhP8r2Q,8448
|
327
|
+
junifer-0.0.6.dev116.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
328
|
+
junifer-0.0.6.dev116.dist-info/entry_points.txt,sha256=6O8ru0BP-SP7YMUZiizFNoaZ2HvJpadO2G7nKk4PwjI,48
|
329
|
+
junifer-0.0.6.dev116.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
|
330
|
+
junifer-0.0.6.dev116.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|