junifer 0.0.7.dev186__py3-none-any.whl → 0.0.7.dev192__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.
Potentially problematic release.
This version of junifer might be problematic. Click here for more details.
- junifer/_version.py +2 -2
- junifer/data/utils.py +2 -2
- {junifer-0.0.7.dev186.dist-info → junifer-0.0.7.dev192.dist-info}/METADATA +1 -1
- {junifer-0.0.7.dev186.dist-info → junifer-0.0.7.dev192.dist-info}/RECORD +9 -9
- {junifer-0.0.7.dev186.dist-info → junifer-0.0.7.dev192.dist-info}/WHEEL +0 -0
- {junifer-0.0.7.dev186.dist-info → junifer-0.0.7.dev192.dist-info}/entry_points.txt +0 -0
- {junifer-0.0.7.dev186.dist-info → junifer-0.0.7.dev192.dist-info}/licenses/AUTHORS.rst +0 -0
- {junifer-0.0.7.dev186.dist-info → junifer-0.0.7.dev192.dist-info}/licenses/LICENSE.md +0 -0
- {junifer-0.0.7.dev186.dist-info → junifer-0.0.7.dev192.dist-info}/top_level.txt +0 -0
junifer/_version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.0.7.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 0, 7, '
|
|
31
|
+
__version__ = version = '0.0.7.dev192'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 0, 7, 'dev192')
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
junifer/data/utils.py
CHANGED
|
@@ -24,10 +24,10 @@ __all__ = [
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
# junifer-data version constant
|
|
27
|
-
JUNIFER_DATA_VERSION = "
|
|
27
|
+
JUNIFER_DATA_VERSION = "4"
|
|
28
28
|
|
|
29
29
|
# junifer-data hexsha constant
|
|
30
|
-
JUNIFER_DATA_HEXSHA = "
|
|
30
|
+
JUNIFER_DATA_HEXSHA = "d178bddf383fede04742d7020312a574de47f0ab"
|
|
31
31
|
|
|
32
32
|
JUNIFER_DATA_PARAMS = {
|
|
33
33
|
"tag": JUNIFER_DATA_VERSION,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: junifer
|
|
3
|
-
Version: 0.0.7.
|
|
3
|
+
Version: 0.0.7.dev192
|
|
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,6 +1,6 @@
|
|
|
1
1
|
junifer/__init__.py,sha256=2McgH1yNue6Z1V26-uN_mfMjbTcx4CLhym-DMBl5xA4,266
|
|
2
2
|
junifer/__init__.pyi,sha256=SsTvgq2Dod6UqJN96GH1lCphH6hJQQurEJHGNhHjGUI,508
|
|
3
|
-
junifer/_version.py,sha256=
|
|
3
|
+
junifer/_version.py,sha256=HXc25croacMsvkxpxQ4pTc7bE8hRsN4ZbuDMod0jFN0,721
|
|
4
4
|
junifer/conftest.py,sha256=qnumYhFkwHBPrzvhPFOFHBp22x5zU0JfVBDOWjidlGo,1583
|
|
5
5
|
junifer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
junifer/stats.py,sha256=e9aaagMGtgpRfW3Wdpz9ocpnYld1IWylCDcjFUgX9Mk,6225
|
|
@@ -77,7 +77,7 @@ junifer/data/_dispatch.py,sha256=4T5cf6Ph6CgPFtDioM-eIMidh-IYVTKTWWJ6d2YI5UE,766
|
|
|
77
77
|
junifer/data/pipeline_data_registry_base.py,sha256=G8bE3WTj4D_rKC4ZKZe6E48Sd96CGea1PS3SxmTgGK4,2010
|
|
78
78
|
junifer/data/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
79
79
|
junifer/data/template_spaces.py,sha256=7LcQbUV_SWCic-TtETCejgat-BxxFDxZFm5z80rRZ-M,4661
|
|
80
|
-
junifer/data/utils.py,sha256=
|
|
80
|
+
junifer/data/utils.py,sha256=8PkYf-Lu6Q97QK9apdThfnGo7GTGSWSc54TyZitVRYc,3978
|
|
81
81
|
junifer/data/coordinates/__init__.py,sha256=ffM8rwcHLgHAWixJbKrATrbUKzX940V1UF6RAxZdUMg,186
|
|
82
82
|
junifer/data/coordinates/__init__.pyi,sha256=Z-Ti5XD3HigkZ8uYN6oYsLqw40-F1GvTVQ5QAy08Wng,88
|
|
83
83
|
junifer/data/coordinates/_ants_coordinates_warper.py,sha256=9nIdg4B5EMje8s30n_8Dl7eYko3HmVJ8jyZpXETg8Sk,2976
|
|
@@ -344,10 +344,10 @@ junifer/utils/tests/test_config.py,sha256=7ltIXuwb_W4Mv_1dxQWyiyM10XgUAfsWKV6D_i
|
|
|
344
344
|
junifer/utils/tests/test_fs.py,sha256=WQS7cKlKEZ742CIuiOYYpueeAhY9PqlastfDVpVVtvE,923
|
|
345
345
|
junifer/utils/tests/test_helpers.py,sha256=k5qqfxK8dFyuewTJyR1Qn6-nFaYNuVr0ysc18bfPjyU,929
|
|
346
346
|
junifer/utils/tests/test_logging.py,sha256=W4tFKmaf8_CxnWZ-o_-XxM7DQbhGG18RsLZJk8bZelI,8163
|
|
347
|
-
junifer-0.0.7.
|
|
348
|
-
junifer-0.0.7.
|
|
349
|
-
junifer-0.0.7.
|
|
350
|
-
junifer-0.0.7.
|
|
351
|
-
junifer-0.0.7.
|
|
352
|
-
junifer-0.0.7.
|
|
353
|
-
junifer-0.0.7.
|
|
347
|
+
junifer-0.0.7.dev192.dist-info/licenses/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
|
|
348
|
+
junifer-0.0.7.dev192.dist-info/licenses/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
|
|
349
|
+
junifer-0.0.7.dev192.dist-info/METADATA,sha256=sq8PsaqW_zj07TgLh6ZitZQlnQuq4dQDLp8loXB7zBg,8396
|
|
350
|
+
junifer-0.0.7.dev192.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
351
|
+
junifer-0.0.7.dev192.dist-info/entry_points.txt,sha256=6O8ru0BP-SP7YMUZiizFNoaZ2HvJpadO2G7nKk4PwjI,48
|
|
352
|
+
junifer-0.0.7.dev192.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
|
|
353
|
+
junifer-0.0.7.dev192.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|