junifer 0.0.6.dev44__py3-none-any.whl → 0.0.6.dev88__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.
Files changed (93) hide show
  1. junifer/__init__.py +2 -33
  2. junifer/__init__.pyi +33 -0
  3. junifer/_version.py +2 -2
  4. junifer/api/__init__.py +2 -3
  5. junifer/api/__init__.pyi +4 -0
  6. junifer/api/functions.py +1 -2
  7. junifer/api/py.typed +0 -0
  8. junifer/api/queue_context/__init__.py +2 -4
  9. junifer/api/queue_context/__init__.pyi +5 -0
  10. junifer/api/queue_context/py.typed +0 -0
  11. junifer/cli/__init__.py +4 -3
  12. junifer/cli/__init__.pyi +3 -0
  13. junifer/cli/cli.py +17 -0
  14. junifer/cli/parser.py +22 -1
  15. junifer/cli/py.typed +0 -0
  16. junifer/cli/tests/test_cli_utils.py +2 -0
  17. junifer/configs/juseless/__init__.py +2 -2
  18. junifer/configs/juseless/__init__.pyi +3 -0
  19. junifer/configs/juseless/datagrabbers/__init__.py +2 -12
  20. junifer/configs/juseless/datagrabbers/__init__.pyi +13 -0
  21. junifer/configs/juseless/datagrabbers/py.typed +0 -0
  22. junifer/configs/juseless/py.typed +0 -0
  23. junifer/data/__init__.py +2 -42
  24. junifer/data/__init__.pyi +43 -0
  25. junifer/data/py.typed +0 -0
  26. junifer/datagrabber/__init__.py +2 -26
  27. junifer/datagrabber/__init__.pyi +27 -0
  28. junifer/datagrabber/aomic/__init__.py +2 -4
  29. junifer/datagrabber/aomic/__init__.pyi +5 -0
  30. junifer/datagrabber/aomic/py.typed +0 -0
  31. junifer/datagrabber/hcp1200/__init__.py +2 -3
  32. junifer/datagrabber/hcp1200/__init__.pyi +4 -0
  33. junifer/datagrabber/hcp1200/py.typed +0 -0
  34. junifer/datagrabber/py.typed +0 -0
  35. junifer/datareader/__init__.py +2 -2
  36. junifer/datareader/__init__.pyi +3 -0
  37. junifer/datareader/py.typed +0 -0
  38. junifer/external/nilearn/__init__.py +2 -3
  39. junifer/external/nilearn/__init__.pyi +4 -0
  40. junifer/external/nilearn/py.typed +0 -0
  41. junifer/markers/__init__.py +2 -38
  42. junifer/markers/__init__.pyi +37 -0
  43. junifer/markers/complexity/__init__.py +2 -18
  44. junifer/markers/complexity/__init__.pyi +17 -0
  45. junifer/markers/complexity/py.typed +0 -0
  46. junifer/markers/falff/__init__.py +2 -3
  47. junifer/markers/falff/__init__.pyi +4 -0
  48. junifer/markers/falff/py.typed +0 -0
  49. junifer/markers/functional_connectivity/__init__.py +2 -12
  50. junifer/markers/functional_connectivity/__init__.pyi +13 -0
  51. junifer/markers/functional_connectivity/py.typed +0 -0
  52. junifer/markers/py.typed +0 -0
  53. junifer/markers/reho/__init__.py +2 -3
  54. junifer/markers/reho/__init__.pyi +4 -0
  55. junifer/markers/reho/py.typed +0 -0
  56. junifer/markers/temporal_snr/__init__.py +2 -3
  57. junifer/markers/temporal_snr/__init__.pyi +4 -0
  58. junifer/markers/temporal_snr/py.typed +0 -0
  59. junifer/pipeline/__init__.py +2 -10
  60. junifer/pipeline/__init__.pyi +13 -0
  61. junifer/{markers/collection.py → pipeline/marker_collection.py} +7 -7
  62. junifer/pipeline/py.typed +0 -0
  63. junifer/pipeline/registry.py +70 -2
  64. junifer/{markers/tests/test_collection.py → pipeline/tests/test_marker_collection.py} +2 -3
  65. junifer/preprocess/__init__.py +2 -10
  66. junifer/preprocess/__init__.pyi +11 -0
  67. junifer/preprocess/confounds/__init__.py +2 -2
  68. junifer/preprocess/confounds/__init__.pyi +3 -0
  69. junifer/preprocess/confounds/py.typed +0 -0
  70. junifer/preprocess/py.typed +0 -0
  71. junifer/preprocess/smoothing/__init__.py +2 -2
  72. junifer/preprocess/smoothing/__init__.pyi +3 -0
  73. junifer/preprocess/smoothing/py.typed +0 -0
  74. junifer/preprocess/warping/__init__.py +2 -2
  75. junifer/preprocess/warping/__init__.pyi +3 -0
  76. junifer/preprocess/warping/py.typed +0 -0
  77. junifer/py.typed +0 -0
  78. junifer/storage/__init__.py +2 -10
  79. junifer/storage/__init__.pyi +11 -0
  80. junifer/storage/py.typed +0 -0
  81. junifer/testing/__init__.py +2 -3
  82. junifer/testing/__init__.pyi +4 -0
  83. junifer/testing/py.typed +0 -0
  84. junifer/utils/__init__.py +2 -14
  85. junifer/utils/__init__.pyi +15 -0
  86. junifer/utils/py.typed +0 -0
  87. {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/METADATA +2 -1
  88. {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/RECORD +93 -41
  89. {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/WHEEL +1 -1
  90. {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/AUTHORS.rst +0 -0
  91. {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/LICENSE.md +0 -0
  92. {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/entry_points.txt +0 -0
  93. {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/top_level.txt +0 -0
@@ -1,12 +1,18 @@
1
- junifer/__init__.py,sha256=qlrkRK5qZYHkYG6B4tLA7cvrQsgyCunNRv1Oz4FBWlQ,624
2
- junifer/_version.py,sha256=f_7PpeTq7RhL4LDqP4GsHG_7wtw50-GPyv61VUYab2Y,426
1
+ junifer/__init__.py,sha256=2McgH1yNue6Z1V26-uN_mfMjbTcx4CLhym-DMBl5xA4,266
2
+ junifer/__init__.pyi,sha256=A6Janz0-4ad7zQiLsIo-jnUkpHJjzGTt_KcVsJJLSDM,454
3
+ junifer/_version.py,sha256=DZECy3bs5DhnsQirzsewSfy-OyVPWhE8dSNPLUU5FgU,426
4
+ junifer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
5
  junifer/stats.py,sha256=BjQb2lfTGDP9l4UuQYmJFcJJNRfbJDGlNvC06SJaDDE,6237
4
- junifer/api/__init__.py,sha256=JYZLJe8oEnJpNpq0RrhEGP6Tj5GP2DHlixFwJtTcV0Y,324
6
+ junifer/api/__init__.py,sha256=aAXW_KAEGQ8aAP5Eni2G1R4MWBF7UgjKOgM6akLuJco,252
7
+ junifer/api/__init__.pyi,sha256=UJu55ApMFd43N0xlQyNKrYpCdzqhAxA3Jjaj0ETwCXU,169
5
8
  junifer/api/decorators.py,sha256=SkQjDYcB_cwG7AS5Q_BU1-T3b38T5RHzbW3aQHP-NzM,2723
6
- junifer/api/functions.py,sha256=uHGXt4mj3V6oZf0T0VcOSrD2DarfamIRWKOz5lqXLjU,13088
7
- junifer/api/queue_context/__init__.py,sha256=1ZO7e0rlfCvgXeVsfqZhHTqqIEbE_lOExCLro5jYaFA,353
9
+ junifer/api/functions.py,sha256=XCw5e4FKG72NumQJyFK1R4yAdOmEOO7jTjDR0dNNi7E,13056
10
+ junifer/api/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ junifer/api/queue_context/__init__.py,sha256=glr8x4aMm4EvVrHywDIlugdNlwD1RzqV2FTDNPqYQZ4,204
12
+ junifer/api/queue_context/__init__.pyi,sha256=LoDQFGZ9wCDmgx5a1_nhKo4zOSvqViXZ8V882DksF7U,246
8
13
  junifer/api/queue_context/gnu_parallel_local_adapter.py,sha256=x2eQRVkhwJKd-Kx8AYia4F8nYnOLJrFzMGMjcwUygEc,9561
9
14
  junifer/api/queue_context/htcondor_adapter.py,sha256=92pt4M_r52inBVlQ2M8Di6quEKW4Xcq3qVNRXaV4rGY,13233
15
+ junifer/api/queue_context/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
16
  junifer/api/queue_context/queue_context_adapter.py,sha256=a6UE8xavDfuaZbkWYsayVs6l-rwIrbpFSpqSyHsEeYY,1577
11
17
  junifer/api/queue_context/tests/test_gnu_parallel_local_adapter.py,sha256=BPoewP50mfFPubRfcMYvEydIpW8k4p4T7NzRy8tAe1A,6604
12
18
  junifer/api/queue_context/tests/test_htcondor_adapter.py,sha256=1vDAyIYQj_sFEhSC76duK7u6sd7K3kGFC-pfpjJNLYg,8619
@@ -34,22 +40,28 @@ junifer/api/res/fsl/img2imgcoord,sha256=Zmaw3oJYrEltcXiPyEubXry9ppAq3SND52tdDWGg
34
40
  junifer/api/res/fsl/run_fsl_docker.sh,sha256=pq-fcNdLuvHzVIQePN4GebZGlcE2UF-xj5rBIqAMz4g,1122
35
41
  junifer/api/res/fsl/std2imgcoord,sha256=-X5wRH6XMl0yqnTACJX6MFhO8DFOEWg42MHRxGvimXg,49
36
42
  junifer/api/tests/test_functions.py,sha256=JjtdB_dFnikGdgkhtvzoJsV_jbW0X1cNRqjFk2jJmLI,17747
37
- junifer/cli/__init__.py,sha256=nrv2l2-t0kLWtNoqmjJKPM0_FP7BvuA_Qc3_GjHBWpM,128
38
- junifer/cli/cli.py,sha256=8emD8-GZzeXyY6mPw3WUYWllConuzLOZLAacYtNgqJw,12981
39
- junifer/cli/parser.py,sha256=YxpP-s3Jrpb1_ZepcLN8Gc6S0dbKM_i72RENBLtyLOU,7390
43
+ junifer/cli/__init__.py,sha256=DS3kZKHeVDxt6d1MLBerZ2fcAwrEBHee5JOBhOLajUI,197
44
+ junifer/cli/__init__.pyi,sha256=PiV4znUnzSeuSSJGz-RT8N21PiMqoSMwYcypi7nt2Js,40
45
+ junifer/cli/cli.py,sha256=LoIWiAU6e5UtcP2Hibx-PDo2QcDqEbrlvzTTSI8rPUQ,13202
46
+ junifer/cli/parser.py,sha256=oZf0oiFcp7vTTMFmFv9qcIqnKMS5wZSCqBmKggN_F0c,8355
47
+ junifer/cli/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
48
  junifer/cli/utils.py,sha256=uA_MaPuZe8qFxxF0hM5iWNL6rLwbYN2mAPXcWm7YxcM,3140
41
49
  junifer/cli/tests/test_cli.py,sha256=DEgjdnGu0r1UmCcu6DavwRuN2i6tZpAs-sYxgoAF7oo,10995
42
- junifer/cli/tests/test_cli_utils.py,sha256=dGHuH-86_vhvqhEmWsoM2ujT31n6I535OutiafFKoHo,2700
50
+ junifer/cli/tests/test_cli_utils.py,sha256=orbBhWaaIxTgB_JzURYH8CvAYqrwle043zHWoVaj6cM,2746
43
51
  junifer/cli/tests/test_parser.py,sha256=5A6yI2t9Ou5w--wpEzXY7mdcVMWWFZaTNLPQ6yLU9gI,6113
44
52
  junifer/cli/tests/data/gmd_mean.yaml,sha256=Ohb_C5cfQMK-59U9O1ZhejXyBtzLc5Y4cv8QyYq2azg,330
45
53
  junifer/cli/tests/data/gmd_mean_htcondor.yaml,sha256=f7NLv_KIJXTiPNFmOWl2Vw8EfwojhfkGtwbh5prbd6w,417
46
54
  junifer/cli/tests/data/partly_cloudy_agg_mean_tian.yml,sha256=nS8K_R1hEuV71Vv-i9SYjnDGAK2FClQqBiE4kOuQ_ys,313
47
55
  junifer/configs/__init__.py,sha256=mE70B1Sc7Tn4uts1vMVF7Ie6hdj7PuDvmDmie3soA9I,121
48
- junifer/configs/juseless/__init__.py,sha256=kQ8b7wIYfpUqQXlWzZQkGzSUfAOi_VLyLq4brRz6-Dg,188
49
- junifer/configs/juseless/datagrabbers/__init__.py,sha256=vDg8wL5fs3mpsA4modWXpXqYkRy6neP-RiMlGdfTe58,623
56
+ junifer/configs/juseless/__init__.py,sha256=whP6Ghqu2zig8gLy-6sx0lhGNfqffSavMsPe4dHoZaE,230
57
+ junifer/configs/juseless/__init__.pyi,sha256=Khqit2Ejsfgf8TVOwu_B4lgkZ3wX0uNtgi_Uu_BkmWY,55
58
+ junifer/configs/juseless/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
59
+ junifer/configs/juseless/datagrabbers/__init__.py,sha256=GbF1SzIGQF-CMzuah6aAS0GHX7sraQuM_loYgUeQy88,332
60
+ junifer/configs/juseless/datagrabbers/__init__.pyi,sha256=kzFvGofwt7yMj6iz-l_NHCM2ITR4MdklnnGoVUtLVek,388
50
61
  junifer/configs/juseless/datagrabbers/aomic_id1000_vbm.py,sha256=dhOeIQg-IVDatJu2Y1ObuAANdMoYDgACtMOu-9SHzh8,1474
51
62
  junifer/configs/juseless/datagrabbers/camcan_vbm.py,sha256=_d_nMmKQbGEK644wCMmVfHaI2ioTmDmg5ypr_Ik3hDI,1538
52
63
  junifer/configs/juseless/datagrabbers/ixi_vbm.py,sha256=ZfjtHiAnhk-pbYPGXiVuOqjcQLwd0xTDkRHwl7JMel8,2301
64
+ junifer/configs/juseless/datagrabbers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
65
  junifer/configs/juseless/datagrabbers/ucla.py,sha256=ucU2pUjlfK-psQykaxdPXl26ilcfhWArV7KceqalqAI,4875
54
66
  junifer/configs/juseless/datagrabbers/ukb_vbm.py,sha256=gn7O4Oo7Sc5bw4J6ZKmb2Hmr5bs52oE0_zCK1-Vb378,1523
55
67
  junifer/configs/juseless/datagrabbers/tests/test_aomic_id1000_vbm.py,sha256=Y_npFmmj0MN0TYv8jaxVMgFHLMQLZ8vXl8lWQKvOYbc,1001
@@ -57,10 +69,12 @@ junifer/configs/juseless/datagrabbers/tests/test_camcan_vbm.py,sha256=o0dzptS97p
57
69
  junifer/configs/juseless/datagrabbers/tests/test_ixi_vbm.py,sha256=8jxpNZelXwpJGvA5LOfpso2X8yt1chvERAYmv76hS_g,1252
58
70
  junifer/configs/juseless/datagrabbers/tests/test_ucla.py,sha256=NfEKlpaMNImiPLGyETDDCMoWZ7_oHGsiVAbQNYsfi3o,3252
59
71
  junifer/configs/juseless/datagrabbers/tests/test_ukb_vbm.py,sha256=b9hjc1mgO--PSRC3id2EzzfE2yWNsuZ2UI47a6sfGZU,1025
60
- junifer/data/__init__.py,sha256=orvgHyoKkgw9aAR5WCucKI7ZBu9dZL7e7au3TECFD-s,968
72
+ junifer/data/__init__.py,sha256=xJDI2QKtdjcNzpd1oVFM3guh1SFHM6jKstl7pFmzOuk,267
73
+ junifer/data/__init__.pyi,sha256=p7vnpEIYvh6rbaMNXJRt1V22efudAW0uw2Y-34gmYoU,798
61
74
  junifer/data/coordinates.py,sha256=1HH2Kz5nzZKN6-wJRmYotPH76fPaL1yYbCt8AhONogk,12496
62
75
  junifer/data/masks.py,sha256=omKOJLnUpmI1yVUkckWy9HhzbFZuYbYdOyr49xFvEwU,21640
63
76
  junifer/data/parcellations.py,sha256=mw1xa6yFWAaVktTkkpCt2ZgSUapZbPwloN2UoPdLzdg,65490
77
+ junifer/data/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
64
78
  junifer/data/template_spaces.py,sha256=7I2Hgy-Wh-Uqm_vOvpYQ5H9CFg1Qn5YRX4QU-HZAloc,5796
65
79
  junifer/data/utils.py,sha256=dIdhCJMJHoXsjTjEMi2b-NXyCiSKsFZQt-5Ca00Obd4,1330
66
80
  junifer/data/VOIs/meta/AutobiographicalMemory_VOIs.txt,sha256=9af38naeL18Tlt_gy_ep6vyTAxOB336JYjbo5FvP8PQ,686
@@ -91,7 +105,8 @@ junifer/data/tests/test_data_utils.py,sha256=_DaiC8K79gs9HFHxr-udNeE2YTM6JA0-1i-
91
105
  junifer/data/tests/test_masks.py,sha256=pL42xTzrvy0qLCqpG5p5CdCCqjJ9n5nz7BCUofydfag,15723
92
106
  junifer/data/tests/test_parcellations.py,sha256=ZEU1VHIK0AyxpclcJhG_0rQU0phaBU_dHP7Erfi3mN8,38222
93
107
  junifer/data/tests/test_template_spaces.py,sha256=PJulN7xHpAcSOTY-UzTG_WPywZEBSlAZGiNG4gzk1_8,3144
94
- junifer/datagrabber/__init__.py,sha256=kYvlrRS6f64fwntAuyk_fL2c_vyw9m9mZpMWpm_cxEM,1058
108
+ junifer/datagrabber/__init__.py,sha256=EHIK-lbjuvkt0V8ypFvLSt85OAAXSkaxBmVlCbNNz8M,323
109
+ junifer/datagrabber/__init__.pyi,sha256=zOQE4TaCKXBTHnNqgmECtsszWIOHYiQ1CUEeXXFU9F4,832
95
110
  junifer/datagrabber/base.py,sha256=fFPIt6p3SdZ6vzReGQxK2qJnQzh8HTwBe87A2WYArVI,6538
96
111
  junifer/datagrabber/datalad_base.py,sha256=6B7XMIMFlBw3uixDnfoaH4gBU9EzJIO5gwmc0iHniRo,11044
97
112
  junifer/datagrabber/dmcc13_benchmark.py,sha256=se9F6QVw9WX22MNld33OQv_BtdW-yPvXXu6kYykxLNw,12225
@@ -99,16 +114,21 @@ junifer/datagrabber/multiple.py,sha256=IjBcFN-KegIad9bwopsfAQ9b_WRRUHmCbKRX2gmus
99
114
  junifer/datagrabber/pattern.py,sha256=iSubnHOJjYck1Zhk_JAYRZjRPKYmfoO81tG1zowd3B4,17039
100
115
  junifer/datagrabber/pattern_datalad.py,sha256=QPWXIToYHDU4mvm9lz_hy8BjdqqoCXiGiJKCcATrT-w,4568
101
116
  junifer/datagrabber/pattern_validation_mixin.py,sha256=SSnTdUA7elaTh9HF7syvW-lTBS1VgdSkyOJiw5mT2Vw,13469
102
- junifer/datagrabber/aomic/__init__.py,sha256=lRezU9dyIEoL4tJYglMX01P-F5_hrnZrJxuaQxF_z2w,358
117
+ junifer/datagrabber/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
118
+ junifer/datagrabber/aomic/__init__.py,sha256=ATxzXq9NBPmWowTMuL77zqrmIbbnk0Wd1iXtXCP3XDg,266
119
+ junifer/datagrabber/aomic/__init__.pyi,sha256=Rp6C075fZDdKY8VIq508_g4NhVj8bWzR6zb9yln761Q,189
103
120
  junifer/datagrabber/aomic/id1000.py,sha256=wJpZiSZrsfil5w-506bOtKMWm3FllnbB8-cMvGDPiLM,7219
104
121
  junifer/datagrabber/aomic/piop1.py,sha256=AcjIueSUmhepuIfmbMEpocV7grUbJ2xKXG94O1dq2FA,9637
105
122
  junifer/datagrabber/aomic/piop2.py,sha256=LLP8zMrAJfjH1VNA-XHqkh9hGyYddklxsTBY4Q5zVBg,9256
123
+ junifer/datagrabber/aomic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
106
124
  junifer/datagrabber/aomic/tests/test_id1000.py,sha256=AWacDroSxvRjzozFjyRlDpiJpPflYRfhDm_RANrYAKM,3283
107
125
  junifer/datagrabber/aomic/tests/test_piop1.py,sha256=J9ei2HLzdJPciysWjRo33cbZsqPF1OEDySmQWWNvYuM,4820
108
126
  junifer/datagrabber/aomic/tests/test_piop2.py,sha256=Bk23KvRse4clMTuC88YntSfJnJyTunafC79Y1OJwJI0,4166
109
- junifer/datagrabber/hcp1200/__init__.py,sha256=yKINewhzkPRcqVpBd6DG02jrs3qLsUbUsi93YJZOUIk,231
127
+ junifer/datagrabber/hcp1200/__init__.py,sha256=2CUYsdWu3RbOdHWME_peYNHEqKUkiq_W3Aw-aczbFdY,214
128
+ junifer/datagrabber/hcp1200/__init__.pyi,sha256=2ttZanYSzCsB195_xfXUyztPsVIF02ARM-sjlNK3Wdg,114
110
129
  junifer/datagrabber/hcp1200/datalad_hcp1200.py,sha256=hngQYLv4b8tC9Ep2X5A5R_L2sFM3ZJ8dmWTr_OlRLAA,2463
111
130
  junifer/datagrabber/hcp1200/hcp1200.py,sha256=AfVPd44CdyMcrUTOfps2PSpTQrXde68QeZaLGkXUTn4,6116
131
+ junifer/datagrabber/hcp1200/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
112
132
  junifer/datagrabber/hcp1200/tests/test_hcp1200.py,sha256=KJ-Jq01l0a6TaboG898qjBdPTHG1E3PZtHCjJ7n-1X0,10765
113
133
  junifer/datagrabber/tests/test_base.py,sha256=fZdVhNhvfht9lpTHrAUf5E6mAfNNUP7OTQ5KLaBQ1gI,3506
114
134
  junifer/datagrabber/tests/test_datalad_base.py,sha256=71erxpAECuy8iLtkmq_SRqfP4sKQf4uEb3O8CThBHT0,16285
@@ -117,8 +137,10 @@ junifer/datagrabber/tests/test_multiple.py,sha256=gdekgSHyRx_EtcMNQpJsGEyo56xSxH
117
137
  junifer/datagrabber/tests/test_pattern.py,sha256=H55jYRPfT3rMsoIQOAnWJgw3nGrkU7m2xFa3-ed6NQE,9527
118
138
  junifer/datagrabber/tests/test_pattern_datalad.py,sha256=5lA4hkYNaIAVy3GjcVqBXj1d-3qd8-14Pv0z6QGqgtI,6483
119
139
  junifer/datagrabber/tests/test_pattern_validation_mixin.py,sha256=4diiRduuqMxOZpfWBoe-O9AhDPYb7DLQU8-JaWAfTrg,7494
120
- junifer/datareader/__init__.py,sha256=9TXyHpy5o-yfs-q8QHGfjUCcWdORp7qv_jrokAOPBP8,293
140
+ junifer/datareader/__init__.py,sha256=CDWjL4PQthskxWX5d0ASro6YIfTT1Tb7ZmyDllWWZso,318
141
+ junifer/datareader/__init__.pyi,sha256=VOqhh-C3-eqapHVR7-F9Ulc_6iyHTb35XLoGb2DCRaA,72
121
142
  junifer/datareader/default.py,sha256=peNQTYHx9x3ZqGjm2Uj5yCLlsJ6X86r0f2XiUgnpw1M,6745
143
+ junifer/datareader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
122
144
  junifer/datareader/tests/test_default_reader.py,sha256=9dPZSkba1YQjFsA0XwdUbx5sq8DVIEZoy_WfMAcvRus,5220
123
145
  junifer/external/__init__.py,sha256=CBB7eQul2hf-WWwT_PYFV1MS9KkXlZBO7oQWWVLgB_I,110
124
146
  junifer/external/BrainPrint/brainprint/__init__.py,sha256=Q7EQjLww8j2LbxCySqYLtPK5giHEAWQ2Ae_wbcL3OY4,222
@@ -134,24 +156,29 @@ junifer/external/h5io/h5io/_h5io.py,sha256=8dWZDYegoPcBkH_fHPdl0eXNWTaRdk9hfIQo8
134
156
  junifer/external/h5io/h5io/_version.py,sha256=mFY0GwwuN-a3M8w93_mskS6GZIvv9SNdjLfJaWNsm-I,22
135
157
  junifer/external/h5io/h5io/chunked_array.py,sha256=K1HWf7R2Jc7gCzBqAoBjx0ZnMmUhTe3iAO6RF6PdUO4,3338
136
158
  junifer/external/h5io/h5io/chunked_list.py,sha256=1Y5BbuWzurJlEFQzJNuDdC3fNZ39ENEMba99X_4VeSM,1952
137
- junifer/external/nilearn/__init__.py,sha256=UdUKYArx3hvcziln89iaSGZcNGwHvsmbB4E5gS1zvOs,321
159
+ junifer/external/nilearn/__init__.py,sha256=pvDmJMwOBki2oaEw-bsniMQ9UXvzecwu6EwJvbVxD50,210
160
+ junifer/external/nilearn/__init__.pyi,sha256=bcCz7O02UameBxbtPjhUal-Z9rI01pv3iktPs_Nq7Ts,208
138
161
  junifer/external/nilearn/junifer_connectivity_measure.py,sha256=c8aLIlSs2eo6uHj-ZtYAto4szjbj21Zlj5JTQRrAnu8,17322
139
162
  junifer/external/nilearn/junifer_nifti_spheres_masker.py,sha256=DbSK2hKrgpHZ_vCRLbVv3YJpLZNkEAG0HFfQQpG6zdU,16546
163
+ junifer/external/nilearn/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
140
164
  junifer/external/nilearn/tests/test_junifer_connectivity_measure.py,sha256=yBsi9g_31UDo_oG7K6eKRp36CZ28G5cbNcKM3aTT53s,33946
141
165
  junifer/external/nilearn/tests/test_junifer_nifti_spheres_masker.py,sha256=zpvBYIvaNjUj9fIUg5K78LRzJqbyMYlUo2UQYS9_lo4,12275
142
- junifer/markers/__init__.py,sha256=u4BFgS_3GXAwFN2HfqdAhlBkyenLw4IYlMlwXwnjkVQ,1235
166
+ junifer/markers/__init__.py,sha256=wHAxljlZppxgXimSJw21mp9oUYYyaID4LYfeBolva30,310
167
+ junifer/markers/__init__.pyi,sha256=9a72D9k6esTzLvmvULXHOeaQtIchjtN7VELpCeaddsM,957
143
168
  junifer/markers/base.py,sha256=__Z0owDdjTwb7alQneOeoaUqaeCVbHwFRnaRZERi37M,8364
144
169
  junifer/markers/brainprint.py,sha256=WqK78RVaFX1e0AcwpkNzCUEZWRSMgoMCX1-wNOXDhmk,15116
145
- junifer/markers/collection.py,sha256=13nccLKJp2nMs07hLpvcSYlvfj_L1fntmFrYeAE2jLM,5544
146
170
  junifer/markers/ets_rss.py,sha256=4b1rUIMt4RISNSMQqATJadYheyT-YOnadWZDwGsFELk,4273
147
171
  junifer/markers/parcel_aggregation.py,sha256=WKS_GILu80JF6IMK0BsHLvq7NefqlHt6u37b2lOx7_Q,8349
172
+ junifer/markers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
148
173
  junifer/markers/sphere_aggregation.py,sha256=E_f6bEf_EzuK1WDreO1Hstsp2hXTwaVBysbVX9gnX2Y,7910
149
174
  junifer/markers/utils.py,sha256=b6Bt_isqsOD2OF7oHvEpHyilauxYZzyz8YcbGWq6J4A,3833
150
- junifer/markers/complexity/__init__.py,sha256=M0e022QPcVlpfWUiXss4odv8EZg1fEtECmIgG-w00CU,1028
175
+ junifer/markers/complexity/__init__.py,sha256=6ZoTQy7hU_vnH65VlJbi61VfPAdg-RpuV84aXhzr8j0,552
176
+ junifer/markers/complexity/__init__.pyi,sha256=I2IbSuKnUEf03Yunv884ASBxKjQ9_fenACccjaxTkyc,495
151
177
  junifer/markers/complexity/complexity_base.py,sha256=_JIqrglcPG8lEzCdM27o0KLOyLcncebk_YVBq_-pPak,4165
152
178
  junifer/markers/complexity/hurst_exponent.py,sha256=gx8ZRzfJq6UIwnfPFXhZrHdMuhWO-arqM12iZx7ZzBo,4697
153
179
  junifer/markers/complexity/multiscale_entropy_auc.py,sha256=6FbRHA1CAPaZQNUL6VZsjODDDMUPpCb9CN2qQWE_U50,4928
154
180
  junifer/markers/complexity/perm_entropy.py,sha256=WPE4bdPZ9_FyCemR3C30mdOxQDYrM0N3uZz3-2DYmrc,4446
181
+ junifer/markers/complexity/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
155
182
  junifer/markers/complexity/range_entropy.py,sha256=Bhc5gvsM8BS9FQIAHWiFzySMuOz8nkcFWGrxUxDxDKI,4577
156
183
  junifer/markers/complexity/range_entropy_auc.py,sha256=PuuyluXhzghPY66er-bWIlDMEFyHMfFTFtY_JhrVmPs,5060
157
184
  junifer/markers/complexity/sample_entropy.py,sha256=a-4qBavXNTSC-JnnCJBnGJu1Wwn5s0pNjfeFrXp-3qc,4528
@@ -164,36 +191,44 @@ junifer/markers/complexity/tests/test_range_entropy.py,sha256=RXM0jSL32VA37jYe36
164
191
  junifer/markers/complexity/tests/test_range_entropy_auc.py,sha256=__uKRJtAuWG-e8JxxfNUjrNfeIqU_uHQDq_RKyERdgk,2338
165
192
  junifer/markers/complexity/tests/test_sample_entropy.py,sha256=rfbiguVq7CUwYIvYBYFCSSfH44nqGLSZYFfwFb155KI,2310
166
193
  junifer/markers/complexity/tests/test_weighted_perm_entropy.py,sha256=yDWKEaUbxrnrG6J2NlktLfwSBre5OuXd63kEof7t8PM,2373
167
- junifer/markers/falff/__init__.py,sha256=qGr8HFhTnwTMWGTf96nRLYZgIXYmf4DLLIcsMiS62p0,240
194
+ junifer/markers/falff/__init__.py,sha256=qxdx_3FsVrn7h3gtbocK0ZmvqZwPQZGKuVkPm31ejNM,217
195
+ junifer/markers/falff/__init__.pyi,sha256=X-q2zBjUX0imQ37yN2Cg5gKfDvq8sh_9y2hRH4g5ufY,120
168
196
  junifer/markers/falff/_afni_falff.py,sha256=QNi_4MU4_sfnfXedrYHT-kn17KCDE6a7ELfSGmRZPmA,4521
169
197
  junifer/markers/falff/_junifer_falff.py,sha256=Datf23VxbiD6ZiC-3tANN9MMVHuZKzQx04nX1GXA25c,4417
170
198
  junifer/markers/falff/falff_base.py,sha256=1VjEZMd7BpXDc2subm0VzZNxFp6uxMb9QjBmMC6tDVg,4903
171
199
  junifer/markers/falff/falff_parcels.py,sha256=raciVfTA8GDfftqnraWVyRsaSsNiz82K1bJkVq9fmME,6046
172
200
  junifer/markers/falff/falff_spheres.py,sha256=h-A2B8D2KvnvLzBcBeB6Kt3EcXhcfvvIMvOeztiA-Z8,6675
201
+ junifer/markers/falff/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
173
202
  junifer/markers/falff/tests/test_falff_parcels.py,sha256=Z3n1i8dkYbdXgouUjfIif9yLv5MubBEdrtAA-a6kRcc,4349
174
203
  junifer/markers/falff/tests/test_falff_spheres.py,sha256=-VLEvFaF8CMCN_7FLYCSfP7MMjy-gm1Zgu13je5Pku8,4373
175
- junifer/markers/functional_connectivity/__init__.py,sha256=j7HshYNBjSbjXXM8h_PBKORk--Gb3qw-MSEm0i3XgTI,672
204
+ junifer/markers/functional_connectivity/__init__.py,sha256=dGTn69eS7a3rylMQh_wKlO28UmYGjsoDEGu4q5sgQFA,230
205
+ junifer/markers/functional_connectivity/__init__.pyi,sha256=qfw6WVyE65u-5NZNi0xPa8zZVtkRfFvwyl4jHH2Xl00,539
176
206
  junifer/markers/functional_connectivity/crossparcellation_functional_connectivity.py,sha256=V2-WbUOGoCtW32A0VOWO-2G-iBiG5mV88Z2EvTjS3HY,5696
177
207
  junifer/markers/functional_connectivity/edge_functional_connectivity_parcels.py,sha256=nAvTT4ZLqW-uDAQ_r5hT__TbxFTqTkjm4BJ-1YD7a7s,4745
178
208
  junifer/markers/functional_connectivity/edge_functional_connectivity_spheres.py,sha256=atV7iNjnFbIKbzBkzFYtgF0cbetESvv3a5R-SLzrt6Y,5412
179
209
  junifer/markers/functional_connectivity/functional_connectivity_base.py,sha256=dUv-pfgAhkHuz_zSKClEYeOkcIdhjdJ1fiNvvWhATDg,5639
180
210
  junifer/markers/functional_connectivity/functional_connectivity_parcels.py,sha256=pefRn1EhYegN1KCs1VvMOe4vj4KO-5kSzXJxoUzHSvw,4213
181
211
  junifer/markers/functional_connectivity/functional_connectivity_spheres.py,sha256=-N-OO3vl1Djl1nSTJAey_Re3BH2tpyr4UpXfR38ogWw,4946
212
+ junifer/markers/functional_connectivity/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
182
213
  junifer/markers/functional_connectivity/tests/test_crossparcellation_functional_connectivity.py,sha256=CP8ZZoTciMoI9c-VVsLF9mJivyzPB6C4mZE0tlL52pI,3231
183
214
  junifer/markers/functional_connectivity/tests/test_edge_functional_connectivity_parcels.py,sha256=y0O-eBjOzUp77g6o_II7D5KB2rKtDz_a_hez-MPDU3M,2482
184
215
  junifer/markers/functional_connectivity/tests/test_edge_functional_connectivity_spheres.py,sha256=NYWe8kdSVVXlluLm074koDE6xw_t0bhPn47kRYMg1vA,2522
185
216
  junifer/markers/functional_connectivity/tests/test_functional_connectivity_base.py,sha256=RmPTrG0uLKb5RgdHXUnH6lon60FxN1JCtr-dsTBaX28,522
186
217
  junifer/markers/functional_connectivity/tests/test_functional_connectivity_parcels.py,sha256=GiRtQ-cbbmM4_oekGjIDtFaNkmYON_eSf3F4jzS0XCo,3876
187
218
  junifer/markers/functional_connectivity/tests/test_functional_connectivity_spheres.py,sha256=Bu2vicoxET-eHYqmfiPtYmFOhBCjBsXO7vv9UzLdYJQ,4143
188
- junifer/markers/reho/__init__.py,sha256=_6WkTQcg0ksZguSQGi1XuoMKuGwYs5tvDLVZ1h6xB5E,232
219
+ junifer/markers/reho/__init__.py,sha256=WZf4A0XaRThjl8SlFOhvTLUfhTHp5koLxZgowsgTSAE,211
220
+ junifer/markers/reho/__init__.pyi,sha256=_aFb-Ry_EP2OMU6xRL4GlfuDpSl_egHllL-fz7vXjcE,118
189
221
  junifer/markers/reho/_afni_reho.py,sha256=iaZFPJbyB9-QQAZ5-kKxwN0APB5MH85pOAChq-JFLNI,6469
190
222
  junifer/markers/reho/_junifer_reho.py,sha256=7-jD28YQQWb3dfT6SxyYfGugFSq8wi7_2hUA-ryiGAo,9307
223
+ junifer/markers/reho/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
191
224
  junifer/markers/reho/reho_base.py,sha256=Tdnl5SJ66p461UJ-UilEGKrMdEPwGMemN_QIQgmc8o8,4065
192
225
  junifer/markers/reho/reho_parcels.py,sha256=GTYy1cMe0RdAgkvgZnnIGlQ-u3EfkxhRmBloPNUrFuk,6421
193
226
  junifer/markers/reho/reho_spheres.py,sha256=dTTTksT1iqtPnc0lMtbVU-FmeLAO8Ml6N3fBLGyIaac,7015
194
227
  junifer/markers/reho/tests/test_reho_parcels.py,sha256=bRtDi91qRcRYaRqqQjuSU6NuNz-KwLVCoTYo-e5VmsI,4075
195
228
  junifer/markers/reho/tests/test_reho_spheres.py,sha256=VyyQ3hhD6ArFc1BmigmAdePACB1EMQlo1mDr2QKvT2I,3989
196
- junifer/markers/temporal_snr/__init__.py,sha256=L9mT7lX8jdIPiyFxIxb19qJtt7QKGElIoK76ekOVZNc,300
229
+ junifer/markers/temporal_snr/__init__.py,sha256=86hNMyaSfWlWOXZ6m9reSDtMIgUaByOXjcxCvo7LmDw,235
230
+ junifer/markers/temporal_snr/__init__.pyi,sha256=20FhG9ZkAHQfmJ0r5p6fRMxhK8xrFQeFr0cgTrqu3ik,162
231
+ junifer/markers/temporal_snr/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
197
232
  junifer/markers/temporal_snr/temporal_snr_base.py,sha256=xWBTrwsrI44DCV5okRaliLJHrlvDs5LkD0xLEIGZcMc,3874
198
233
  junifer/markers/temporal_snr/temporal_snr_parcels.py,sha256=f85zsqYVox7B4WNGXe8XigBGaVxWannz8EmTc4S7GpQ,3279
199
234
  junifer/markers/temporal_snr/temporal_snr_spheres.py,sha256=sU0VzxQdr5a1XESUPwPsGF5NAT7EzSLnmPT9nxCKcLA,3987
@@ -201,7 +236,6 @@ junifer/markers/temporal_snr/tests/test_temporal_snr_base.py,sha256=KRln5ibLTJJQ
201
236
  junifer/markers/temporal_snr/tests/test_temporal_snr_parcels.py,sha256=JnsLIF0qT4L3JfSIBeHxFsugQ89P9by0CmNwNJiFnZY,2042
202
237
  junifer/markers/temporal_snr/tests/test_temporal_snr_spheres.py,sha256=cxYnKreFRauIs3NYaaB1EKeFEHZxPplxOuywWNcUnLg,2175
203
238
  junifer/markers/tests/test_brainprint.py,sha256=fjwGQZk0Or0VUaMxcOr8i_onXRInfspcm3wD_qjqxDs,1588
204
- junifer/markers/tests/test_collection.py,sha256=bpaEz4oG44vF9YXiONiNmSvGSDH9gysMjLhWqqw7cqk,6964
205
239
  junifer/markers/tests/test_ets_rss.py,sha256=KCPVx0e1Xcku8ktPjKUXG7OQA6a_dgc7kuzTIVSRff0,2603
206
240
  junifer/markers/tests/test_marker_utils.py,sha256=SR3ADWI3uGv4ozYqVu-rMZnJVqP6JnjLBgo6qUm16Wk,1478
207
241
  junifer/markers/tests/test_markers_base.py,sha256=XYe1Z_88h2g1WX6Em4aM8VMyBuCpy5sNHbbpC0I89m4,2979
@@ -211,38 +245,52 @@ junifer/onthefly/__init__.py,sha256=TA6tPuw54ynDlumb9Ii-2p59hw2rGoCMe1-vQ89JzZ8,
211
245
  junifer/onthefly/_brainprint.py,sha256=-q5j5xOkuZD_f-pjWi-b8VRqM9ZXDk1TnccuQDfLwz4,3860
212
246
  junifer/onthefly/read_transform.py,sha256=kZ-N_fKe9glaBTjhj_HXrdTtWXGI-fMoBpsawcOgsTw,4340
213
247
  junifer/onthefly/tests/test_read_transform.py,sha256=D2C3IpXQHdsJSF07v8rEwGntLGXjZOserlRhebJUAVM,4719
214
- junifer/pipeline/__init__.py,sha256=mmhtYuRGetBmBvKPVb9MxklcEK_R9ly-dgkzQiOp3g8,363
248
+ junifer/pipeline/__init__.py,sha256=rxKQGRwc6_sts1KhVIcVVpuXeiFABf11mQQ2h5jgA3U,194
249
+ junifer/pipeline/__init__.pyi,sha256=Er7IidlO8-sJQr2iTs8cDNCrd_sl2P4Q_bmaAJSdTcQ,338
250
+ junifer/pipeline/marker_collection.py,sha256=1xcJqeOZ_IerB7PAMN1itWBv8UR6lUW9xXRoIu4qLXU,5557
215
251
  junifer/pipeline/pipeline_step_mixin.py,sha256=wakimkG8GC0PWkFHMHIfgzM2yak41xLrzbVRH0oe8D4,7613
216
- junifer/pipeline/registry.py,sha256=UDByAvfWjTImUVrI7d9Ol2C7_s287-mSjtj8lMvhIck,4325
252
+ junifer/pipeline/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
253
+ junifer/pipeline/registry.py,sha256=uMhSsp_JTLCKGuxqaWHmsSJRV9mdoDF2yJJk04chU7U,6746
217
254
  junifer/pipeline/singleton.py,sha256=c5U8Xn10MQqaXjlLzxLbw3AmSYW6aTw_iSL0rDkbuMU,1011
218
255
  junifer/pipeline/update_meta_mixin.py,sha256=A_gYCPqdPlM0Xpum9TjJowb41O7ntxQg6y4YOgYeyy4,1564
219
256
  junifer/pipeline/utils.py,sha256=CAp0P7rZST7bsJ9lSlkvZgIJebHW2cIm8VXTuu1A6tE,10291
220
257
  junifer/pipeline/workdir_manager.py,sha256=8vBKdb7FtQaGV66Ngu_ucJJPrh2xoxf_1jMeNpJKT2Y,8050
258
+ junifer/pipeline/tests/test_marker_collection.py,sha256=edBHfmwMTXG_q0ZagApbAbkFNoegi3hVEQiNcBtZOKc,6959
221
259
  junifer/pipeline/tests/test_pipeline_step_mixin.py,sha256=_ykZzyNzREXy-r_yv1gY_jquLZzVBl8qwYrVORCKY_k,7807
222
260
  junifer/pipeline/tests/test_registry.py,sha256=APC8PNmA3zJnMjLz90rZw_wK0hoag6St8AmQY6MUEqA,4121
223
261
  junifer/pipeline/tests/test_update_meta_mixin.py,sha256=UeWwpUi-Q5WVd36Fgfn_utXplSVXMSjLcdO2mR2xLTk,1355
224
262
  junifer/pipeline/tests/test_workdir_manager.py,sha256=E1WY4C-GDsx2c49sePqr1WR_Y3nZ1kiRn4Veu506uTs,2801
225
- junifer/preprocess/__init__.py,sha256=xxvQQJFhCk6eM6kz2Vv2PSSh1JvbcPKNcdq3quZpgjY,499
263
+ junifer/preprocess/__init__.py,sha256=91D43p254il88g-7sSN64M7HsCvwytYoiTS_GLEr37Y,342
264
+ junifer/preprocess/__init__.pyi,sha256=EApXtuEZohQZnIeP6k882Y2H5IRiGmhJbVGdN7VCWFc,254
226
265
  junifer/preprocess/base.py,sha256=v6azVA3RwDe3HriYlcaISOX1A6gYgFUKNzQeIDLx92Q,6681
227
- junifer/preprocess/confounds/__init__.py,sha256=LvgaRJz1-JtkaPoLZHUYlwJX5Hs1tm4EYmE8xfeDtx4,275
266
+ junifer/preprocess/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
267
+ junifer/preprocess/confounds/__init__.py,sha256=L3CquKcndFb2b8yVo-XLi-zsNCe8MMKUN41UOVdooWc,270
268
+ junifer/preprocess/confounds/__init__.pyi,sha256=iC70cqcWNMX4JM42RcUgKb9YX8ciK8oVERdWWjo-13c,102
228
269
  junifer/preprocess/confounds/fmriprep_confound_remover.py,sha256=WW4ybrUJJiTHcigRhNxuz1gyAqrSjufL4CinDvjqkAM,20307
270
+ junifer/preprocess/confounds/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
229
271
  junifer/preprocess/confounds/tests/test_fmriprep_confound_remover.py,sha256=xN9tPkktuRHQtmY1UOP0H_sXT7LXPY282kMgYkoQTFE,19973
230
- junifer/preprocess/smoothing/__init__.py,sha256=M-402qVDu_AZH0HadPb6kPOla9kpI0Mz5rBwx-pOh5Y,177
272
+ junifer/preprocess/smoothing/__init__.py,sha256=7aTwvAG522kA76QQwqxwY5zV_6asyPaaH2uSMTaKQls,216
273
+ junifer/preprocess/smoothing/__init__.pyi,sha256=5sjw61Eyon9gE_SWoktND9raw6IkgqcT2rtGNhVV9EA,58
231
274
  junifer/preprocess/smoothing/_afni_smoothing.py,sha256=Ta5FJ_IP14AjIv76f_Qck0D53gRh20amwXF-h7nWK9A,3266
232
275
  junifer/preprocess/smoothing/_fsl_smoothing.py,sha256=ZBdP4VsaQEYD9JYUitAXSccwvP3GZ0FyqhriV8gJxyk,3035
233
276
  junifer/preprocess/smoothing/_nilearn_smoothing.py,sha256=bshMj2DKEFkNiUbpaBoBfFFI6O80FIN49Oa3nc6FgaA,1928
277
+ junifer/preprocess/smoothing/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
234
278
  junifer/preprocess/smoothing/smoothing.py,sha256=Bb9_0wvt1CfwzpxN_svPiQ2euOZkAT9S--4qr8omhyQ,5355
235
279
  junifer/preprocess/smoothing/tests/test_smoothing.py,sha256=t1j3zEvJk5XLO4fzcb-wQyBMH-xuvR1k6WYm8zriwik,2390
236
280
  junifer/preprocess/tests/test_preprocess_base.py,sha256=-0rpe8QjqYES36H6MHuDs3cv_6upHBdVHnFMgQsmEX4,2571
237
- junifer/preprocess/warping/__init__.py,sha256=TaRuiobsaHuoQiAZ39Mmf846bpmimSX_tdKiRlDVZhU,182
281
+ junifer/preprocess/warping/__init__.py,sha256=rzUUP7-6H_nygQ7a7TBZ4_RY7p0ELacosYsWQbSdVZk,214
282
+ junifer/preprocess/warping/__init__.pyi,sha256=Drbqp8N3uprvXcKSxqdfj90fesz9XYVLgivhPnKAYcc,65
238
283
  junifer/preprocess/warping/_ants_warper.py,sha256=d1f2HDAdU8X_V0naPsTigkLZYGeP8Vlq-RwysQngtYs,5717
239
284
  junifer/preprocess/warping/_fsl_warper.py,sha256=ClmRlJswB7HnTktGMcG3A0iz4pZu5xb4DOR7kCYyoEI,3230
285
+ junifer/preprocess/warping/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
240
286
  junifer/preprocess/warping/space_warper.py,sha256=BW7ymZdr4h7lJRtPLi3RT7qwgmu-HFJFqzZNUl341YU,6589
241
287
  junifer/preprocess/warping/tests/test_space_warper.py,sha256=hHF97XUrMeAu8pIPBUrqD77PijbSv5_dAj9-Zte7UZM,5622
242
- junifer/storage/__init__.py,sha256=k1grTibXqDb1ZSdwtxYUPGS2EWIl75f1cHbBKNS7bRk,465
288
+ junifer/storage/__init__.py,sha256=aPGBFPPsTcZYMdkC_o5HIrzRIIwp-bc5bJDoh_GuQmo,270
289
+ junifer/storage/__init__.pyi,sha256=MHC-R129z_WuXVQuKBrFu8H1wqmUPAl5ZOQT_WZaXek,292
243
290
  junifer/storage/base.py,sha256=ZzbvLr0_RNPKwRpBXkWtjyJQ6w8u7RuA7SWLQoB2Mzc,10871
244
291
  junifer/storage/hdf5.py,sha256=jFUkCTLydPwUZaRmc4GwXq202wLr8JzQ4YOgQN44L3c,37986
245
292
  junifer/storage/pandas_base.py,sha256=Ex9YCle8ZrQbJZiThiehpYci-LWeESPLtMbocd_SZqM,7514
293
+ junifer/storage/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
246
294
  junifer/storage/sqlite.py,sha256=f__LJR20hxT4F1sWJQS-bXV85eoQg1dxRMjhd6C84kM,21281
247
295
  junifer/storage/utils.py,sha256=l0oWCqUId7yJ97Ro-j5Nh7fu04449m5T71VWC8I-x6Q,7400
248
296
  junifer/storage/tests/test_hdf5.py,sha256=PybSXK0VA1UUFve1xqV-_Wqc7UyCDZGj_C58Z48c6tc,31512
@@ -250,8 +298,10 @@ junifer/storage/tests/test_pandas_base.py,sha256=y_TfUGpuXkj_39yVon3rMDxMeBrZXs5
250
298
  junifer/storage/tests/test_sqlite.py,sha256=JPfE6r34o86XkKaB6yjMVmO_2vUV40DjsaHICagUtjk,28318
251
299
  junifer/storage/tests/test_storage_base.py,sha256=YzgfspuggzXejyPIoRCPST3ZzH9Pi7dgl0IHN7kynXM,3071
252
300
  junifer/storage/tests/test_utils.py,sha256=vRGhbeOsSn2Izhjh5AaaJkp6X2EoIQVH3a-9COFVnzg,11854
253
- junifer/testing/__init__.py,sha256=1O9KTxkUwEDrEvtU5k-rnSlJVZ7DHsgxgSoGmlfTVHE,263
301
+ junifer/testing/__init__.py,sha256=gqfrX2c7I31VYBmH9hCUERO-61NwubT1cvy1bKM0NqU,249
302
+ junifer/testing/__init__.pyi,sha256=16_tADqmPgoTpzYTJJr2yTf3WVrHAXcFUESRLRy0FoM,111
254
303
  junifer/testing/datagrabbers.py,sha256=iYS4IjYbOFQw4fH8e7HNvBOsYgVjMZNodNCLoI25oNA,6601
304
+ junifer/testing/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
255
305
  junifer/testing/registry.py,sha256=iGH3hAt36VtvnZO7UQjybHGh2FI8vo1InY3uDSct5Ps,720
256
306
  junifer/testing/utils.py,sha256=TEIwdV7etWglXOFQX1O5ZR18GzfYZ0LcRqXuK-JPo8U,591
257
307
  junifer/testing/data/sub-0001_task-anticipation_acq-seq_desc-confounds_regressors.tsv,sha256=iDY1apF5caxnyGqvBYWer5JRKQIfuOwoT-SzzsgL59s,406849
@@ -261,18 +311,20 @@ junifer/testing/tests/test_spmauditory_datagrabber.py,sha256=1G1emk-Ze59HiNLaYsy
261
311
  junifer/testing/tests/test_testing_registry.py,sha256=oerticBaPRaRZm3yANzInLac0Mqph3Y0aZPQFayu7xA,827
262
312
  junifer/tests/test_main.py,sha256=GMff7jlisGM9_FsiUwWDte43j-KQJGFRYZpwRRqTkd8,373
263
313
  junifer/tests/test_stats.py,sha256=3vPMgYYpWxk8ECDFOMm3-dFBlh4XxjL83SwRBSBAHok,4155
264
- junifer/utils/__init__.py,sha256=K_9X0b5GE9bPHaFjBAKR-k9ONxmcKKkORG53dVyn_q4,507
314
+ junifer/utils/__init__.py,sha256=I3tYaePAD_ZEU-36-TJ_OYeqW_aMmi5MZ3jmqie6RfU,260
315
+ junifer/utils/__init__.pyi,sha256=fOijdjcdG5mBo6EdMB8gRZtzuS_zgfxRLBm1bBOQYK4,344
265
316
  junifer/utils/_yaml.py,sha256=jpTroTI2rajECj0RXGCXaOwLpad858WzI7Jg-eXJ_jU,336
266
317
  junifer/utils/fs.py,sha256=M3CKBLh4gPS6s9giyopgb1hHMXzLb6k3cung2wHVBjs,492
267
318
  junifer/utils/helpers.py,sha256=_IqnaPaOcFy1yrEyNmmg7XqQWb1wHOtxfOBnlaRYbiI,2063
268
319
  junifer/utils/logging.py,sha256=ardaiJkDfZMYvak5UIL5Etxg5Ii7inmVQSBdFLdgtb8,9781
320
+ junifer/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
269
321
  junifer/utils/tests/test_fs.py,sha256=WQS7cKlKEZ742CIuiOYYpueeAhY9PqlastfDVpVVtvE,923
270
322
  junifer/utils/tests/test_helpers.py,sha256=k5qqfxK8dFyuewTJyR1Qn6-nFaYNuVr0ysc18bfPjyU,929
271
323
  junifer/utils/tests/test_logging.py,sha256=duO4ou365hxwa_kwihFtKPLaL6LC5XHiyhOijrrngbA,8009
272
- junifer-0.0.6.dev44.dist-info/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
273
- junifer-0.0.6.dev44.dist-info/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
274
- junifer-0.0.6.dev44.dist-info/METADATA,sha256=owlzDJooA_9WpQpqgdFERu2iH1uHbXXPUS1wE8Tn48o,8398
275
- junifer-0.0.6.dev44.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
276
- junifer-0.0.6.dev44.dist-info/entry_points.txt,sha256=6O8ru0BP-SP7YMUZiizFNoaZ2HvJpadO2G7nKk4PwjI,48
277
- junifer-0.0.6.dev44.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
278
- junifer-0.0.6.dev44.dist-info/RECORD,,
324
+ junifer-0.0.6.dev88.dist-info/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
325
+ junifer-0.0.6.dev88.dist-info/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
326
+ junifer-0.0.6.dev88.dist-info/METADATA,sha256=hcIhuTiPyTcqXS9DySkLi2fMWK7HMCE58_1XJcrdDbs,8431
327
+ junifer-0.0.6.dev88.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
328
+ junifer-0.0.6.dev88.dist-info/entry_points.txt,sha256=6O8ru0BP-SP7YMUZiizFNoaZ2HvJpadO2G7nKk4PwjI,48
329
+ junifer-0.0.6.dev88.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
330
+ junifer-0.0.6.dev88.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (74.1.2)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5