lamindb 1.3.2__py3-none-any.whl → 1.4.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.
- lamindb/__init__.py +3 -3
- lamindb/core/_context.py +64 -69
- lamindb/core/datasets/_small.py +2 -2
- lamindb/curators/__init__.py +683 -893
- lamindb/models/__init__.py +8 -1
- lamindb/models/_feature_manager.py +23 -19
- lamindb/models/_from_values.py +1 -1
- lamindb/models/_is_versioned.py +5 -15
- lamindb/models/artifact.py +210 -111
- lamindb/models/can_curate.py +4 -1
- lamindb/models/collection.py +6 -4
- lamindb/models/feature.py +27 -30
- lamindb/models/has_parents.py +22 -7
- lamindb/models/project.py +2 -2
- lamindb/models/query_set.py +6 -35
- lamindb/models/record.py +164 -116
- lamindb/models/run.py +56 -2
- lamindb/models/save.py +1 -3
- lamindb/models/schema.py +277 -77
- lamindb/models/transform.py +4 -13
- {lamindb-1.3.2.dist-info → lamindb-1.4.0.dist-info}/METADATA +6 -5
- {lamindb-1.3.2.dist-info → lamindb-1.4.0.dist-info}/RECORD +24 -24
- {lamindb-1.3.2.dist-info → lamindb-1.4.0.dist-info}/LICENSE +0 -0
- {lamindb-1.3.2.dist-info → lamindb-1.4.0.dist-info}/WHEEL +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
lamindb/__init__.py,sha256=
|
1
|
+
lamindb/__init__.py,sha256=HwQPp4Y1z5u6PUpnxW_vOwSZKh3pXPsQjpira4WyIH4,2434
|
2
2
|
lamindb/_finish.py,sha256=UK9XW1qZCd32Nqz0cdKYmpX9ilFU0nGyNb6Urwfx_Nw,19612
|
3
3
|
lamindb/_tracked.py,sha256=JKzYEpqVojklTms0VpP-tU34AHVZG8a13dSl3CfIzwQ,4472
|
4
4
|
lamindb/_view.py,sha256=kSmG8X4ULQZEKxY7ESnthQqsUf1DEzoYGeTLYRU1I7s,4938
|
@@ -10,7 +10,7 @@ lamindb/base/types.py,sha256=w_dQ2t9Htk8030OA_blksY9FG4NNcx3p7qJumFkBWkg,2714
|
|
10
10
|
lamindb/base/users.py,sha256=8MSmAvCKoUF15YsDE6BGLBXsFWpfoEEg8iDTKZ7kD48,848
|
11
11
|
lamindb/core/__init__.py,sha256=aaBq0UVjNolMynbT1V5hB6UrJm1tK0M6WHu_r6em9_4,604
|
12
12
|
lamindb/core/_compat.py,sha256=NLnKk1qk4xdgMV-QwFDnBnbio02ujjlF86icvhpdv4c,2029
|
13
|
-
lamindb/core/_context.py,sha256=
|
13
|
+
lamindb/core/_context.py,sha256=wHC-DRU6oNkv5SQXxZ2J88RS4E1A5cKo2FCOLsOnlsc,30197
|
14
14
|
lamindb/core/_mapped_collection.py,sha256=dxyZ1ZHFn5SBl1xILqN9N6TTUJP0PptVBV-2O0EdZww,25751
|
15
15
|
lamindb/core/_settings.py,sha256=WLjFn9XunEZ9zMy2Qvmc3aJqWMXw2hcG0EBNX9wjkfU,5706
|
16
16
|
lamindb/core/_sync_git.py,sha256=Z7keuyS5X7CAj285sEbZIFExZF9mtjGH8DzKwz3xhHw,5881
|
@@ -21,7 +21,7 @@ lamindb/core/types.py,sha256=yHr2Vn_p1Hepz_mBooXmsKudqu8Tco7lXZmVS_ORQIw,383
|
|
21
21
|
lamindb/core/datasets/__init__.py,sha256=g6cSgJmlkLuI6CoxB-Lbg70cpkVZWDuPv-2kcFb0uYs,1745
|
22
22
|
lamindb/core/datasets/_core.py,sha256=_PrZSr_rRpfScdzU216YMUR6TxihqA2hffRXmjD5Azw,20344
|
23
23
|
lamindb/core/datasets/_fake.py,sha256=BZF9R_1iF0HDnvtZNqL2FtsjSMuqDIfuFxnw_LJYIh4,953
|
24
|
-
lamindb/core/datasets/_small.py,sha256=
|
24
|
+
lamindb/core/datasets/_small.py,sha256=RI9uf7yX-1HGl6h2rXJNRAl_qdZrN5cD0jcaMeBxz4o,5583
|
25
25
|
lamindb/core/storage/__init__.py,sha256=JOIMu_7unbyhndtH1j0Q-9AvY8knSuc1IJO9sQnyBAQ,498
|
26
26
|
lamindb/core/storage/_anndata_accessor.py,sha256=oq2e4vlBnGhIeGR5a_8traOV3tKklZJUqcgKt0pEO8c,26187
|
27
27
|
lamindb/core/storage/_anndata_sizes.py,sha256=aXO3OB--tF5MChenSsigW6Q-RuE8YJJOUTVukkLrv9A,1029
|
@@ -34,7 +34,7 @@ lamindb/core/storage/objects.py,sha256=l2JTHI7oLMH7JJqxwpyIgMXZJ3gaGv7xl_Jr21wWF
|
|
34
34
|
lamindb/core/storage/paths.py,sha256=wJTD7qza87Xx7ZMo9HFHKgZWaVnst6qc4F2SzqvBMrE,7118
|
35
35
|
lamindb/core/subsettings/__init__.py,sha256=j6G9WAJLK-x9FzPSFw-HJUmOseZKGTbK-oLTKI_X_zs,126
|
36
36
|
lamindb/core/subsettings/_creation_settings.py,sha256=NGHWKqCFSzVNBxAr2VnmdYguiFdW29XUK7T9wRsVshg,906
|
37
|
-
lamindb/curators/__init__.py,sha256=
|
37
|
+
lamindb/curators/__init__.py,sha256=3W3mM2SxWOcxhfWRIl24oRYiqks9KQ3enISZoWTPv-c,124727
|
38
38
|
lamindb/curators/_cellxgene_schemas/__init__.py,sha256=zqlFzMNMDGEBe6DV0gBsBMpfc9UHvNv1EpBsz_ktMoA,7502
|
39
39
|
lamindb/curators/_cellxgene_schemas/schema_versions.csv,sha256=X9rmO88TW1Fht1f5mJs0JdW-VPvyKSajpf8lHNeECj4,1680
|
40
40
|
lamindb/integrations/__init__.py,sha256=RWGMYYIzr8zvmNPyVB4m-p4gMDhxdRbjES2Ed23OItw,215
|
@@ -63,33 +63,33 @@ lamindb/migrations/0089_subsequent_runs.py,sha256=ETXBqn-MwhFi3GIUbUqwM2j9un2o-0
|
|
63
63
|
lamindb/migrations/0090_runproject_project_runs.py,sha256=Ab9wyGxc6xjBfj-36cqdTlRLj2vgQM3QC9o-mvF0MD8,2449
|
64
64
|
lamindb/migrations/0090_squashed.py,sha256=kx_A_25BYantikxCbGhJughFpv_lqyHH86pMh5YevEE,160823
|
65
65
|
lamindb/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
66
|
-
lamindb/models/__init__.py,sha256=
|
66
|
+
lamindb/models/__init__.py,sha256=GLnEUS7OVos2SbZJUjuOGtDOFijaKCGjJg0DBmh8MC0,1995
|
67
67
|
lamindb/models/_describe.py,sha256=B-lmzc8AYaeuKwwRRsF0q8qT6P1i93sEjYkfl0NuyWQ,4926
|
68
68
|
lamindb/models/_django.py,sha256=2LFaTvIPtxIV8_T6Kx0cvquTetj7C3OcnKukUyC9msY,7705
|
69
|
-
lamindb/models/_feature_manager.py,sha256=
|
70
|
-
lamindb/models/_from_values.py,sha256
|
71
|
-
lamindb/models/_is_versioned.py,sha256=
|
69
|
+
lamindb/models/_feature_manager.py,sha256=9WxzQRJdjAJHyeFcFUn3Nxi13sDNgQuDFAZ8r6LaQpk,50449
|
70
|
+
lamindb/models/_from_values.py,sha256=-8l3_d2Nm14kzi1FjEYvBwyuucL-ZcDSjlMufIb4XoQ,13324
|
71
|
+
lamindb/models/_is_versioned.py,sha256=Th2_cBf9UWh27E6ANxg6LGmjBOumXFy7AjH0GG4FoXA,7601
|
72
72
|
lamindb/models/_label_manager.py,sha256=rdTAjN0PNxIuHv289_JPoxvdPVVOTgBWhjWqBpKEnm4,11935
|
73
73
|
lamindb/models/_relations.py,sha256=ONjHPiWIa_Ur7zMNTa_9Uw7K-366GORyPvGoVjf4EQs,3681
|
74
|
-
lamindb/models/artifact.py,sha256=
|
75
|
-
lamindb/models/can_curate.py,sha256=
|
76
|
-
lamindb/models/collection.py,sha256=
|
74
|
+
lamindb/models/artifact.py,sha256=YDVID-zEj3FTNh0NbmWeKVbxaMDHDt-FGDFWJRKVygA,107197
|
75
|
+
lamindb/models/can_curate.py,sha256=5dXHCRoJzLg2y9YDhpH7CyWexxliFHilwJ_UPjjZwRI,29188
|
76
|
+
lamindb/models/collection.py,sha256=4mEvVVfiL46yW471bGBdLheUvBZuEiiwDMJ9n2Rnidk,26338
|
77
77
|
lamindb/models/core.py,sha256=cjQGk5r0Rzf3zTeC0gn_GB29UfKq34l4hThsNNVhi3o,3965
|
78
|
-
lamindb/models/feature.py,sha256=
|
78
|
+
lamindb/models/feature.py,sha256=el1PSXKjpgo3RBjQY9co3GCKj73PAHPyRsirSAUigao,26070
|
79
79
|
lamindb/models/flextable.py,sha256=ET9j0fTFYQIdXOZfwCnosXOag7nYD1DUV6_wZNqhvOs,5400
|
80
|
-
lamindb/models/has_parents.py,sha256=
|
81
|
-
lamindb/models/project.py,sha256=
|
80
|
+
lamindb/models/has_parents.py,sha256=9eeuIT_dIjsv6WNn1LoQ5yXzpPysmza3I4DV6I0lStU,18424
|
81
|
+
lamindb/models/project.py,sha256=jTTINBH8H5_aw40CI4fW2UiRIcUyYquw3LqBtW6MjTs,15168
|
82
82
|
lamindb/models/query_manager.py,sha256=RqF842cqloAv5z4zLDlWAZfVkLQbhCPry6WQW3CaznI,3713
|
83
|
-
lamindb/models/query_set.py,sha256=
|
84
|
-
lamindb/models/record.py,sha256=
|
85
|
-
lamindb/models/run.py,sha256=
|
86
|
-
lamindb/models/save.py,sha256=
|
87
|
-
lamindb/models/schema.py,sha256=
|
88
|
-
lamindb/models/transform.py,sha256=
|
83
|
+
lamindb/models/query_set.py,sha256=EyOvcBBFO5q8O6rEMSp3HJ2vihMWlQtVTnKhsNkCHbQ,26059
|
84
|
+
lamindb/models/record.py,sha256=R-SzrgXxPJyC_ekUSkEMsurWINDKlTmQu-yx1B8lIQA,67540
|
85
|
+
lamindb/models/run.py,sha256=Lyn0rgFVYPaauJHv1BUVaq7q-vFuHeY2GYbCWOmAkqc,20620
|
86
|
+
lamindb/models/save.py,sha256=jZhRIv4u47REU6Gvsrv3IAPp93HqneC-xj4_YWwlGNY,12990
|
87
|
+
lamindb/models/schema.py,sha256=TbkPOsQUZ5pGqk3P_85poWvUGot2eit3ozoP72b1Aho,36180
|
88
|
+
lamindb/models/transform.py,sha256=cXF6KGxnWl6Lah00nY7Np8PMum-6MI6qJ_iUUsMYvJ4,12679
|
89
89
|
lamindb/models/ulabel.py,sha256=A8zJcRiGNmq24njLJv7_FuVZJmdtSkN-MSKw5c1QJMo,8605
|
90
90
|
lamindb/setup/__init__.py,sha256=OwZpZzPDv5lPPGXZP7-zK6UdO4FHvvuBh439yZvIp3A,410
|
91
91
|
lamindb/setup/core/__init__.py,sha256=SevlVrc2AZWL3uALbE5sopxBnIZPWZ1IB0NBDudiAL8,167
|
92
|
-
lamindb-1.
|
93
|
-
lamindb-1.
|
94
|
-
lamindb-1.
|
95
|
-
lamindb-1.
|
92
|
+
lamindb-1.4.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
93
|
+
lamindb-1.4.0.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
94
|
+
lamindb-1.4.0.dist-info/METADATA,sha256=5-4NFYsvSqmYnJus5-ULJXpmYir9ifLG5pjL9vxDu2w,2783
|
95
|
+
lamindb-1.4.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|