simcats-datasets 2.5.0__py3-none-any.whl → 2.6.0__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.
- simcats_datasets/__init__.py +1 -1
- simcats_datasets/generation/_create_dataset.py +50 -0
- simcats_datasets/generation/_create_simulated_dataset.py +168 -69
- simcats_datasets/loading/_load_dataset.py +24 -0
- simcats_datasets/loading/load_ground_truth.py +213 -2
- simcats_datasets/loading/pytorch.py +9 -2
- simcats_datasets/support_functions/clip_line_to_rectangle.py +15 -4
- simcats_datasets/support_functions/convert_lines.py +34 -0
- simcats_datasets/support_functions/data_preprocessing.py +112 -1
- simcats_datasets/support_functions/get_coulomb_oscillation_area_boundaries.py +471 -0
- simcats_datasets/support_functions/metadata_utils.py +62 -0
- simcats_datasets-2.6.0.dist-info/METADATA +163 -0
- simcats_datasets-2.6.0.dist-info/RECORD +22 -0
- {simcats_datasets-2.5.0.dist-info → simcats_datasets-2.6.0.dist-info}/WHEEL +1 -1
- simcats_datasets-2.5.0.dist-info/METADATA +0 -837
- simcats_datasets-2.5.0.dist-info/RECORD +0 -20
- {simcats_datasets-2.5.0.dist-info → simcats_datasets-2.6.0.dist-info/licenses}/LICENSE +0 -0
- {simcats_datasets-2.5.0.dist-info → simcats_datasets-2.6.0.dist-info}/top_level.txt +0 -0
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
simcats_datasets/__init__.py,sha256=OWMR4gYYeZawacSdoPS2j_7KVA7SbZ9a5b4w4xUpJ9M,37
|
|
2
|
-
simcats_datasets/generation/__init__.py,sha256=yjmfaDuZVqAD2EhLkmNIP1HEiuPTXgBIZVhBO8otGTE,344
|
|
3
|
-
simcats_datasets/generation/_create_dataset.py,sha256=5kEfnzMOzjrmHptoHXtQTJW5Kki-JVAb5ELVeAkHsNo,16173
|
|
4
|
-
simcats_datasets/generation/_create_simulated_dataset.py,sha256=ELP8Nu35glhF6WDcdi_K5B9e1jnX5erFgMXiUs77Oik,17083
|
|
5
|
-
simcats_datasets/loading/__init__.py,sha256=KiaJAJX0uIBg_bbZ8yYmolanfd6oV8JbOBxnct3U3TQ,287
|
|
6
|
-
simcats_datasets/loading/_load_dataset.py,sha256=PDSrxJhFzTDxGMm5woVMxZvcr7_T5tav1uAlR5pn8LE,10842
|
|
7
|
-
simcats_datasets/loading/load_ground_truth.py,sha256=jPfGxswUrOapLADWugM7RV6oy032aefu9eC6WtWiKoE,30935
|
|
8
|
-
simcats_datasets/loading/pytorch.py,sha256=2RtZQtbS9eLZZ9WbMZBPisCmd7mnhsgH--NuTkevQaA,28749
|
|
9
|
-
simcats_datasets/support_functions/__init__.py,sha256=mWmt41IjosziXPd86JiR-O7A_k06IMnYej2h1YsNMUo,73
|
|
10
|
-
simcats_datasets/support_functions/_json_encoders.py,sha256=BZrVXtUqwmqT0ki-jnWraYUnNMy0l18tJWdFjzJSgqg,1435
|
|
11
|
-
simcats_datasets/support_functions/clip_line_to_rectangle.py,sha256=pqIrlr54dfvwyBnUhAhnNVp5LxM3w0NaCFS-m8FwWWY,8458
|
|
12
|
-
simcats_datasets/support_functions/convert_lines.py,sha256=QprEqovIk1DjryT7N85OmAuj9QWyEBzircpDOyuoPBI,5024
|
|
13
|
-
simcats_datasets/support_functions/data_preprocessing.py,sha256=FisceMKR2er8RRs8ighV-vhvkhtnIAI9-Y9XCMdngdA,12633
|
|
14
|
-
simcats_datasets/support_functions/get_lead_transition_labels.py,sha256=-TnTxmJuxokD1Vprb9-IuE62Ys82HvlJ8VEQXCx7tY0,5691
|
|
15
|
-
simcats_datasets/support_functions/pytorch_format_output.py,sha256=o6v73-s-u8YhPmeZxtxLpBKQ4dRasnHard9DoMlEUpI,8337
|
|
16
|
-
simcats_datasets-2.5.0.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
|
17
|
-
simcats_datasets-2.5.0.dist-info/METADATA,sha256=5Mrzt0zcIn2_0xHaUWIO9OHPd65r-abJboFk59CfdTA,48906
|
|
18
|
-
simcats_datasets-2.5.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
19
|
-
simcats_datasets-2.5.0.dist-info/top_level.txt,sha256=6PQ9YF0TvHYNZHES-hfT1RCExihiv4o5J_O2JyYea74,17
|
|
20
|
-
simcats_datasets-2.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|