sl-shared-assets 3.0.0rc5__py3-none-any.whl → 3.0.0rc6__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 sl-shared-assets might be problematic. Click here for more details.

@@ -289,6 +289,8 @@ class SessionData(YamlConfig):
289
289
  session_type: str,
290
290
  experiment_name: str | None = None,
291
291
  session_name: str | None = None,
292
+ python_version: str = "3.11.13",
293
+ sl_experiment_version: str = "2.0.0",
292
294
  ) -> "SessionData":
293
295
  """Creates a new SessionData object and generates the new session's data structure on the local PC.
294
296
 
@@ -315,6 +317,10 @@ class SessionData(YamlConfig):
315
317
  sessions. When provided, the method uses this name instead of generating a new timestamp-based name.
316
318
  This is only used during the 'ascension' runtime to convert old data structures to the modern
317
319
  lab standards.
320
+ python_version: The string that specifies the Python version used to collect raw session data. Has to be
321
+ specified using the major.minor.patch version format.
322
+ sl_experiment_version: The string that specifies the version of the sl-experiment library used to collect
323
+ raw session data. Has to be specified using the major.minor.patch version format.
318
324
 
319
325
  Returns:
320
326
  An initialized SessionData instance that stores the layout of the newly created session's data.
@@ -387,6 +393,8 @@ class SessionData(YamlConfig):
387
393
  raw_data=raw_data,
388
394
  processed_data=processed_data,
389
395
  experiment_name=experiment_name,
396
+ python_version=python_version,
397
+ sl_experiment_version=sl_experiment_version,
390
398
  )
391
399
 
392
400
  # Saves the configured instance data to the session's folder, so that it can be reused during processing or
@@ -127,6 +127,8 @@ class SessionData(YamlConfig):
127
127
  session_type: str,
128
128
  experiment_name: str | None = None,
129
129
  session_name: str | None = None,
130
+ python_version: str = "3.11.13",
131
+ sl_experiment_version: str = "2.0.0",
130
132
  ) -> SessionData:
131
133
  """Creates a new SessionData object and generates the new session's data structure on the local PC.
132
134
 
@@ -153,6 +155,10 @@ class SessionData(YamlConfig):
153
155
  sessions. When provided, the method uses this name instead of generating a new timestamp-based name.
154
156
  This is only used during the 'ascension' runtime to convert old data structures to the modern
155
157
  lab standards.
158
+ python_version: The string that specifies the Python version used to collect raw session data. Has to be
159
+ specified using the major.minor.patch version format.
160
+ sl_experiment_version: The string that specifies the version of the sl-experiment library used to collect
161
+ raw session data. Has to be specified using the major.minor.patch version format.
156
162
 
157
163
  Returns:
158
164
  An initialized SessionData instance that stores the layout of the newly created session's data.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sl-shared-assets
3
- Version: 3.0.0rc5
3
+ Version: 3.0.0rc6
4
4
  Summary: Provides data acquisition and processing assets shared between Sun (NeuroAI) lab libraries.
5
5
  Project-URL: Homepage, https://github.com/Sun-Lab-NBB/sl-shared-assets
6
6
  Project-URL: Documentation, https://sl-shared-assets-api-docs.netlify.app/
@@ -9,8 +9,8 @@ sl_shared_assets/data_classes/configuration_data.py,sha256=CHoKs4wgg_qMNbvZHxfJJ
9
9
  sl_shared_assets/data_classes/configuration_data.pyi,sha256=SpVnTcAVmR7uDSECbmR4wDmNdTEtavRn8gjI9Lhi5dI,10721
10
10
  sl_shared_assets/data_classes/runtime_data.py,sha256=O98BZg7i7cEUlpIE16JswKOwQNRsS5RxVdBzXYvAw00,16543
11
11
  sl_shared_assets/data_classes/runtime_data.pyi,sha256=i8CuZd9p0Nu43xhpE62pB07AiovZIgtMZYN5wQjz-r0,6861
12
- sl_shared_assets/data_classes/session_data.py,sha256=Ethlbf1rF1KJ3fWe5DkMUEZatIPxPYlZYmFtA1MZ1hw,44408
13
- sl_shared_assets/data_classes/session_data.pyi,sha256=ku8wvXkkCUSvC1ZQpRmU6DxuNz253OfDCi8AAp4G_WY,13246
12
+ sl_shared_assets/data_classes/session_data.py,sha256=aA-LSFM83ZRpD1fhtiBCmb9NEuLpTUx3Sb6XPu7gYMA,44998
13
+ sl_shared_assets/data_classes/session_data.pyi,sha256=4vkQu5NFfM5kXcVds3otd8Ep1tObLTTonFjyXrS2Afs,13736
14
14
  sl_shared_assets/data_classes/surgery_data.py,sha256=qsMj3NkjhylAT9b_wHBY-1XwTu2xsZcZatdECmkA7Bs,7437
15
15
  sl_shared_assets/data_classes/surgery_data.pyi,sha256=rf59lJ3tGSYKHQlEGXg75MnjajBwl0DYhL4TClAO4SM,2605
16
16
  sl_shared_assets/server/__init__.py,sha256=w7y73RXXjBrWQsjU5g1QNCv_gsXDYnHos3NpOoR2AHA,452
@@ -29,8 +29,8 @@ sl_shared_assets/tools/project_management_tools.py,sha256=Z_U0R26w9Le1O-u66gyF5C
29
29
  sl_shared_assets/tools/project_management_tools.pyi,sha256=4kok98nOZ4KnT-Sg-ZCZYg-WIM5qZqiyK8g1XiiDjHM,10375
30
30
  sl_shared_assets/tools/transfer_tools.py,sha256=J26kwOp_NpPSY0-xu5FTw9udte-rm_mW1FJyaTNoqQI,6606
31
31
  sl_shared_assets/tools/transfer_tools.pyi,sha256=FoH7eYZe7guGHfPr0MK5ggO62uXKwD2aJ7h1Bu7PaEE,3294
32
- sl_shared_assets-3.0.0rc5.dist-info/METADATA,sha256=STS00DFD8iiTx7LzSGoGziBUwLQfivCPY0rTXOEtGss,49309
33
- sl_shared_assets-3.0.0rc5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
34
- sl_shared_assets-3.0.0rc5.dist-info/entry_points.txt,sha256=UmO1rl7ly9N7HWPwWyP9E0b5KBUStpBo4TRoqNtizDY,430
35
- sl_shared_assets-3.0.0rc5.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
36
- sl_shared_assets-3.0.0rc5.dist-info/RECORD,,
32
+ sl_shared_assets-3.0.0rc6.dist-info/METADATA,sha256=eyfN8WiE6r7cK7hUvcJB9w9xEgUfStk6cHdKFl8eZMM,49309
33
+ sl_shared_assets-3.0.0rc6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
34
+ sl_shared_assets-3.0.0rc6.dist-info/entry_points.txt,sha256=UmO1rl7ly9N7HWPwWyP9E0b5KBUStpBo4TRoqNtizDY,430
35
+ sl_shared_assets-3.0.0rc6.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
36
+ sl_shared_assets-3.0.0rc6.dist-info/RECORD,,