junifer 0.0.7.dev43__py3-none-any.whl → 0.0.7.dev47__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/storage/hdf5.py +14 -2
- junifer/storage/tests/test_hdf5.py +1 -0
- {junifer-0.0.7.dev43.dist-info → junifer-0.0.7.dev47.dist-info}/METADATA +1 -1
- {junifer-0.0.7.dev43.dist-info → junifer-0.0.7.dev47.dist-info}/RECORD +10 -10
- {junifer-0.0.7.dev43.dist-info → junifer-0.0.7.dev47.dist-info}/WHEEL +1 -1
- {junifer-0.0.7.dev43.dist-info → junifer-0.0.7.dev47.dist-info}/entry_points.txt +0 -0
- {junifer-0.0.7.dev43.dist-info → junifer-0.0.7.dev47.dist-info}/licenses/AUTHORS.rst +0 -0
- {junifer-0.0.7.dev43.dist-info → junifer-0.0.7.dev47.dist-info}/licenses/LICENSE.md +0 -0
- {junifer-0.0.7.dev43.dist-info → junifer-0.0.7.dev47.dist-info}/top_level.txt +0 -0
junifer/_version.py
CHANGED
@@ -17,5 +17,5 @@ __version__: str
|
|
17
17
|
__version_tuple__: VERSION_TUPLE
|
18
18
|
version_tuple: VERSION_TUPLE
|
19
19
|
|
20
|
-
__version__ = version = '0.0.7.
|
21
|
-
__version_tuple__ = version_tuple = (0, 0, 7, '
|
20
|
+
__version__ = version = '0.0.7.dev47'
|
21
|
+
__version_tuple__ = version_tuple = (0, 0, 7, 'dev47')
|
junifer/storage/hdf5.py
CHANGED
@@ -157,7 +157,13 @@ class HDF5FeatureStorage(BaseFeatureStorage):
|
|
157
157
|
uri.parent.mkdir(parents=True, exist_ok=True)
|
158
158
|
|
159
159
|
# Available storage kinds
|
160
|
-
storage_types = [
|
160
|
+
storage_types = [
|
161
|
+
"vector",
|
162
|
+
"timeseries",
|
163
|
+
"matrix",
|
164
|
+
"scalar_table",
|
165
|
+
"timeseries_2d",
|
166
|
+
]
|
161
167
|
|
162
168
|
super().__init__(
|
163
169
|
uri=uri,
|
@@ -180,7 +186,13 @@ class HDF5FeatureStorage(BaseFeatureStorage):
|
|
180
186
|
storage.
|
181
187
|
|
182
188
|
"""
|
183
|
-
return [
|
189
|
+
return [
|
190
|
+
"matrix",
|
191
|
+
"vector",
|
192
|
+
"timeseries",
|
193
|
+
"scalar_table",
|
194
|
+
"timeseries_2d",
|
195
|
+
]
|
184
196
|
|
185
197
|
def _fetch_correct_uri_for_io(self, element: Optional[dict]) -> str:
|
186
198
|
"""Return proper URI for I/O based on `element`.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: junifer
|
3
|
-
Version: 0.0.7.
|
3
|
+
Version: 0.0.7.dev47
|
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=d3EVFi0MOnWGuCuWQ6uaVeyK5LZuY-FyV7QZCvwZ6T4,526
|
4
4
|
junifer/conftest.py,sha256=PWYkkRDU8ly2lYwv7VBKMHje4et6HX7Yey3Md_I2KbA,613
|
5
5
|
junifer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
junifer/stats.py,sha256=e9aaagMGtgpRfW3Wdpz9ocpnYld1IWylCDcjFUgX9Mk,6225
|
@@ -279,12 +279,12 @@ junifer/preprocess/warping/tests/test_space_warper.py,sha256=amFHtt-q7L7v9uL4cOv
|
|
279
279
|
junifer/storage/__init__.py,sha256=aPGBFPPsTcZYMdkC_o5HIrzRIIwp-bc5bJDoh_GuQmo,270
|
280
280
|
junifer/storage/__init__.pyi,sha256=MHC-R129z_WuXVQuKBrFu8H1wqmUPAl5ZOQT_WZaXek,292
|
281
281
|
junifer/storage/base.py,sha256=zHvrRK62uzXo7C8FsOghbgcYdRluoO_imOuxgc_kncg,11887
|
282
|
-
junifer/storage/hdf5.py,sha256=
|
282
|
+
junifer/storage/hdf5.py,sha256=TjmkPEl4zkGUfgnvAmwqlL_V48m_IBuxjk81ouA_UNQ,40485
|
283
283
|
junifer/storage/pandas_base.py,sha256=SYpbPdzkslrRcJdxZkW1NRUYRnAxMGAn1XhdCA8Yals,7554
|
284
284
|
junifer/storage/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
285
285
|
junifer/storage/sqlite.py,sha256=18bQsfov5DTlGFlVMV9akTiatO7QPWMBcynZRetEBQM,21202
|
286
286
|
junifer/storage/utils.py,sha256=dgSbYjpwzy7dutcsdacd-5ZLR8kIucRcdlXw99aAjFI,9806
|
287
|
-
junifer/storage/tests/test_hdf5.py,sha256=
|
287
|
+
junifer/storage/tests/test_hdf5.py,sha256=qlhc4DvQ_ruI5D6FPXL9jL8x9undFzOZZnMkmsax5EU,34169
|
288
288
|
junifer/storage/tests/test_pandas_base.py,sha256=S7_XM9EeBFoC4ojI0wYTFEXT5XMTWeVHiW6ddXdIjEI,4082
|
289
289
|
junifer/storage/tests/test_sqlite.py,sha256=0TQIcqHPgk67ALsR-98CA73ulDPsR2t9wGXYaem983w,28312
|
290
290
|
junifer/storage/tests/test_storage_base.py,sha256=Ic4zaPPhaKJDujfjxOM3h0GOhCtMnfT_jdWsuskKMac,3214
|
@@ -318,10 +318,10 @@ junifer/utils/tests/test_config.py,sha256=7ltIXuwb_W4Mv_1dxQWyiyM10XgUAfsWKV6D_i
|
|
318
318
|
junifer/utils/tests/test_fs.py,sha256=WQS7cKlKEZ742CIuiOYYpueeAhY9PqlastfDVpVVtvE,923
|
319
319
|
junifer/utils/tests/test_helpers.py,sha256=k5qqfxK8dFyuewTJyR1Qn6-nFaYNuVr0ysc18bfPjyU,929
|
320
320
|
junifer/utils/tests/test_logging.py,sha256=W4tFKmaf8_CxnWZ-o_-XxM7DQbhGG18RsLZJk8bZelI,8163
|
321
|
-
junifer-0.0.7.
|
322
|
-
junifer-0.0.7.
|
323
|
-
junifer-0.0.7.
|
324
|
-
junifer-0.0.7.
|
325
|
-
junifer-0.0.7.
|
326
|
-
junifer-0.0.7.
|
327
|
-
junifer-0.0.7.
|
321
|
+
junifer-0.0.7.dev47.dist-info/licenses/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
|
322
|
+
junifer-0.0.7.dev47.dist-info/licenses/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
|
323
|
+
junifer-0.0.7.dev47.dist-info/METADATA,sha256=OgpXHhSyqN129oTC78VpDGc5BRJm0L4tJTOg48GmWbc,8387
|
324
|
+
junifer-0.0.7.dev47.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
325
|
+
junifer-0.0.7.dev47.dist-info/entry_points.txt,sha256=6O8ru0BP-SP7YMUZiizFNoaZ2HvJpadO2G7nKk4PwjI,48
|
326
|
+
junifer-0.0.7.dev47.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
|
327
|
+
junifer-0.0.7.dev47.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|