lamindb 0.59.2__py3-none-any.whl → 0.59.3__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 +1 -1
- lamindb/_parents.py +1 -1
- {lamindb-0.59.2.dist-info → lamindb-0.59.3.dist-info}/METADATA +2 -2
- {lamindb-0.59.2.dist-info → lamindb-0.59.3.dist-info}/RECORD +6 -6
- {lamindb-0.59.2.dist-info → lamindb-0.59.3.dist-info}/LICENSE +0 -0
- {lamindb-0.59.2.dist-info → lamindb-0.59.3.dist-info}/WHEEL +0 -0
lamindb/__init__.py
CHANGED
lamindb/_parents.py
CHANGED
@@ -277,7 +277,7 @@ def _record_label(record: Registry, field: Optional[str] = None):
|
|
277
277
|
name = f'{record.transform.name.replace("&", "&")}'
|
278
278
|
return (
|
279
279
|
rf'<{TRANSFORM_EMOJIS.get(str(record.transform.type), "💫")} {name}<BR/><FONT COLOR="GREY" POINT-SIZE="10"' # noqa
|
280
|
-
rf' FACE="Monospace">uid={record.uid}<BR/>type={record.transform.type},'
|
280
|
+
rf' FACE="Monospace">uid={record.transform.uid}<BR/>type={record.transform.type},' # noqa
|
281
281
|
rf" user={record.created_by.name}<BR/>run_at={format_field_value(record.run_at)}</FONT>>" # noqa
|
282
282
|
)
|
283
283
|
elif isinstance(record, Transform):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lamindb
|
3
|
-
Version: 0.59.
|
3
|
+
Version: 0.59.3
|
4
4
|
Summary: A data framework for biology.
|
5
5
|
Author-email: Lamin Labs <open-source@lamin.ai>
|
6
6
|
Requires-Python: >=3.8
|
@@ -10,7 +10,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.10
|
11
11
|
Requires-Dist: lnschema_core==0.54.0
|
12
12
|
Requires-Dist: lamindb_setup==0.57.1
|
13
|
-
Requires-Dist: lamin_utils==0.11.
|
13
|
+
Requires-Dist: lamin_utils==0.11.7
|
14
14
|
Requires-Dist: lamin_cli==0.1.2
|
15
15
|
Requires-Dist: rapidfuzz
|
16
16
|
Requires-Dist: pyarrow
|
@@ -1,4 +1,4 @@
|
|
1
|
-
lamindb/__init__.py,sha256=
|
1
|
+
lamindb/__init__.py,sha256=5uuMGrceLG-E0akIFHfSQeEZCvMj_1PD34qwDb1rQvc,2870
|
2
2
|
lamindb/_dataset.py,sha256=Kqln9JKAIWtNmXq_Gmi9jruN4DWt4OcqDV-aB1-bPZk,15894
|
3
3
|
lamindb/_delete.py,sha256=wiYmYnvIEHrDdmw1NiXyfCY9mBt-FI5XNFi5jyR_mkA,1968
|
4
4
|
lamindb/_feature.py,sha256=BTss2B534SRbv1uj1MFydcrOxL-RyTsX5qMkdlbUy30,5562
|
@@ -6,7 +6,7 @@ lamindb/_feature_set.py,sha256=G63pwauDQ7jg4ydFCQLhu-lgO6tm56iQwUdRuNHeKHY,9233
|
|
6
6
|
lamindb/_file.py,sha256=ceS4CKGsZwEgvUPPyjbJ0YgHWU5Jm7KNVhHy9eP7Gp8,38680
|
7
7
|
lamindb/_filter.py,sha256=Xf6nAm8BXT8BgX6801KqOZfa73GVAx1oPFNb6rNymIo,1013
|
8
8
|
lamindb/_from_values.py,sha256=GitpmKOqV6YHJggaCnJgGsRIHI_bnuLRVE2oo9W-SgE,11613
|
9
|
-
lamindb/_parents.py,sha256=
|
9
|
+
lamindb/_parents.py,sha256=qUFg_5kAr2VzsEbHsSnr3i1PgzjMMr1h00dQ-ugkFyU,13819
|
10
10
|
lamindb/_query_manager.py,sha256=MXueabWHqft7GWNkzmWbhfTqdk-0mKU7nWrhXG6wpYQ,3693
|
11
11
|
lamindb/_query_set.py,sha256=BYQlCpt11eodlVVV5BbOQ98h7h0gq-J4Pz0ZccgjqME,10206
|
12
12
|
lamindb/_registry.py,sha256=6AUwb7tJRXyk2XOsp-6KeOgzkHjTQQAbaA10a7ZxuWY,16352
|
@@ -41,7 +41,7 @@ lamindb/dev/storage/file.py,sha256=UHwm4LeK22J4pDuMjwLSqORlFEIwm6WWxWN-IfDuocc,8
|
|
41
41
|
lamindb/dev/storage/object.py,sha256=KGuOwwYuN2yCJxTXn9v0LanC0fjKwy_62P-WksHcf40,1140
|
42
42
|
lamindb/setup/__init__.py,sha256=8-0F2C4Glx23-b8-D_1CBGgRBM5PppVhazhoXZYOLsg,275
|
43
43
|
lamindb/setup/dev/__init__.py,sha256=tBty426VGF2PGqqt2XuNU-WgvOrbOp1aZBDowjLuzgA,242
|
44
|
-
lamindb-0.59.
|
45
|
-
lamindb-0.59.
|
46
|
-
lamindb-0.59.
|
47
|
-
lamindb-0.59.
|
44
|
+
lamindb-0.59.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
45
|
+
lamindb-0.59.3.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
46
|
+
lamindb-0.59.3.dist-info/METADATA,sha256=pdR9Zc2aawpd0Qg9u7JZlu8dSh4ep68wxA3p1zefNyQ,3114
|
47
|
+
lamindb-0.59.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|